Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch va-pidone to lvms #2190

Closed
Closed
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
19 changes: 19 additions & 0 deletions scenarios/reproducers/va-pidone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ cifmw_libvirt_manager_configuration:
image_local_dir: "{{ cifmw_basedir }}/images/"
disk_file_name: "ocp_master"
disksize: "100"
extra_disks_num: 4
extra_disks_size: "100G"
cpus: 10
memory: 32
nets:
Expand All @@ -75,6 +77,8 @@ cifmw_libvirt_manager_configuration:
image_local_dir: "{{ cifmw_basedir }}/images/"
disk_file_name: "ocp_worker"
disksize: "100"
extra_disks_num: 4
extra_disks_size: "100G"
cpus: 10
memory: 16
nets:
Expand Down Expand Up @@ -140,3 +144,18 @@ cifmw_test_operator_tolerations:
effect: "NoExecute"
cifmw_test_operator_node_selector:
kubernetes.io/hostname: worker-3

# Use EDPM image for computes
cifmw_update_containers_edpm_image_url: "{{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/edpm-hardened-uefi:{{ cifmw_update_containers_tag }}"

cifmw_devscripts_create_logical_volume: true

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

# lvms-operator tolerations:
cifmw_lvms_storage_tolerations: "{{ cifmw_test_operator_tolerations }}"