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:
parent
169b475168
commit
4536c0a9ef
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user