[INFO] Creating configuration snippets [CREATED] relay: normalize,initial,dhcp [CREATED] c1: initial,dhcp [CREATED] c2: initial,dhcp [CREATED] c3: initial,dhcp [CREATED] c4: initial,dhcp [CREATED] s1: initial,dhcp,routing [CREATED] s2: initial,dhcp,routing [INFO] Executing initial configuration for node s1 (namespace clab- ml-17-s1) [INFO] Executing initial configuration for node s2 (namespace clab- ml-17-s2) [INFO] Executing routing configuration for node s2 (namespace clab- ml-17-s2) [INFO] Executing routing configuration for node s1 (namespace clab- ml-17-s1) [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: [c1] ok: [c2] ok: [c3] ok: [c4] ok: [relay] TASK [Generic readiness tests] ************************************************* skipping: [relay] skipping: [c1] skipping: [c2] skipping: [c3] skipping: [c4] TASK [Find device readiness script] ******************************************** ok: [c1] ok: [c2] ok: [c3] ok: [c4] ok: [relay] TASK [Wait for device to become ready] ***************************************** skipping: [relay] skipping: [c1] skipping: [c2] skipping: [c3] skipping: [c4] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for relay, c1, c2, c3, c4 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [c1] ok: [c2] ok: [c3] ok: [c4] ok: [relay] TASK [Find configuration template for normalize] ******************************* ok: [c1] ok: [c2] ok: [c3] ok: [c4] ok: [relay] TASK [fail] ******************************************************************** skipping: [relay] skipping: [c1] skipping: [c2] skipping: [c3] skipping: [c4] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [c1] ok: [c2] ok: [c3] ok: [c4] ok: [relay] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [c1] skipping: [c2] skipping: [c3] skipping: [c4] ok: [relay] => { "msg": "normalize configuration for relay\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: [c1] skipping: [c2] skipping: [c3] skipping: [c4] included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for relay TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/relay/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: [relay] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for relay, c1, c2, c3, c4 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [c1] ok: [c2] ok: [c3] ok: [c4] ok: [relay] TASK [Find configuration template for initial] ********************************* ok: [c1] ok: [c2] ok: [c3] ok: [c4] ok: [relay] TASK [fail] ******************************************************************** skipping: [relay] skipping: [c1] skipping: [c2] skipping: [c3] skipping: [c4] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [c1] ok: [c2] ok: [c3] ok: [c4] ok: [relay] TASK [Print deployed configuration when running in verbose mode] *************** ok: [c1] => { "msg": "initial configuration for c1\n=========================================\n#!/bin/bash\n#\nset -e\n#\n# Create bash profile script\n#\ncat <