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
The task Generate bootstrap configuration for all devices is not idempotent. It fails upon execution after an already completed successful deployment, even though the machines already are in the desired state.
Logs and external information
TASK [cisco.catalystwan.sync_pnp_edges : Generate bootstrap configuration for all devices] **********************************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: catalystwan.exceptions.ManagerHTTPError
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Could not perform 'Generate bootstrap configuration' action.\nManager error: message='Invalid vEdge cloud certificate state for generating bootstrap config' details='vEdge-C8K-220291CC-2003-3CDA-FDDA-F24D9E7B4B89 is not in \"Token Generated\" or \"Bootstrap Config Generated\" state. Bootstrap not allowed' code='VBOOTSTRAP0003'"}
Summary
The task
Generate bootstrap configuration for all devices
is not idempotent. It fails upon execution after an already completed successful deployment, even though the machines already are in the desired state.Logs and external information
Reproduction script
ansible-playbook playbooks/aws/full_deploy_and_configure.yml
Issue Severity
Low: It annoys me
The text was updated successfully, but these errors were encountered: