diff options
| author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-17 16:48:00 -0400 | 
|---|---|---|
| committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-17 16:48:00 -0400 | 
| commit | db2efee4e4df23c9aaa3a043b8281bdf3b927560 (patch) | |
| tree | a72571829a9453ed37af61179dbc08c024e86a94 | |
| parent | 27c0895327dc5d1153aae6c63e7a70f13eb1f0d4 (diff) | |
| parent | f337ba364a8e2e80d85ea08f6daca6c225008dc6 (diff) | |
Merge pull request #363 from detiber/ha_master
Add an initial delay for clustered HA startup verification
| -rw-r--r-- | roles/openshift_master_cluster/tasks/configure.yml | 3 | 
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  | 
