diff options
| author | Jan Chaloupka <jchaloup@redhat.com> | 2017-06-28 14:42:25 +0200 | 
|---|---|---|
| committer | Jan Chaloupka <jchaloup@redhat.com> | 2017-06-28 14:42:25 +0200 | 
| commit | 50801900dbb5e32682af2c68c30b13b73bd6919b (patch) | |
| tree | 9ccf33f163691007780872e604622089ea28f08f /playbooks | |
| parent | 646c4a93ed6405c80bc634fa64081950e1bf8e0a (diff) | |
| download | openshift-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')
4 files changed, 4 insertions, 0 deletions
| diff --git a/playbooks/common/openshift-cluster/upgrades/docker/restart.yml b/playbooks/common/openshift-cluster/upgrades/docker/restart.yml index 1b418920f..96c729d79 100644 --- a/playbooks/common/openshift-cluster/upgrades/docker/restart.yml +++ b/playbooks/common/openshift-cluster/upgrades/docker/restart.yml @@ -24,4 +24,5 @@      state: started      delay: 10      port: "{{ openshift.master.api_port }}" +    timeout: 600    when: inventory_hostname in groups.oo_masters_to_config 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: diff --git a/playbooks/common/openshift-node/restart.yml b/playbooks/common/openshift-node/restart.yml index 01cf948e0..63273cb78 100644 --- a/playbooks/common/openshift-node/restart.yml +++ b/playbooks/common/openshift-node/restart.yml @@ -36,6 +36,7 @@        state: started        delay: 10        port: "{{ openshift.master.api_port }}" +      timeout: 600      when: inventory_hostname in groups.oo_masters_to_config    - name: restart node | 
