Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions scenarios/reproducers/dt-sharded-compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ cifmw_libvirt_manager_configuration:
image_local_dir: "{{ cifmw_basedir }}/images/"
disk_file_name: "ocp_master"
disksize: "100"
extra_disks_num: 3
extra_disks_size: "50G"
cpus: 16
memory: 64
root_part_id: 4
Expand Down Expand Up @@ -320,3 +322,10 @@ cifmw_ceph_daemons_layout:
ceph_nfs_enabled: true

cifmw_deploy_obs: true

# Set Logical Volume Manager Storage by default for local storage
cifmw_use_lvms: true
cifmw_lvms_disk_list:
- /dev/vda
- /dev/vdb
- /dev/vdc
9 changes: 9 additions & 0 deletions scenarios/reproducers/dt-vhosts-compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ cifmw_libvirt_manager_configuration:
image_local_dir: "{{ cifmw_basedir }}/images/"
disk_file_name: "ocp_master"
disksize: "100"
extra_disks_num: 3
extra_disks_size: "50G"
cpus: 16
memory: 64
root_part_id: 4
Expand Down Expand Up @@ -320,3 +322,10 @@ cifmw_ceph_daemons_layout:
ceph_nfs_enabled: true

cifmw_deploy_obs: true

# Set Logical Volume Manager Storage by default for local storage
cifmw_use_lvms: true
cifmw_lvms_disk_list:
- /dev/vda
- /dev/vdb
- /dev/vdc
Loading