Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Increase max host-deploy time to 20 minutes
Browse files Browse the repository at this point in the history
... 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
  • Loading branch information
didib committed Mar 19, 2020
1 parent 13e0a12 commit 11fd439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/bootstrap_local_vm/05_add_host.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 11fd439

Please sign in to comment.