[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:
2025-10-03 17:12:58 +05:30
parent 4a069fe67e
commit d4e4bb37b8

View File

@@ -1,4 +1,5 @@
- hosts: all
any_errors_fatal: true
strategy: linear
roles:
- role: orchestrate-devstack