[CI] Fail the playbook when any node setup fails
Currently on the multinode jobs, job continue to run even if devstack setup fails on any of the node and then fails later when required conditions are not met. This patch changes it to fail if any of the node setup fails using any_errors_fatal: true. Change-Id: I9dc8e8862dcf81bf5c5c953668fa0085118032ea Signed-off-by: Yatin Karel <ykarel@redhat.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
- hosts: all
|
||||
any_errors_fatal: true
|
||||
strategy: linear
|
||||
roles:
|
||||
- role: orchestrate-devstack
|
||||
|
||||
Reference in New Issue
Block a user