/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: [dut] ok: [c1] ok: [pe2] TASK [Find device readiness script] ******************************************** ok: [dut] ok: [c1] ok: [pe2] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, c1, pe2 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [dut] ok: [c1] ok: [pe2] TASK [Find configuration template for normalize] ******************************* ok: [dut] ok: [c1] ok: [pe2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [dut] ok: [c1] ok: [pe2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Deploy normalize configuration] ****************************************** skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, c1, pe2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut] ok: [c1] ok: [pe2] TASK [Find configuration template for initial] ********************************* ok: [dut] ok: [c1] ok: [pe2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [dut] ok: [c1] ok: [pe2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= updates: - path: /interface[name=system0]/subinterface[index=0] value: description: "No description" ipv4: admin-state: enable address: - ip-prefix: "10.0.0.1/32" ipv6: admin-state: enable address: - ip-prefix: "2001:db8:1:1::1/64" type: "global-unicast" - path: /interface[name=ethernet-1/1] value: description: "dut ~ c1" subinterface: index: 0 description: "dut ~ c1" - path: /interface[name=ethernet-1/1]/subinterface[index=0] value: description: "dut ~ c1" ipv4: admin-state: enable address: - ip-prefix: "10.1.0.2/30" primary: [null] ipv6: admin-state: enable address: - ip-prefix: "2001:db8:3::2/64" type: "global-unicast" neighbor-discovery: learn-unsolicited: link-local router-advertisement: router-role: admin-state: enable # no ipv6 nd suppress-ra min-advertisement-interval: 4 # Leaving this at platform default 200..600 takes too long at startup _annotate_min-advertisement-interval: "Reduced from platform default 200s" max-advertisement-interval: 5 - path: /interface[name=ethernet-1/2] value: description: "dut ~ stub" subinterface: index: 0 description: "dut ~ stub" - path: /interface[name=ethernet-1/2]/subinterface[index=0] value: description: "dut ~ stub" ipv4: admin-state: enable address: - ip-prefix: "192.168.42.1/24" primary: [null] ipv6: admin-state: enable address: - ip-prefix: "2001:db8:42::1/64" type: "global-unicast" neighbor-discovery: learn-unsolicited: link-local router-advertisement: router-role: admin-state: enable # no ipv6 nd suppress-ra min-advertisement-interval: 4 # Leaving this at platform default 200..600 takes too long at startup _annotate_min-advertisement-interval: "Reduced from platform default 200s" max-advertisement-interval: 5 - path: /interface[name=lo0] value: description: "VRF Loopback tenant" subinterface: index: 1 description: "VRF Loopback tenant" - path: /interface[name=lo0]/subinterface[index=1] value: description: "VRF Loopback tenant" ipv4: admin-state: enable address: - ip-prefix: "10.2.0.1/32" primary: [null] ipv6: admin-state: enable address: - ip-prefix: "2001:db8:4::1/64" type: "global-unicast" neighbor-discovery: learn-unsolicited: link-local router-advertisement: router-role: admin-state: enable # no ipv6 nd suppress-ra min-advertisement-interval: 4 # Leaving this at platform default 200..600 takes too long at startup _annotate_min-advertisement-interval: "Reduced from platform default 200s" max-advertisement-interval: 5 - path: /network-instance[name=default] value: type: default interface: - name: system0.0 # TODO: vdata.rd, vdata.import/export, vdata.af - path: /network-instance[name=tenant] value: type: ip-vrf interface: - name: ethernet-1/1.0 - path: /network-instance[name=tenant] value: type: ip-vrf interface: - name: ethernet-1/2.0 - path: /network-instance[name=tenant] value: type: ip-vrf interface: - name: lo0.1 ok: [c1] => msg: |- initial configuration for c1 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <