Skip to content

Commit

Permalink
Merge pull request #3973 from gekorob/ovirt_upi_async_vm_start
Browse files Browse the repository at this point in the history
Ovirt UPI: Start vms with async
  • Loading branch information
openshift-merge-robot committed Jul 30, 2020
2 parents 7e8d172 + 4084586 commit b1f19ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upi/ovirt/masters.yml
Expand Up @@ -18,3 +18,5 @@
with_items:
- "{{ vms }}"
when: item.ocp_type == 'master'
async: 60
poll: 0
2 changes: 2 additions & 0 deletions upi/ovirt/workers.yml
Expand Up @@ -18,3 +18,5 @@
with_items:
- "{{ vms }}"
when: item.ocp_type == 'worker'
async: 60
poll: 0

0 comments on commit b1f19ae

Please sign in to comment.