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 [CREATED] s1: normalize,initial,vlan,vxlan,ospf [CREATED] ros: initial,vlan,ospf,vrf,vxlan [CREATED] h1: initial,routing [CREATED] h2: initial,routing [INFO] Executing initial configuration for node h1 (namespace clab- ml_17-h1) [INFO] Executing routing configuration for node h1 (namespace clab- ml_17-h1) [INFO] Executing initial configuration for node h2 (namespace clab- ml_17-h2) [INFO] Executing routing configuration for node h2 (namespace clab- ml_17-h2) [INFO] Starting Ansible playbook to deploy the rest of the configurations [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: [h1] ok: [h2] ok: [ros] ok: [s1] TASK [Generic readiness tests] ************************************************* skipping: [s1] skipping: [ros] skipping: [h1] skipping: [h2] TASK [Find device readiness script] ******************************************** ok: [h1] ok: [h2] ok: [ros] ok: [s1] TASK [Wait for device to become ready] ***************************************** skipping: [s1] skipping: [ros] skipping: [h1] skipping: [h2] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ros included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h2 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [s1] TASK [Find configuration template for normalize] ******************************* ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "normalize configuration for s1\n=========================================\n!\ninterface Ethernet1\n shutdown\n!\ninterface Ethernet2\n shutdown\n!\ninterface Ethernet3\n shutdown\n" } TASK [Deploy normalize configuration] ****************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for s1 TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/s1/normalize] *** [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device including the indentation [WARNING]: Task result `warnings` was instead of . changed: [s1] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [ros] TASK [Find configuration template for normalize] ******************************* ok: [ros] TASK [fail] ******************************************************************** skipping: [ros] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [ros] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [ros] TASK [Deploy normalize configuration] ****************************************** skipping: [ros] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [h1] TASK [Find configuration template for normalize] ******************************* ok: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy normalize configuration] ****************************************** skipping: [h1] TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [h2] TASK [Find configuration template for normalize] ******************************* ok: [h2] TASK [fail] ******************************************************************** skipping: [h2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [h2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h2] TASK [Deploy normalize configuration] ****************************************** skipping: [h2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ros included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [s1] TASK [Find configuration template for initial] ********************************* ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "initial configuration for s1\n=========================================\nhostname s1\n!\nlogging monitor debugging\naaa authorization exec default local\n!\nlldp run\nip routing\nno ipv6 unicast-routing\n!\n!\nip host h1 172.16.0.3\nip host h2 172.16.1.4\nip host ros 10.0.0.2 10.1.0.1\nip host ros-tenant 172.16.0.2 172.16.1.2 10.2.0.1\n!\ninterface Management1\n no lldp transmit\n no lldp receive\n!\ninterface Loopback0\n ip address 10.0.0.1/32\n!\ninterface Ethernet1\n no switchport\n mtu 1600\n description s1 -> ros\n ip address 10.1.0.2/30\n mac-address caf0.0001.0001\n!\n no shutdown\n!\ninterface Ethernet2\n no switchport\n description [Access VLAN red] s1 -> h1\n!\n no shutdown\n!\ninterface Ethernet3\n no switchport\n description [Access VLAN blue] s1 -> h2\n!\n no shutdown\n!\ninterface Vlan1000\n description VLAN red (1000) -> [h1,ros]\n!\ninterface Vlan1001\n description VLAN blue (1001) -> [h2,ros]\n!\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for s1 TASK [eos_config: deploying initial from /work/netlab_cicd/node_files/s1/initial] *** changed: [s1] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [ros] TASK [Find configuration template for initial] ********************************* ok: [ros] TASK [fail] ******************************************************************** skipping: [ros] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [ros] TASK [Print deployed configuration when running in verbose mode] *************** ok: [ros] => { "msg": "initial configuration for ros\n=========================================\nhostname ros\n!\nlldp\n!\n\nvrf tenant\n rd 65000:1\n!\n\n address-family ipv4 unicast\n route-target import 65000:1\n route-target export 65000:1\n exit-address-family\n\n\n!\nvlan 1000\n name red\n!\nvlan 1001\n name blue\n!\n\n!\n\n!\ninterface mgmt\n no lldp transmit\n no lldp receive\n!\n\n\ninterface loopback 0\n ip address 10.0.0.2/32\n no shutdown\n!\n\ninterface 1/1/1\n shutdown\n mtu 9198\n ip mtu 1600\n description ros -> s1\n ip address 10.1.0.1/30\n no shutdown\n!\n\ninterface vlan1000\n vrf attach tenant\n description VLAN red (1000) -> [h1,s1]\n ip address 172.16.0.2/24\n no shutdown\n!\n\ninterface vlan1001\n vrf attach tenant\n description VLAN blue (1001) -> [h2,s1]\n ip address 172.16.1.2/24\n no shutdown\n!\n\ninterface loopback 1\n vrf attach tenant\n description VRF Loopback tenant\n ip address 10.2.0.1/32\n no shutdown\n!\n!\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/arubacx.yml for ros TASK [tempfile] **************************************************************** changed: [ros -> localhost] TASK [template] **************************************************************** changed: [ros -> localhost] TASK [aoscx_config: deploying initial from /work/netlab_cicd/node_files/ros/initial] *** changed: [ros] TASK [file] ******************************************************************** changed: [ros -> localhost] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [h1] TASK [Find configuration template for initial] ********************************* skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for initial] ***************** skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy initial configuration] ******************************************** skipping: [h1] TASK [Figure out whether to deploy the module initial on current device] ******* ok: [h2] TASK [Find configuration template for initial] ********************************* skipping: [h2] TASK [fail] ******************************************************************** skipping: [h2] TASK [Find configuration deployment deploy_script for initial] ***************** skipping: [h2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h2] TASK [Deploy initial configuration] ******************************************** skipping: [h2] PLAY [Deploy module-specific configurations] *********************************** TASK [Set variables that cannot be set with VARS] ****************************** ok: [h1] ok: [h2] ok: [ros] ok: [s1] TASK [Deploy individual configuration modules] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=routing) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=ospf) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=vrf) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for s1 => (item=vxlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ros => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ros => (item=routing) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ros => (item=ospf) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ros => (item=vrf) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for ros => (item=vxlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=routing) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=ospf) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=vrf) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h1 => (item=vxlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h2 => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h2 => (item=routing) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h2 => (item=ospf) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h2 => (item=vrf) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for h2 => (item=vxlan) TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [s1] TASK [Find configuration template for vlan] ************************************ ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for vlan] ******************** ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "vlan configuration for s1\n=========================================\nvlan 1000\n name red\n!\nvlan 1001\n name blue\n!\n\n!\ninterface Ethernet2\n switchport\n switchport access vlan 1000\n!\ninterface Ethernet3\n switchport\n switchport access vlan 1001\n!\ninterface Vlan1000\n!\ninterface Vlan1001\n" } TASK [Deploy vlan configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for s1 TASK [eos_config: deploying vlan from /work/netlab_cicd/node_files/s1/vlan] **** changed: [s1] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [s1] TASK [Find configuration template for routing] ********************************* skipping: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [s1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [s1] TASK [Deploy routing configuration] ******************************************** skipping: [s1] TASK [Figure out whether to deploy the module ospf on current device] ********** ok: [s1] TASK [Find configuration template for ospf] ************************************ ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for ospf] ******************** ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "ospf configuration for s1\n=========================================\n!\n! OSPFv2 configuration\n!\nrouter ospf 1\n router-id 10.0.0.1\n interface unnumbered hello mask tx 0.0.0.0\n timers spf delay initial 100 200 500\n timers lsa rx min interval 100\n timers lsa tx delay initial 100 200 500\n\n\n!\ninterface Loopback0\n! \n ip ospf area 0.0.0.0\n!\ninterface Ethernet1\n! s1 -> ros\n ip ospf area 0.0.0.0\n ip ospf network point-to-point\n!\n\n" } TASK [Deploy ospf configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for s1 TASK [eos_config: deploying ospf from /work/netlab_cicd/node_files/s1/ospf] **** changed: [s1] TASK [Figure out whether to deploy the module vrf on current device] *********** ok: [s1] TASK [Find configuration template for vrf] ************************************* skipping: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for vrf] ********************* skipping: [s1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [s1] TASK [Deploy vrf configuration] ************************************************ skipping: [s1] TASK [Figure out whether to deploy the module vxlan on current device] ********* ok: [s1] TASK [Find configuration template for vxlan] *********************************** ok: [s1] TASK [fail] ******************************************************************** skipping: [s1] TASK [Find configuration deployment deploy_script for vxlan] ******************* ok: [s1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [s1] => { "msg": "vxlan configuration for s1\n=========================================\ninterface vxlan 1\n vxlan source-interface Loopback0\n vxlan vlan 1000 vni 5000\n vxlan vlan 1000 flood vtep 10.0.0.2\n vxlan vlan 1001 vni 5001\n vxlan vlan 1001 flood vtep 10.0.0.2\n" } TASK [Deploy vxlan configuration] ********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for s1 TASK [eos_config: deploying vxlan from /work/netlab_cicd/node_files/s1/vxlan] *** changed: [s1] TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [ros] TASK [Find configuration template for vlan] ************************************ ok: [ros] TASK [fail] ******************************************************************** skipping: [ros] TASK [Find configuration deployment deploy_script for vlan] ******************** ok: [ros] TASK [Print deployed configuration when running in verbose mode] *************** ok: [ros] => { "msg": "vlan configuration for ros\n=========================================\n!\n!\ninterface vlan1000\n!\ninterface vlan1001\n" } TASK [Deploy vlan configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/arubacx.yml for ros TASK [tempfile] **************************************************************** changed: [ros -> localhost] TASK [template] **************************************************************** changed: [ros -> localhost] TASK [aoscx_config: deploying vlan from /work/netlab_cicd/node_files/ros/vlan] *** changed: [ros] TASK [file] ******************************************************************** changed: [ros -> localhost] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [ros] TASK [Find configuration template for routing] ********************************* skipping: [ros] TASK [fail] ******************************************************************** skipping: [ros] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [ros] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [ros] TASK [Deploy routing configuration] ******************************************** skipping: [ros] TASK [Figure out whether to deploy the module ospf on current device] ********** ok: [ros] TASK [Find configuration template for ospf] ************************************ ok: [ros] TASK [fail] ******************************************************************** skipping: [ros] TASK [Find configuration deployment deploy_script for ospf] ******************** ok: [ros] TASK [Print deployed configuration when running in verbose mode] *************** ok: [ros] => { "msg": "ospf configuration for ros\n=========================================\n!\nrouter ospf 1\n router-id 10.0.0.2\n\n\n\n\n\n area 0.0.0.0\n area 0.0.0.0\n\n!\ninterface loopback 0\n ip ospf 1 area 0.0.0.0\n!\ninterface 1/1/1\n! ros -> s1\n ip ospf 1 area 0.0.0.0\n ip ospf network point-to-point\n!\n" } TASK [Deploy ospf configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/arubacx.yml for ros TASK [tempfile] **************************************************************** changed: [ros -> localhost] TASK [template] **************************************************************** changed: [ros -> localhost] TASK [aoscx_config: deploying ospf from /work/netlab_cicd/node_files/ros/ospf] *** changed: [ros] TASK [file] ******************************************************************** changed: [ros -> localhost] TASK [Figure out whether to deploy the module vrf on current device] *********** ok: [ros] TASK [Find configuration template for vrf] ************************************* ok: [ros] TASK [fail] ******************************************************************** skipping: [ros] TASK [Find configuration deployment deploy_script for vrf] ********************* ok: [ros] TASK [Print deployed configuration when running in verbose mode] *************** ok: [ros] => { "msg": "vrf configuration for ros\n=========================================\n\n" } TASK [Deploy vrf configuration] ************************************************ included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/arubacx.yml for ros TASK [tempfile] **************************************************************** changed: [ros -> localhost] TASK [template] **************************************************************** changed: [ros -> localhost] TASK [aoscx_config: deploying vrf from /work/netlab_cicd/node_files/ros/vrf] *** ok: [ros] TASK [file] ******************************************************************** changed: [ros -> localhost] TASK [Figure out whether to deploy the module vxlan on current device] ********* ok: [ros] TASK [Find configuration template for vxlan] *********************************** ok: [ros] TASK [fail] ******************************************************************** skipping: [ros] TASK [Find configuration deployment deploy_script for vxlan] ******************* ok: [ros] TASK [Print deployed configuration when running in verbose mode] *************** ok: [ros] => { "msg": "vxlan configuration for ros\n=========================================\n!\ninterface vxlan 1\n source ip 10.0.0.2\n no shutdown\n vni 5000\n vlan 1000\n vtep-peer 10.0.0.1\n vni 5001\n vlan 1001\n vtep-peer 10.0.0.1\n" } TASK [Deploy vxlan configuration] ********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/arubacx.yml for ros TASK [tempfile] **************************************************************** changed: [ros -> localhost] TASK [template] **************************************************************** changed: [ros -> localhost] TASK [aoscx_config: deploying vxlan from /work/netlab_cicd/node_files/ros/vxlan] *** changed: [ros] TASK [file] ******************************************************************** changed: [ros -> localhost] TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [h1] TASK [Find configuration template for vlan] ************************************ skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for vlan] ******************** skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy vlan configuration] *********************************************** skipping: [h1] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [h1] TASK [Find configuration template for routing] ********************************* skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy routing configuration] ******************************************** skipping: [h1] TASK [Figure out whether to deploy the module ospf on current device] ********** ok: [h1] TASK [Find configuration template for ospf] ************************************ skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for ospf] ******************** skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy ospf configuration] *********************************************** skipping: [h1] TASK [Figure out whether to deploy the module vrf on current device] *********** ok: [h1] TASK [Find configuration template for vrf] ************************************* skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for vrf] ********************* skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy vrf configuration] ************************************************ skipping: [h1] TASK [Figure out whether to deploy the module vxlan on current device] ********* ok: [h1] TASK [Find configuration template for vxlan] *********************************** skipping: [h1] TASK [fail] ******************************************************************** skipping: [h1] TASK [Find configuration deployment deploy_script for vxlan] ******************* skipping: [h1] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h1] TASK [Deploy vxlan configuration] ********************************************** skipping: [h1] TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [h2] TASK [Find configuration template for vlan] ************************************ skipping: [h2] TASK [fail] ******************************************************************** skipping: [h2] TASK [Find configuration deployment deploy_script for vlan] ******************** skipping: [h2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h2] TASK [Deploy vlan configuration] *********************************************** skipping: [h2] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [h2] TASK [Find configuration template for routing] ********************************* skipping: [h2] TASK [fail] ******************************************************************** skipping: [h2] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [h2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h2] TASK [Deploy routing configuration] ******************************************** skipping: [h2] TASK [Figure out whether to deploy the module ospf on current device] ********** ok: [h2] TASK [Find configuration template for ospf] ************************************ skipping: [h2] TASK [fail] ******************************************************************** skipping: [h2] TASK [Find configuration deployment deploy_script for ospf] ******************** skipping: [h2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h2] TASK [Deploy ospf configuration] *********************************************** skipping: [h2] TASK [Figure out whether to deploy the module vrf on current device] *********** ok: [h2] TASK [Find configuration template for vrf] ************************************* skipping: [h2] TASK [fail] ******************************************************************** skipping: [h2] TASK [Find configuration deployment deploy_script for vrf] ********************* skipping: [h2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h2] TASK [Deploy vrf configuration] ************************************************ skipping: [h2] TASK [Figure out whether to deploy the module vxlan on current device] ********* ok: [h2] TASK [Find configuration template for vxlan] *********************************** skipping: [h2] TASK [fail] ******************************************************************** skipping: [h2] TASK [Find configuration deployment deploy_script for vxlan] ******************* skipping: [h2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [h2] TASK [Deploy vxlan configuration] ********************************************** skipping: [h2] PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* h1 : ok=19 changed=0 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0 h2 : ok=19 changed=0 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0 ros : ok=59 changed=19 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 s1 : ok=42 changed=5 unreachable=0 failed=0 skipped=17 rescued=0 ignored=0 Warning: The following warnings were generated during the 'netlab initial' processing Warning: ansible: You're using Ansible version 12.x or higher; netlab might not work correctly Results of configuration script deployments ================================================================================ h1 OK: 2 h2 OK: 2 The device under test is a VXLAN router-on-a-stick. This tests check VXLAN-to-VXLAN routing. * h1 and h2 should be able to ping each other