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 provision module executes Ansible playbooks. If the execution fails, it should return an exit code to inform that something has failed.
For example, investigating issue #5220, we found that the allocation module did not create the manager's virtual machine. The provision module could not execute the playbook, receiving an SSH authentication error, but the script exited without informing errors (exit code > 0).
The text was updated successfully, but these errors were encountered:
davidjiglesias
changed the title
DTT2. Validate provision playbook execution and error report
DTT2 - Validate provision playbook execution and error report
Aug 12, 2024
The provision module executes Ansible playbooks. If the execution fails, it should return an exit code to inform that something has failed.
For example, investigating issue #5220, we found that the allocation module did not create the manager's virtual machine. The provision module could not execute the playbook, receiving an SSH authentication error, but the script exited without informing errors (exit code > 0).
The text was updated successfully, but these errors were encountered: