Merge "Abort run if VMs aren't up before timeout"

This commit is contained in:
Zuul 2017-11-10 17:40:38 +00:00 committed by Gerrit Code Review
commit e3153f79a1

View File

@ -115,6 +115,7 @@
- name: Wait for deploy host - name: Wait for deploy host
hosts: vm_servers hosts: vm_servers
gather_facts: false gather_facts: false
any_errors_fatal: true
pre_tasks: pre_tasks:
- name: Wait for connectivity 1 - name: Wait for connectivity 1
local_action: local_action: