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
This commit is contained in:
Antony Messerli 2017-11-02 11:40:58 -05:00
parent 169b475168
commit 4536c0a9ef

View File

@ -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: