[INFO] Creating configuration snippets [CREATED] dut: initial [CREATED] p1: normalize,initial,routing [CREATED] t_1300: initial,routing [CREATED] t_1400: initial,routing [INFO] Checking SSH servers on p1 /home/pipi/.local/lib/python3.10/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "cipher": algorithms.TripleDES, /home/pipi/.local/lib/python3.10/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "class": algorithms.TripleDES, [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [t_1300] ok: [t_1400] ok: [p1] ok: [dut] TASK [Generic readiness tests] ************************************************* skipping: [t_1300] skipping: [t_1400] skipping: [dut] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/ssh.yml for p1 => (item=ssh) TASK [Check if 'sshpass' is installed] ***************************************** ok: [p1 -> localhost] TASK [Check for 'timeout' command] ********************************************* ok: [p1 -> localhost] TASK [Execute local ssh command to check ssh readiness] ************************ ok: [p1 -> localhost] TASK [Confirm p1 SSH server works] ********************************************* ok: [p1] => { "msg": "Node p1 is ready." } TASK [Find device readiness script] ******************************************** ok: [t_1300] ok: [t_1400] ok: [p1] ok: [dut] TASK [Wait for device to become ready] ***************************************** skipping: [p1] skipping: [t_1300] skipping: [t_1400] skipping: [dut] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for p1, t_1300, t_1400, dut TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [t_1300] ok: [t_1400] ok: [p1] ok: [dut] TASK [Find configuration template for normalize] ******************************* ok: [t_1300] ok: [t_1400] ok: [p1] ok: [dut] TASK [fail] ******************************************************************** skipping: [p1] skipping: [t_1300] skipping: [t_1400] skipping: [dut] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [t_1300] ok: [t_1400] ok: [p1] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [t_1300] skipping: [t_1400] skipping: [dut] ok: [p1] => { "msg": "normalize configuration for p1\n=========================================\n!\ninterface Ethernet1\n shutdown\n" } TASK [Deploy normalize configuration] ****************************************** skipping: [t_1300] skipping: [t_1400] skipping: [dut] included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for p1 TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/p1/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: [p1] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for p1, t_1300, t_1400, dut TASK [Figure out whether to deploy the module initial on current device] ******* ok: [t_1300] ok: [t_1400] ok: [p1] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [t_1300] ok: [t_1400] ok: [p1] ok: [dut] TASK [fail] ******************************************************************** skipping: [p1] skipping: [t_1300] skipping: [t_1400] skipping: [dut] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [t_1300] ok: [t_1400] ok: [p1] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** ok: [t_1300] => { "msg": "initial configuration for t_1300\n=========================================\n#!/bin/bash\n#\nset -e\n#\n# Create bash profile script\n#\ncat <