You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lucasalvatore1, Streaming logs from a running task isn't supported in Ansible currently, there is a proposal for this at ansible/proposals#92. We will have to wait for this to get implemented to proceed further.
Alternatively, juniper_junos_software logs the progress to the logfile mentioned in the task and is updated in realtime, unlike ansible-playbook output. You could tail the log file to know the progress of the install process.
Sample task:
- name: Execute a basic Junos software upgrade with logging.
juniper_junos_software:
local_package: "./images/"
logfile: install.log
level: DEBUG
Issue Type
Module Name
Juniper.Junos role and Python libraries version
OS / Environment
QFX5100-VC / Junos 17.4
Summary
When kicking off a NSSU with ansible using verbose mode, none of the NSSU progress is logged
Steps to reproduce
Use NSSU on a virtual chassis setup
Expected results
Actual results
The logs show the initial software install command, but then nothing else during the whole process
The ERROR there is because the netconf session dies after the master RE flip, I've reported that bug here #431
The text was updated successfully, but these errors were encountered: