ansible-junos-stdlib
ansible-junos-stdlib copied to clipboard
juniper_junos_software playbook stop while performing upgrade
Issue Type
- Bug Report Module Name
juniper_junos_software
Juniper.Junos role and Python libraries version
OS / Environment
12R12S11 EX3300 Summary ------- The playbooks stop when the engine start it's upgrade. PLAY [Install Junos OS] *********************************************************************************************** TASK [Checking NETCONF connectivity] ********************************************************************************** ok: [switch1.production.com] TASK [Install Junos OS package] *************************************************************************************** fatal: [switch1.production.com]: FAILED! => {"changed": true, "check_mode": false, "msg": "Package jinstall-ex-3300-12.3R12-S11-domestic-signed.tgz successfully installed. Did not find expected response from reboot RPC."} to retry, use: --limit
Install is sucessfull but we're not able to track the progress when using the playbook.
I use the generic playbook available here :
https://www.juniper.net/documentation/en_US/junos-ansible/topics/example/junos-ansible-playbooks-device-os-installing.html
Steps to reproduce
Expected results
Actual results
Hello, any ideas on how to correct this issue? Thanks. Regards
@davbeny Ok, This looks similar to the #408