[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [pe2] ok: [ce1] ok: [dut] ok: [ce2] ok: [p1] ok: [p2] TASK [Find device readiness script] ******************************************** ok: [pe2] ok: [ce1] ok: [ce2] ok: [dut] ok: [p1] ok: [p2] TASK [Wait for device to become ready] ***************************************** skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/vjunos-router-clab.yml for dut TASK [Wait for SSH server] ***************************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/vm-clab-ssh-check.yml for dut TASK [Check if 'sshpass' is installed] ***************************************** ok: [dut -> localhost] TASK [Check for 'timeout' command] ********************************************* ok: [dut -> localhost] TASK [Execute local ssh command to check vjunos-router readiness] ************** FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check vjunos-router readiness (60 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check vjunos-router readiness (59 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check vjunos-router readiness (58 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check vjunos-router readiness (57 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check vjunos-router readiness (56 retries left). ok: [dut -> localhost] TASK [Confirm dut SSH server works] ******************************************** ok: [dut] => msg: Node dut is ready. TASK [Wait for ge-0/0/0 interface] ********************************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/vjunos-switch.yml for dut TASK [Wait for ge-0/0/0 to appear] ********************************************* ok: [dut] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, pe2, ce1, ce2, p1, p2 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [pe2] ok: [ce1] ok: [ce2] ok: [dut] ok: [p1] ok: [p2] TASK [Find configuration template for normalize] ******************************* ok: [pe2] ok: [ce1] ok: [dut] ok: [ce2] ok: [p2] ok: [p1] TASK [fail] ******************************************************************** skipping: [dut] skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] TASK [Find configuration deployment deploy_script for normalize] *************** skipping: [dut] skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] TASK [Deploy normalize configuration] ****************************************** skipping: [dut] skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, pe2, ce1, ce2, p1, p2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [pe2] ok: [ce1] ok: [dut] ok: [ce2] ok: [p1] ok: [p2] TASK [Find configuration template for initial] ********************************* ok: [pe2] ok: [ce1] ok: [dut] ok: [ce2] ok: [p2] ok: [p1] TASK [fail] ******************************************************************** skipping: [dut] skipping: [pe2] skipping: [ce1] skipping: [ce2] skipping: [p1] skipping: [p2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= system { host-name dut; static-host-mapping { pe2 inet 10.0.0.4; ce1 inet 10.0.0.1; ce2 inet 10.0.0.2; p1 inet 10.0.0.5; p2 inet 10.0.0.6; } } policy-options { community tg_65000_1 members target:65000:1; } policy-options { policy-statement vrf-tenant-export { term 1 { then { community add tg_65000_1; accept; } } } policy-statement vrf-tenant-import { term 1 { from community [ tg_65000_1 ]; then accept; } term default { then reject; } } } routing-instances { tenant { instance-type vrf; route-distinguisher 65000:1; vrf-import vrf-tenant-import; vrf-export vrf-tenant-export; routing-options { auto-export; } interface ge-0/0/1.0; } } interfaces { ge-0/0/0 { mtu 1514; } ge-0/0/1 { mtu 1514; } lo0.0 { family inet { address 10.0.0.3/32; } } ge-0/0/0.0 { description "dut -> p1"; family inet { address 10.1.0.1/30; } } ge-0/0/1.0 { description "dut -> ce1"; family inet { address 10.1.0.14/30; } } } protocols { lldp { interface fxp0 { disable; } interface all; } } ok: [p2] => msg: |- initial configuration for p2 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <