summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-03-14 17:45:20 +0530
committerValerii Ponomarov <vponomar@redhat.com>2019-03-14 17:45:20 +0530
commitd837d02b1be7030d81ebd7ee7d3f70c2145901b9 (patch)
treedd43877b13c853a94dc2fab053e9fa6b16e8f432 /deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
parent233af471f0ab027bdd9df1844111dd560f334d75 (diff)
[Deployment] Increase timeout for waiting rebooted nodes to come up
When VMWare hypervisor is under heavy load, node boot up may be slower than 3 minutes. So, increase timeout from 3 to the 6 minutes. Change-Id: I27f0166d6c4221f7a647d55df704f429bf9d6dcc
Diffstat (limited to 'deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml')
-rw-r--r--deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml b/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
index 2ee501ad..c49bcc9d 100644
--- a/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
+++ b/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
@@ -37,7 +37,7 @@
host: "{{ item }}"
port: 22
delay: 0
- timeout: 180
+ timeout: 360
connect_timeout: 5
state: started
with_items: "{{ hostnames_for_reboot }}"