Browse Source

Add an initial delay for clustered HA startup verification

Jason DeTiberus 9 years ago
parent
commit
f337ba364a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      roles/openshift_master_cluster/tasks/configure.yml

+ 2 - 1
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