[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: [p_global] ok: [p_vrf] TASK [Find device readiness script] ******************************************** ok: [dut] ok: [p_global] ok: [p_vrf] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [p_global] skipping: [p_vrf] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, p_global, p_vrf TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [dut] ok: [p_global] ok: [p_vrf] TASK [Find configuration template for normalize] ******************************* ok: [dut] ok: [p_global] ok: [p_vrf] TASK [fail] ******************************************************************** skipping: [dut] skipping: [p_global] skipping: [p_vrf] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [p_global] ok: [dut] ok: [p_vrf] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] skipping: [p_global] skipping: [p_vrf] TASK [Deploy normalize configuration] ****************************************** skipping: [dut] skipping: [p_global] skipping: [p_vrf] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, p_global, p_vrf TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut] ok: [p_global] ok: [p_vrf] TASK [Find configuration template for initial] ********************************* ok: [dut] ok: [p_vrf] ok: [p_global] TASK [fail] ******************************************************************** skipping: [dut] skipping: [p_global] skipping: [p_vrf] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [dut] ok: [p_global] ok: [p_vrf] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= #!/bin/vbash source /opt/vyatta/etc/functions/script-template if [ "$(id -g -n)" != 'vyattacfg' ] ; then exec sg vyattacfg -c "/bin/vbash $(readlink -f $0) $@" fi # Configuration items start here configure set system host-name 'dut' set vrf name customer table 100 set interfaces dummy dum0 address 10.0.0.42/32 set interfaces dummy dum0 address 2001:db8:42:1::1/128 set interfaces ethernet eth1 description 'dut -> p_global [external]' set interfaces ethernet eth1 mtu 1500 set interfaces ethernet eth1 address 10.1.0.1/30 set interfaces ethernet eth1 address 2001:db8:3::1/64; set interfaces ethernet eth2 description 'dut -> p_vrf [external]' set interfaces ethernet eth2 mtu 1500 set interfaces ethernet eth2 address 10.1.0.5/30 set interfaces ethernet eth2 address 2001:db8:3:1::1/64; set interfaces ethernet eth2 vrf customer set interfaces dummy dum1 description 'VRF Loopback customer' set interfaces dummy dum1 address 10.2.0.1/32 set interfaces dummy dum1 address 2001:db8:4::1/64; set interfaces dummy dum1 vrf customer set service lldp interface all >/dev/null 2>/dev/null set service lldp interface eth0 disable >/dev/null 2>/dev/null set service lldp interface eth0 mode disable set service router-advert interface eth1 set service router-advert interface eth2 set service ssh # Commit, save and exit from subshell commit save exit # Restart FRR to pick up the new hostname sudo service frr restart ok: [p_vrf] => msg: |- initial configuration for p_vrf ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <