[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: [spine] ok: [l1] ok: [l2] ok: [h1] ok: [h2] TASK [Generic readiness tests] ************************************************* skipping: [spine] skipping: [l1] skipping: [l2] skipping: [h1] skipping: [h2] TASK [Find device readiness script] ******************************************** ok: [l1] ok: [spine] ok: [l2] ok: [h2] ok: [h1] TASK [Wait for device to become ready] ***************************************** skipping: [spine] skipping: [l2] skipping: [h1] skipping: [h2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/cumulus_nvue.yml for l1 TASK [Wait for nvued to start] ************************************************* ok: [l1] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for spine, l1, l2, h1, h2 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [spine] ok: [l1] ok: [l2] ok: [h1] ok: [h2] TASK [Find configuration template for normalize] ******************************* ok: [spine] ok: [l1] ok: [l2] ok: [h1] ok: [h2] TASK [fail] ******************************************************************** skipping: [spine] skipping: [l1] skipping: [l2] skipping: [h1] skipping: [h2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [spine] ok: [l1] ok: [l2] ok: [h1] ok: [h2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [spine] skipping: [l1] skipping: [l2] skipping: [h1] skipping: [h2] TASK [Deploy normalize configuration] ****************************************** skipping: [spine] skipping: [l1] skipping: [l2] skipping: [h1] skipping: [h2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for spine, l1, l2, h1, h2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [spine] ok: [l1] ok: [l2] ok: [h1] ok: [h2] TASK [Find configuration template for initial] ********************************* ok: [spine] skipping: [h1] ok: [l1] skipping: [h2] ok: [l2] TASK [fail] ******************************************************************** skipping: [spine] skipping: [l1] skipping: [l2] skipping: [h1] skipping: [h2] TASK [Find configuration deployment deploy_script for initial] ***************** skipping: [h1] ok: [spine] skipping: [h2] ok: [l1] ok: [l2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] skipping: [h2] ok: [l1] => { "msg": "initial configuration for l1\n=========================================\n\n- set:\n system:\n hostname: l1\n global:\n system-mac: ca:fe:00:02:00:00\n config:\n snippet:\n system-mtu:\n file: /etc/network/ifupdown2/policy.d/mtu.json\n content: |\n { \"address\": { \"defaults\": { \"mtu\": \"1500\" } } }\n\n interface:\n eth0:\n ip:\n vrf: mgmt\n address:\n dhcp: {}\n type: eth\n swp1:\n type: swp\n link:\n mtu: 1600\n state:\n up : {}\n description: \"l1 -> spine [external]\"\n ip:\n address:\n 10.1.0.2/30: {}\n ipv6:\n enable: off\n\n swp2:\n type: swp\n link:\n state:\n up : {}\n description: \"[Access VLAN red] l1 -> h1\"\n ip:\n ipv6:\n enable: off\n\n vlan1000:\n type: svi\n link:\n state:\n up : {}\n description: \"VLAN red (1000) -> [h1,h2,l2]\"\n ip:\n ipv6:\n enable: off\n\n\n- set:\n interface:\n lo:\n type: loopback\n ip:\n address:\n 10.0.0.2/32: {}\n ipv6:\n enable: off\n" } ok: [spine] => { "msg": "initial configuration for spine\n=========================================\n#!/bin/bash\n#\nset -e\nset -x\n#\n# Create bash profile script\n#\ncat <