/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: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Find device readiness script] ******************************************** ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Wait for device to become ready] ***************************************** skipping: [x1] skipping: [x2] skipping: [x3] included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/nxos.yml for dut TASK [Wait for Eth1/1 to appear] *********************************************** ok: [dut] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, x1, x2, x3 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Find configuration template for normalize] ******************************* ok: [x2] ok: [x1] ok: [x3] ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [x1] ok: [x2] ok: [x3] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Deploy normalize configuration] ****************************************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, x1, x2, x3 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [x1] ok: [x3] ok: [x2] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [x2] ok: [x1] ok: [x3] ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] skipping: [x3] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [x2] ok: [x1] ok: [dut] ok: [x3] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= hostname dut ! no ip domain-lookup ! feature lldp ! username vagrant password vagrant ! ip host x1 10.0.0.2 ip host x2 10.0.0.3 ip host x3 10.0.0.4 ! feature interface-vlan ! interface mgmt0 no lldp transmit no lldp receive ! interface loopback0 no shutdown ip address 10.0.0.1/32 ! interface Ethernet1/1 no shutdown no switchport mac-address 52dc.cafe.0101 description dut -> x3 mtu 1400 ! interface Ethernet1/2 no shutdown no switchport mac-address 52dc.cafe.0102 description [Access VLAN ospf_1] dut -> x1 mtu 1400 ! interface Ethernet1/3 no shutdown no switchport mac-address 52dc.cafe.0103 description [Access VLAN ospf_2] dut -> x2 mtu 1280 ! interface vlan500 no shutdown description VLAN ospf_1 (500) -> [x1] mtu 1400 ip address 172.16.0.1/24 ! interface vlan501 no shutdown description VLAN ospf_2 (501) -> [x2] mtu 1280 ip address 172.16.1.1/24 ! interface vlan502 no shutdown description VLAN ospf_3 (502) -> [x3] mtu 1320 ip address 172.16.2.1/24 ! ok: [x2] => msg: |- initial configuration for x2 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <