Skip to content

Commit

Permalink
Set LVMS for NFV DPDK SR-IOV VA
Browse files Browse the repository at this point in the history
Customers are recommended to use LVMS.
  • Loading branch information
rdiazcam authored and openshift-merge-bot[bot] committed Jul 16, 2024
1 parent db0b3c7 commit 2ee66a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scenarios/reproducers/va-nfv-ovs-dpdk-sriov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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: 10
memory: 32
nets:
Expand All @@ -101,3 +103,10 @@ cifmw_config_bmh: true

# 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 }}"

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

0 comments on commit 2ee66a0

Please sign in to comment.