summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/tasks
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-10-20 10:22:27 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2015-10-20 10:22:27 -0400
commit205927e40513f9162523e1039d3f25d63ace5a1e (patch)
tree93595058abbf600edebee8fbe772b2da3af530e2 /playbooks/libvirt/openshift-cluster/tasks
parent25354bb8f15efb829174ad53d56a31ff2fc95be9 (diff)
parent2679d760c8abbb1140f82582329dfdc8be835a76 (diff)
downloadopenshift-205927e40513f9162523e1039d3f25d63ace5a1e.tar.gz
openshift-205927e40513f9162523e1039d3f25d63ace5a1e.tar.bz2
openshift-205927e40513f9162523e1039d3f25d63ace5a1e.tar.xz
openshift-205927e40513f9162523e1039d3f25d63ace5a1e.zip
Merge pull request #711 from jaryn/fix_libvirt_ip_issues
Fix libvirt ip issues
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/tasks')
-rw-r--r--playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml b/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml
index 2a0c90b46..4b91c6da8 100644
--- a/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml
+++ b/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml
@@ -64,7 +64,7 @@
register: nb_allocated_ips
until: nb_allocated_ips.stdout == '{{ instances | length }}'
retries: 60
- delay: 1
+ delay: 3
when: instances | length != 0
- name: Collect IP addresses of the VMs