From 4536c0a9ef14fb35e0b92fd46f3a5b001d92edc7 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 2 Nov 2017 11:40:58 -0500 Subject: [PATCH] Abort run if VMs aren't up before timeout Occasionally the VM install will exceed the timeout if it doesn't fire correctly. Instead of treating the host as down and continuing on with the others, fail early. Change-Id: I543d8e354a5357f7059fe82497edb9b7e3a22097 --- multi-node-aio/playbooks/deploy-vms.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/multi-node-aio/playbooks/deploy-vms.yml b/multi-node-aio/playbooks/deploy-vms.yml index bad7289a..91b52f51 100644 --- a/multi-node-aio/playbooks/deploy-vms.yml +++ b/multi-node-aio/playbooks/deploy-vms.yml @@ -115,6 +115,7 @@ - name: Wait for deploy host hosts: vm_servers gather_facts: false + any_errors_fatal: true pre_tasks: - name: Wait for connectivity 1 local_action: