Skip to content

Commit

Permalink
Rebase on master
Browse files Browse the repository at this point in the history
  • Loading branch information
mandre committed Jun 20, 2024
1 parent e942d0c commit d73df77
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions scenarios/reproducers/dt-osasinfra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,43 @@ cifmw_libvirt_manager_configuration:
<name>osp_trunk</name>
<forward mode='nat'/>
<bridge name='osp_trunk' stp='on' delay='0'/>
<dns enable="no"/>
<ip family='ipv4'
address='{{ cifmw_networking_definition.networks.ctlplane.network |
ansible.utils.nthhost(1) }}'
prefix='{{ cifmw_networking_definition.networks.ctlplane.network |
ansible.utils.ipaddr('prefix') }}'>
</ip>
</network>
ocpbm: |
<network>
<name>ocpbm</name>
<forward mode='nat'/>
<bridge name='ocpbm' stp='on' delay='0'/>
<dns enable="no"/>
<ip family='ipv4' address='192.168.111.1' prefix='24'>
</ip>
</network>
ocppr: |
<network>
<name>ocppr</name>
<forward mode='bridge'/>
<bridge name='ocppr'/>
</network>
vms:
ocp:
amount: 3
admin_user: core
image_local_dir: "/home/dev-scripts/pool"
image_local_dir: "{{ cifmw_basedir }}/images/"
disk_file_name: "ocp_master"
disksize: "105"
xml_paths:
- /home/dev-scripts/ocp_master_0.xml
- /home/dev-scripts/ocp_master_1.xml
- /home/dev-scripts/ocp_master_2.xml
disksize: "100"
cpus: 16
memory: 32
root_part_id: 4
uefi: true
nets:
- ocppr
- ocpbm
- osp_trunk
compute:
uefi: "{{ cifmw_use_uefi }}"
Expand Down

0 comments on commit d73df77

Please sign in to comment.