summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-10-21 14:00:21 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-10-21 14:00:21 +0200
commit922089746e1029de9be986672fcdeb6bc82e18d7 (patch)
tree61688236917c004872c77b8c9abbcfaab3713ae6
parent5477adec14c5a0acd553a42bdf6e8ac2179f6a22 (diff)
downloadpostgresql-setup-tests-922089746e1029de9be986672fcdeb6bc82e18d7.tar.gz
postgresql-setup-tests-922089746e1029de9be986672fcdeb6bc82e18d7.tar.xz
postgresql-setup-tests-922089746e1029de9be986672fcdeb6bc82e18d7.zip
run_remote/ansible: wait for VM start 10 minutes
.. as the default 180s seems to often not sufficient. * ansible/fedora.yml: Add wait_for=600 to nova_compute.
-rw-r--r--ansible/fedora.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/fedora.yml b/ansible/fedora.yml
index 5f9eba8..9b0c592 100644
--- a/ansible/fedora.yml
+++ b/ansible/fedora.yml
@@ -17,7 +17,7 @@
flavor_id={{os_flavor_id}} image_id="{{ os_image_id }}" key_name={{ os_keypair }}
login_password={{os_nova_password}} login_tenant_name="{{os_tenant_name}}"
login_username={{os_username}} security_groups={{os_security_group}}
- wait=yes name="{{vm_name.stdout}}"
+ wait=yes name="{{vm_name.stdout}}" wait_for=600
register: nova
- debug: msg="{{ nova.info.addresses }}"