Skip to content

Commit

Permalink
adding ocp4_aio_deploy_big_vms var
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Dec 9, 2021
1 parent b01c53f commit 0560766
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tasks/base_virt_ipi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
with_dict: "{{ vms['masters'] }}"
when:
- not ocp4_aio_deploy_ocp_plus
- not ocp4_aio_deploy_big_vms
- ocp4_aio_deploy_type == "ipi"
- vm_name not in vm_list.list_vms

Expand All @@ -193,7 +194,7 @@
--boot hd,network --noautoconsole --vnc --name {{ vm_name }} --noreboot
with_dict: "{{ vms['masters_opp'] }}"
when:
- ocp4_aio_deploy_ocp_plus
- ocp4_aio_deploy_ocp_plus or ocp4_aio_deploy_big_vms
- ocp4_aio_deploy_type == "ipi"
- vm_name not in vm_list.list_vms

Expand Down Expand Up @@ -226,6 +227,7 @@
with_dict: "{{ vms['workers'] }}"
when:
- not ocp4_aio_deploy_ocp_plus
- not ocp4_aio_deploy_big_vms
- not ocp4_aio_deploy_compact
- ocp4_aio_deploy_type == "ipi"
- vm_name not in vm_list.list_vms
Expand All @@ -244,7 +246,7 @@
--boot hd,network --noautoconsole --vnc --name ocp4-{{ item.key }} --noreboot
with_dict: "{{ vms['workers_opp'] }}"
when:
- ocp4_aio_deploy_ocp_plus
- ocp4_aio_deploy_ocp_plus or ocp4_aio_deploy_big_vms
- not ocp4_aio_deploy_compact
- ocp4_aio_deploy_type == "ipi"
- vm_name not in vm_list.list_vms
Expand Down

0 comments on commit 0560766

Please sign in to comment.