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/hogs/group_vars/all/topology.yml:166:1 164 prefix: 32 165 ipv6: 2001:db8:4::/48 166 hosts: ^ column 1 PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [c1] ok: [pe2] ok: [dut] TASK [Generic readiness tests] ************************************************* skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Find device readiness script] ******************************************** ok: [c1] ok: [pe2] ok: [dut] TASK [Wait for device to become ready] ***************************************** skipping: [c1] skipping: [pe2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/junos.yml for dut TASK [set_fact] **************************************************************** ok: [dut] TASK [Wait for first interface (et-0/0/0)] ************************************* 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 c1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for pe2 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: [c1] TASK [Find configuration template for normalize] ******************************* ok: [c1] TASK [fail] ******************************************************************** skipping: [c1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [c1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [c1] TASK [Deploy normalize configuration] ****************************************** skipping: [c1] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [pe2] TASK [Find configuration template for normalize] ******************************* ok: [pe2] TASK [fail] ******************************************************************** skipping: [pe2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [pe2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [pe2] TASK [Deploy normalize configuration] ****************************************** skipping: [pe2] 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 c1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for pe2 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=========================================\nsystem {\n host-name dut;\n static-host-mapping {\n c1 inet 10.0.0.2;\n pe2 inet 10.0.0.3;\n }\n}\n\n\n\n\npolicy-options {\n community tg_65000_1 members target:65000:1;\n}\n\n\n\npolicy-options {\n policy-statement vrf-tenant-rt-export {\n term 1 {\n then {\n community add tg_65000_1;\n accept;\n }\n }\n }\n\n\n policy-statement vrf-tenant-rt-import {\n term 1 {\n from community [ tg_65000_1 ];\n then accept;\n }\n term default {\n then reject;\n }\n }\n}\n\nrouting-instances {\n\n tenant {\n instance-type vrf;\n route-distinguisher 65000:1;\n\n vrf-import vrf-tenant-rt-import;\n vrf-export vrf-tenant-rt-export;\n\n routing-options {\n auto-export;\n }\n\n interface et-0/0/0.0;\n interface et-0/0/1.0;\n interface lo0.1;\n\n }\n\n}\ninterfaces {\n\n lo0.0 {\n \n family inet {\n address 10.0.0.1/32;\n }\n family inet6 {\n address 2001:db8:1:1::1/64;\n }\n \n }\n et-0/0/0.0 {\n description \"dut -> c1\";\n \n family inet {\n address 10.1.0.1/30;\n }\n family inet6 {\n address 2001:db8:3::1/64;\n }\n \n }\n et-0/0/1.0 {\n description \"dut -> stub [stub]\";\n \n family inet {\n address 192.168.42.1/24;\n }\n family inet6 {\n address 2001:db8:42::1/64;\n }\n \n }\n lo0.1 {\n description \"VRF Loopback tenant\";\n \n family inet {\n address 10.2.0.1/32;\n }\n family inet6 {\n address 2001:db8:4::1/64;\n }\n \n }\n}\nprotocols {\n lldp {\n interface re0:mgmt-0 {\n disable;\n }\n interface all;\n }\n router-advertisement {\n interface et-0/0/0.0;\n interface et-0/0/1.0;\n }\n}\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/junos.yml for dut TASK [junos_config: deploying initial from /work/netlab_cicd/hogs/node_files/dut/initial] *** changed: [dut] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [c1] TASK [Find configuration template for initial] ********************************* ok: [c1] TASK [fail] ******************************************************************** skipping: [c1] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [c1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [c1] => { "msg": "initial configuration for c1\n=========================================\n#!/bin/bash\n#\nset -e\nset -x\n#\n# Create bash profile script\n#\ncat <