From 11fd4397d44b56d7f696016b772791efad5b1aa3 Mon Sep 17 00:00:00 2001 From: Yedidyah Bar David Date: Thu, 19 Mar 2020 11:59:10 +0200 Subject: [PATCH] Increase max host-deploy time to 20 minutes ... from 10 minutes. Still looking why it took so long, but no harm in increasing, for now. Related-To: https://bugzilla.redhat.com/show_bug.cgi?id=1814940 --- tasks/bootstrap_local_vm/05_add_host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/bootstrap_local_vm/05_add_host.yml b/tasks/bootstrap_local_vm/05_add_host.yml index b2a16fb..e3f4550 100644 --- a/tasks/bootstrap_local_vm/05_add_host.yml +++ b/tasks/bootstrap_local_vm/05_add_host.yml @@ -144,7 +144,7 @@ host_result_up_check.ansible_facts.ovirt_hosts[0].status == 'non_operational' ) retries: 120 - delay: 5 + delay: 10 - debug: var=host_result_up_check - name: Handle deployment failure block: