Using transformed lab topology from snapshot file netlab.snapshot.pickle Checking virtualization provider installation OK: libvirt installed and working correctly OK: clab installed and working correctly Starting libvirt nodes creating libvirt management network nl_mgmt_17 provider libvirt: executing flock -E 42 /tmp/netlab.lock vagrant up --provider libvirt Bringing machine 'dut' up with 'libvirt' provider... ==> dut: Checking if box 'netlab/frr' version '10.5.1' is up to date... [fog][WARNING] Unrecognized arguments: libvirt_ip_command ==> dut: Creating image (snapshot of base box volume). ==> dut: Creating domain with the following settings... ==> dut: -- Name: ml-17_dut ==> dut: -- Description: Source: /work/netlab_cicd/Vagrantfile ==> dut: -- Domain type: kvm ==> dut: -- Cpus: 1 ==> dut: -- Feature: acpi ==> dut: -- Feature: apic ==> dut: -- Feature: pae ==> dut: -- Clock offset: utc ==> dut: -- Memory: 1024M ==> dut: -- Management MAC: ca:fe:00:01:00:00 ==> dut: -- Base box: netlab/frr ==> dut: -- Storage pool: default ==> dut: -- Image(vda): /var/lib/libvirt/images/ml-17_dut.img, virtio, 3G ==> dut: -- Disk driver opts: cache='default' ==> dut: -- Graphics Type: vnc ==> dut: -- Video Type: cirrus ==> dut: -- Video VRAM: 16384 ==> dut: -- Video 3D accel: false ==> dut: -- Keymap: en-us ==> dut: -- TPM Backend: passthrough ==> dut: -- INPUT: type=mouse, bus=ps2 ==> dut: Creating shared folders metadata... ==> dut: Starting domain. ==> dut: Domain launching with graphics connection settings... ==> dut: -- Graphics Port: 5900 ==> dut: -- Graphics IP: 127.0.0.1 ==> dut: -- Graphics Password: Not defined ==> dut: -- Graphics Websocket: 5700 ==> dut: Waiting for domain to get an IP address... ==> dut: Waiting for machine to boot. This may take a few minutes... dut: SSH address: 192.168.17.101:22 dut: SSH username: vagrant dut: SSH auth method: private key dut: dut: Vagrant insecure key detected. Vagrant will automatically replace dut: this with a newly generated keypair for better security. dut: dut: Inserting generated public key within guest... dut: Removing insecure key from the guest if it's present... dut: Key inserted! Disconnecting and reconnecting using new SSH key... ==> dut: Machine booted and ready! ==> dut: Running provisioner: shell... dut: Running: inline script dut: Setting password for user Vagrant dut: Enabling SSH password authentication dut: /usr/lib/frr/frrinit.sh dut: FRR already installed, skipping installation Starting clab nodes Recreating clab-augment.yml configuration file for clab provider Created provider configuration file: clab-augment.yml [INFO] Setting containerlab runtime to docker provider clab: executing flock -E 42 /tmp/netlab.lock containerlab deploy --reconfigure -t clab-augment.yml 07:32:01 INFO Containerlab started version=0.79.0 07:32:01 INFO Parsing & checking topology file=clab-augment.yml 07:32:01 INFO Removing directory path=/work/netlab_cicd/clab-ml-17 07:32:01 INFO Creating docker network name=nl_mgmt_17 IPv4 subnet=192.168.17.0/24 IPv6 subnet=fd00:df:1ab:17::/64 MTU=0 07:32:01 INFO Creating lab directory path=/work/netlab_cicd/clab-ml-17 07:32:01 INFO Creating container name=x1 07:32:01 INFO Created link: x1:eth1 ▪┄┄▪ virbr1:bni17n2i1 07:32:02 INFO Executed command node=x1 command="sleep 1" stdout="" 07:32:02 INFO Adding host entries path=/etc/hosts 07:32:02 INFO Adding SSH config for nodes path=/etc/ssh/ssh_config.d/clab-ml-17.conf ╭───────────────┬──────────────────────────────┬─────────┬───────────────────╮ │ Name │ Kind/Image │ State │ IPv4/6 Address │ ├───────────────┼──────────────────────────────┼─────────┼───────────────────┤ │ clab-ml-17-x1 │ linux │ running │ 192.168.17.102 │ │ │ quay.io/frrouting/frr:10.7.1 │ │ fd00:df:1ab:17::2 │ ╰───────────────┴──────────────────────────────┴─────────┴───────────────────╯ Deploying initial device configurations Creating Device configuration snippets [CREATED] dut: initial,ospf [CREATED] x1: initial,ospf Config Deploying device configurations [INFO] Executing initial configuration for node x1 [INFO] Executing ospf configuration for node x1 [INFO] Executing initial configuration for node dut (netmiko/script) [INFO] Executing ospf configuration for node dut (netmiko/script) Results of configuration script deployments ================================================================================ dut Script: initial,ospf x1 Script: initial,ospf OK: Lab devices configured 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" [WARNING]: Found variable using reserved name: hosts PLAY [Collect device configurations] ******************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut] TASK [Create '/work/netlab_cicd/saved' directory] ****************************** ok: [dut -> localhost] TASK [Find configuration collection script] ************************************ ok: [dut] TASK [Collect device configurations] ******************************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/fetch-config/frr.yml for dut TASK [Save FRR running configuration to frr.conf] ****************************** changed: [dut] TASK [Collect FRR configuration] *********************************************** changed: [dut] TASK [set_fact] **************************************************************** ok: [dut] TASK [Collect FRR daemons configuration] *************************************** changed: [dut] TASK [Save FRR daemons to /work/netlab_cicd/saved/dut-daemons] ***************** changed: [dut -> localhost] TASK [Copy collected configuration to '/work/netlab_cicd/saved' directory] ***** changed: [dut -> localhost] PLAY RECAP ********************************************************************* dut : ok=10 changed=5 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 cwd: /work/netlab_cicd output: saved Checking virtualization provider installation OK: libvirt installed and working correctly OK: clab installed and working correctly Stopping clab nodes [INFO] Setting containerlab runtime to docker provider clab: executing flock -E 42 /tmp/netlab.lock containerlab destroy --cleanup -t clab-augment.yml 07:32:07 INFO Parsing & checking topology file=clab-augment.yml 07:32:07 INFO Parsing & checking topology file=clab-augment.yml 07:32:07 INFO Destroying lab name=ml-17 07:32:08 INFO Removed container name=clab-ml-17-x1 07:32:08 INFO Removing host entries path=/etc/hosts 07:32:08 INFO Removing SSH config path=/etc/ssh/ssh_config.d/clab-ml-17.conf Stopping libvirt nodes provider libvirt: executing flock -E 42 /tmp/netlab.lock vagrant destroy -f [fog][WARNING] Unrecognized arguments: libvirt_ip_command ==> dut: Removing domain... ==> dut: Deleting the machine folder