[INFO] Executing initial configuration for node h1 (namespace clab- ml_17-h1) [INFO] Executing routing configuration for node h1 (namespace clab- ml_17-h1) [INFO] Executing initial configuration for node h2 (namespace clab- ml_17-h2) [INFO] Executing routing configuration for node h2 (namespace clab- ml_17-h2) [INFO] Starting Ansible playbook to deploy the rest of the configurations /home/pipi/.local/lib/python3.10/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "cipher": algorithms.TripleDES, /home/pipi/.local/lib/python3.10/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "class": algorithms.TripleDES, [WARNING]: Could not match supplied host pattern, ignoring: unprovisioned [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [h1] ok: [h2] ok: [dut] ok: [xr] TASK [Generic readiness tests] ************************************************* skipping: [h1] skipping: [h2] skipping: [dut] skipping: [xr] TASK [Find device readiness script] ******************************************** ok: [h1] ok: [h2] ok: [dut] ok: [xr] TASK [Wait for device to become ready] ***************************************** skipping: [h1] skipping: [h2] skipping: [xr] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/cumulus_nvue.yml for dut TASK [Wait for nvued to start] ************************************************* ok: [dut] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1, h2, dut, xr TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [h1] ok: [h2] ok: [dut] ok: [xr] TASK [Find configuration template for normalize] ******************************* ok: [h1] ok: [h2] ok: [dut] ok: [xr] TASK [fail] ******************************************************************** skipping: [h1] skipping: [h2] skipping: [dut] skipping: [xr] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [h1] ok: [h2] ok: [dut] ok: [xr] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] skipping: [h2] skipping: [dut] skipping: [xr] TASK [Deploy normalize configuration] ****************************************** skipping: [h1] skipping: [h2] skipping: [dut] skipping: [xr] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1, h2, dut, xr TASK [Figure out whether to deploy the module initial on current device] ******* ok: [h1] ok: [h2] ok: [dut] ok: [xr] TASK [Find configuration template for initial] ********************************* skipping: [h1] skipping: [h2] ok: [dut] ok: [xr] TASK [fail] ******************************************************************** skipping: [h1] skipping: [h2] skipping: [dut] skipping: [xr] TASK [Find configuration deployment deploy_script for initial] ***************** skipping: [h1] skipping: [h2] ok: [dut] ok: [xr] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] skipping: [h2] ok: [dut] => msg: |- initial configuration for dut ========================================= - set: system: hostname: dut global: system-mac: ca:fe:00:03:00:00 config: snippet: system-mtu: file: /etc/network/ifupdown2/policy.d/mtu.json content: | { "address": { "defaults": { "mtu": "1500" } } } interface: eth0: ip: vrf: mgmt address: dhcp: {} type: eth bond1: type: bond link: state: up : {} description: "dut -> xr" ip: ipv6: enable: off swp1: type: swp link: state: down : {} description: "dut -> xr" ip: ipv6: enable: off swp2: type: swp link: state: down : {} description: "dut -> xr" ip: ipv6: enable: off swp3: type: swp link: state: up : {} description: "dut -> h1 [stub]" ip: address: 172.16.1.3/24: {} ipv6: enable: off bond1.1000: type: sub link: state: up : {} description: "dut -> xr" ip: address: 10.1.0.1/30: {} ipv6: enable: off - set: interface: lo: type: loopback ip: address: 10.0.0.3/32: {} ipv6: enable: off ok: [xr] => msg: |- initial configuration for xr ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <