summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-06-28 14:42:25 +0200
committerJan Chaloupka <jchaloup@redhat.com>2017-06-28 14:42:25 +0200
commit50801900dbb5e32682af2c68c30b13b73bd6919b (patch)
tree9ccf33f163691007780872e604622089ea28f08f /playbooks/common/openshift-master
parent646c4a93ed6405c80bc634fa64081950e1bf8e0a (diff)
downloadopenshift-50801900dbb5e32682af2c68c30b13b73bd6919b.tar.gz
openshift-50801900dbb5e32682af2c68c30b13b73bd6919b.tar.bz2
openshift-50801900dbb5e32682af2c68c30b13b73bd6919b.tar.xz
openshift-50801900dbb5e32682af2c68c30b13b73bd6919b.zip
increase implicit 300s default timeout to explicit 600s
Diffstat (limited to 'playbooks/common/openshift-master')
-rw-r--r--playbooks/common/openshift-master/restart_hosts.yml1
-rw-r--r--playbooks/common/openshift-master/restart_services.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/restart_hosts.yml b/playbooks/common/openshift-master/restart_hosts.yml
index 67ba0aa2e..a5dbe0590 100644
--- a/playbooks/common/openshift-master/restart_hosts.yml
+++ b/playbooks/common/openshift-master/restart_hosts.yml
@@ -37,3 +37,4 @@
state: started
delay: 10
port: "{{ openshift.master.api_port }}"
+ timeout: 600
diff --git a/playbooks/common/openshift-master/restart_services.yml b/playbooks/common/openshift-master/restart_services.yml
index 508b5a3ac..a844fb369 100644
--- a/playbooks/common/openshift-master/restart_services.yml
+++ b/playbooks/common/openshift-master/restart_services.yml
@@ -15,6 +15,7 @@
state: started
delay: 10
port: "{{ openshift.master.api_port }}"
+ timeout: 600
when: openshift_master_ha | bool
- name: Restart master controllers
service: