From f337ba364a8e2e80d85ea08f6daca6c225008dc6 Mon Sep 17 00:00:00 2001
From: Jason DeTiberus <jdetiber@redhat.com>
Date: Fri, 17 Jul 2015 16:13:14 -0400
Subject: Add an initial delay for clustered HA startup verification

---
 roles/openshift_master_cluster/tasks/configure.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'roles/openshift_master_cluster')

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
-- 
cgit v1.2.3