Using transformed lab topology from snapshot file netlab.snapshot.pickle Checking virtualization provider installation OK: clab installed and working correctly Starting clab nodes provider clab: executing flock -E 42 /tmp/netlab.lock sudo -E containerlab deploy --reconfigure -t clab.yml 17:45:10 INFO Containerlab started version=0.75.0 17:45:10 INFO Parsing & checking topology file=clab.yml 17:45:10 INFO Removing directory path=/work/netlab_cicd/clab-ml-17 17:45:10 INFO Creating docker network name=nl_mgmt_17 IPv4 subnet=192.168.17.0/24 IPv6 subnet="" MTU=0 17:45:10 INFO Creating lab directory path=/work/netlab_cicd/clab-ml-17 17:45:10 INFO Creating container name=x1 17:45:10 INFO Creating container name=dut 17:45:11 INFO Created link: dut:eth1 ▪┄┄▪ x1:eth1 17:45:12 INFO Executed command node=x1 command="sleep 1" stdout="" 17:45:12 INFO Adding host entries path=/etc/hosts 17:45:12 INFO Adding SSH config for nodes path=/etc/ssh/ssh_config.d/clab-ml-17.conf 17:45:15 INFO Failed fetching latest version information ╭────────────────┬────────────────────────────────────────────┬────────────────────┬────────────────╮ │ Name │ Kind/Image │ State │ IPv4/6 Address │ ├────────────────┼────────────────────────────────────────────┼────────────────────┼────────────────┤ │ clab-ml-17-dut │ juniper_vjunosrouter │ running │ 192.168.17.101 │ │ │ vrnetlab/juniper_vjunos-router:23.4R2-S2.1 │ (health: starting) │ N/A │ ├────────────────┼────────────────────────────────────────────┼────────────────────┼────────────────┤ │ clab-ml-17-x1 │ linux │ running │ 192.168.17.102 │ │ │ quay.io/frrouting/frr:10.6.1 │ │ N/A │ ╰────────────────┴────────────────────────────────────────────┴────────────────────┴────────────────╯ Reloading saved initial device configurations Checking Are lab devices ready to be configured? [INFO] Checking SSH server(s) on dut [SSH] SSH server on node dut (device vjunos-router) is ready after 75.4 seconds [INFO] Checking lab devices with an Ansible playbook [WARNING]: Found variable using reserved name: hosts PLAY [Wait for SSH servers] **************************************************** PLAY [Wait for device-specific conditions] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut] TASK [Find device readiness script] ******************************************** ok: [dut] TASK [Wait for device to become ready] ***************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/junos.yml for dut TASK [set_fact] **************************************************************** ok: [dut] TASK [Wait for first interface (ge-0/0/0)] ************************************* ok: [dut] PLAY RECAP ********************************************************************* dut : ok=5 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 [INFO] Lab devices are ready to be configured initial: [INFO] Lab devices do not need the configuration normalization step [WARNING]: Found variable using reserved name: hosts PLAY [Reload saved device configurations] ************************************** TASK [Did we get the configuration directory name?] **************************** skipping: [dut] TASK [Set variables that cannot be set with VARS] ****************************** ok: [x1] ok: [dut] TASK [Remember the original deployment path(s)] ******************************** ok: [x1] ok: [dut] TASK [Do initial device configuration if needed] ******************************* skipping: [dut] included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for x1 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [x1] TASK [Find configuration template for initial] ********************************* skipping: [x1] TASK [fail] ******************************************************************** skipping: [x1] TASK [Find configuration deployment deploy_script for initial] ***************** skipping: [x1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [x1] TASK [Deploy initial configuration] ******************************************** skipping: [x1] TASK [Deploy saved configuration files] **************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-custom-config.yml for dut, x1 TASK [Find configuration template] ********************************************* ok: [x1] ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] TASK [Check is the configuration template is a file] *************************** ok: [x1 -> localhost] ok: [dut -> localhost] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] TASK [Process template /work/netlab_cicd/node_files/dut/saved.cfg for dut] ***** skipping: [x1] skipping: [dut] TASK [debug] ******************************************************************* skipping: [dut] skipping: [x1] TASK [debug] ******************************************************************* skipping: [dut] skipping: [x1] TASK [Find custom configuration deployment script] ***************************** ok: [x1] ok: [dut] TASK [Run the configuration deployment script] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/junos.yml for dut included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/frr.yml for x1 TASK [junos_config: deploying saved from /work/netlab_cicd/node_files/dut/saved.cfg] *** changed: [dut] TASK [template] **************************************************************** changed: [x1] TASK [set_fact] **************************************************************** ok: [x1] TASK [run /tmp/config.sh to deploy saved config from /work/netlab_cicd/node_files/x1/saved.cfg] *** skipping: [x1] TASK [run vtysh to import saved config from /work/netlab_cicd/node_files/x1/saved.cfg] *** changed: [x1] PLAY RECAP ********************************************************************* dut : ok=8 changed=1 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 x1 : ok=12 changed=2 unreachable=0 failed=0 skipped=11 rescued=0 ignored=0 [CREATED] dut: initial,saved [CREATED] x1: initial,saved OK: Saved configurations reloaded Creating Device configuration snippets [CREATED] x1: initial,ospf Config Deploying device configurations [INFO] Executing initial configuration for node x1 [INFO] Executing ospf configuration for node x1 Results of configuration script deployments ================================================================================ x1 Script: initial,ospf This topology tests the "start lab with configuration reload" functionality. You should: * Start the lab with "netlab up" * Save the configuration with "netlab collect -o saved" * Stop the lab with "netlab down" * Restart the lab with "netlab up --snapshot --reload-config saved" * Validate the results with "netlab validate"