Sfoglia il codice sorgente

Merge pull request #363 from detiber/ha_master

Add an initial delay for clustered HA startup verification
Thomas Wiest 9 anni fa
parent
commit
db2efee4e4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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