[INFO] Creating configuration snippets [CREATED] h1: initial,routing [CREATED] h2: initial,routing [CREATED] h3: initial,routing [CREATED] h4: initial,routing [CREATED] dut: normalize,initial,lag,vlan [CREATED] xs: initial,lag,vlan [INFO] Executing initial configuration for node h1 (namespace clab- ml-17-h1) [INFO] Executing initial configuration for node h2 (namespace clab- ml-17-h2) [INFO] Executing initial configuration for node h3 (namespace clab- ml-17-h3) [INFO] Executing initial configuration for node h4 (namespace clab- ml-17-h4) [INFO] Executing routing configuration for node h1 (namespace clab- ml-17-h1) [INFO] Executing routing configuration for node h4 (namespace clab- ml-17-h4) [INFO] Executing routing configuration for node h3 (namespace clab- ml-17-h3) [INFO] Executing routing configuration for node h2 (namespace clab- ml-17-h2) [INFO] Starting Ansible playbook to deploy the rest of the configurations [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [xs] ok: [dut] TASK [Generic readiness tests] ************************************************* skipping: [dut] skipping: [xs] TASK [Find device readiness script] ******************************************** ok: [xs] ok: [dut] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [xs] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut, xs TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [xs] ok: [dut] TASK [Find configuration template for normalize] ******************************* ok: [xs] ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] skipping: [xs] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [xs] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [xs] ok: [dut] => { "msg": "normalize configuration for dut\n=========================================\n!\ninterface Ethernet1\n shutdown\n!\ninterface Ethernet2\n shutdown\n!\ninterface Ethernet3\n shutdown\n!\ninterface Ethernet4\n shutdown\n" } TASK [Deploy normalize configuration] ****************************************** skipping: [xs] included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for dut TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/dut/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 changed: [dut] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut, xs TASK [Figure out whether to deploy the module initial on current device] ******* ok: [xs] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [xs] ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] skipping: [xs] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [xs] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** ok: [xs] => { "msg": "initial configuration for xs\n=========================================\n#!/bin/bash\n#\nset -e\nset -x\n#\n# Create bash profile script\n#\ncat <