From d837d02b1be7030d81ebd7ee7d3f70c2145901b9 Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Thu, 14 Mar 2019 17:45:20 +0530 Subject: [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 --- deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}" -- cgit