summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_cluster
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-07-17 16:13:14 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-07-17 16:13:14 -0400
commitf337ba364a8e2e80d85ea08f6daca6c225008dc6 (patch)
treef96f8ab2be706e1e5b4bd03c47cddc2cd67a1e70 /roles/openshift_master_cluster
parent0a021c047bfb3fe5710be1e7de8cd577455f53c2 (diff)
downloadopenshift-f337ba364a8e2e80d85ea08f6daca6c225008dc6.tar.gz
openshift-f337ba364a8e2e80d85ea08f6daca6c225008dc6.tar.bz2
openshift-f337ba364a8e2e80d85ea08f6daca6c225008dc6.tar.xz
openshift-f337ba364a8e2e80d85ea08f6daca6c225008dc6.zip
Add an initial delay for clustered HA startup verification
Diffstat (limited to 'roles/openshift_master_cluster')
-rw-r--r--roles/openshift_master_cluster/tasks/configure.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_master_cluster/tasks/configure.yml b/roles/openshift_master_cluster/tasks/configure.yml
index 3510f9f62..8ddc8bfda 100644
--- a/roles/openshift_master_cluster/tasks/configure.yml
+++ b/roles/openshift_master_cluster/tasks/configure.yml
@@ -40,4 +40,5 @@
host: "{{ openshift_master_cluster_vip }}"
port: 8443
state: started
- timeout: 300
+ timeout: 180
+ delay: 90