From 50801900dbb5e32682af2c68c30b13b73bd6919b Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Wed, 28 Jun 2017 14:42:25 +0200 Subject: increase implicit 300s default timeout to explicit 600s --- playbooks/common/openshift-master/restart_hosts.yml | 1 + playbooks/common/openshift-master/restart_services.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'playbooks/common/openshift-master') 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: -- cgit v1.2.1