Warning in ansible: You're using Ansible version 12.x or higher; netlab might not work correctly ... Ansible core version 2.19 introduced breaking changes in templates and playbooks ... We tested netlab core with Ansible version 12.x but not every device template ... You might want to downgrade Ansible to version 11.10 or lower. ... Use 'netlab install ansible' on Ubuntu to do that ... Finally, please open a GitHub issue if you experience errors/crashes ... Set defaults.ansible.warnings.ver12 to False to hide this warning [INFO] Checking for updates in configuration templates [INFO] Creating configuration snippets [WARNING]: Could not match supplied host pattern, ignoring: unprovisioned [WARNING]: Found variable using reserved name 'hosts'. Origin: /work/netlab_cicd/group_vars/all/topology.yml:157:1 155 ipv4: 10.2.0.0/24 156 prefix: 32 157 hosts: ^ column 1 PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut] ok: [p1] ok: [p2] ok: [xf] TASK [Generic readiness tests] ************************************************* skipping: [dut] skipping: [p1] skipping: [p2] skipping: [xf] TASK [Find device readiness script] ******************************************** ok: [dut] ok: [p1] ok: [p2] ok: [xf] TASK [Wait for device to become ready] ***************************************** skipping: [p1] skipping: [p2] skipping: [xf] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/vyos-clab.yml for dut TASK [wait_for_connection] ***************************************************** ok: [dut] TASK [wait_for] **************************************************************** ok: [dut] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for p1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for p2 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for xf TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [dut] TASK [Find configuration template for normalize] ******************************* ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] TASK [Deploy normalize configuration] ****************************************** skipping: [dut] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [p1] TASK [Find configuration template for normalize] ******************************* ok: [p1] TASK [fail] ******************************************************************** skipping: [p1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [p1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [p1] TASK [Deploy normalize configuration] ****************************************** skipping: [p1] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [p2] TASK [Find configuration template for normalize] ******************************* ok: [p2] TASK [fail] ******************************************************************** skipping: [p2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [p2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [p2] TASK [Deploy normalize configuration] ****************************************** skipping: [p2] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [xf] TASK [Find configuration template for normalize] ******************************* ok: [xf] TASK [fail] ******************************************************************** skipping: [xf] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [xf] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [xf] TASK [Deploy normalize configuration] ****************************************** skipping: [xf] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for p1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for p2 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for xf TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => { "msg": "initial configuration for dut\n=========================================\n#!/bin/vbash\nsource /opt/vyatta/etc/functions/script-template\n\nif [ \"$(id -g -n)\" != 'vyattacfg' ] ; then\n exec sg vyattacfg -c \"/bin/vbash $(readlink -f $0) $@\"\nfi\n\n# Configuration items start here\n\nconfigure\nset system host-name 'dut'\n\nset vrf name d2 table 101\nset vrf name d1 table 100\n\nset interfaces dummy dum0 address 10.0.0.1/32\n\n\n\nset interfaces ethernet eth1 description 'dut -> p1'\n\nset interfaces ethernet eth1 mtu 1500\n\nset interfaces ethernet eth1 address 10.1.0.1/30\n\n\nset interfaces ethernet eth1 vrf d1\n\n\n\nset interfaces ethernet eth2 description 'dut -> p2'\n\nset interfaces ethernet eth2 mtu 1500\n\nset interfaces ethernet eth2 address 10.1.0.5/30\n\n\nset interfaces ethernet eth2 vrf d2\n\n\n\nset interfaces ethernet eth3 description 'dut -> xf [external]'\n\nset interfaces ethernet eth3 mtu 1500\n\nset interfaces ethernet eth3 address 10.1.0.9/30\n\n\nset interfaces ethernet eth3 vrf d2\n\n\n\nset interfaces dummy dum1 description 'VRF Loopback d2'\n\n\nset interfaces dummy dum1 address 192.168.43.1/32\n\n\nset interfaces dummy dum1 vrf d2\n\n\nset service lldp interface all\n>/dev/null 2>/dev/null set service lldp interface eth0 disable\n>/dev/null 2>/dev/null set service lldp interface eth0 mode disable\n\n\nset service ssh\n\n# Commit, save and exit from subshell\n\ncommit\nsave\nexit\n\n# Restart FRR to pick up the new hostname\nsudo service frr restart\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/vyos.yml for dut TASK [set_fact] **************************************************************** ok: [dut] TASK [template] **************************************************************** changed: [dut] TASK [execute config-initial.sh to deploy initial config from /work/netlab_cicd/node_files/dut/initial] *** changed: [dut] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [p1] TASK [Find configuration template for initial] ********************************* ok: [p1] TASK [fail] ******************************************************************** skipping: [p1] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [p1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [p1] => { "msg": "initial configuration for p1\n=========================================\n#!/bin/bash\n#\nset -e\nset -x\n#\n# Create bash profile script\n#\ncat <