From 2ee66a0cdc02f528abd2f6ebbd5f0c223f0626a2 Mon Sep 17 00:00:00 2001 From: Ricardo Diaz Date: Mon, 15 Jul 2024 14:19:22 +0200 Subject: [PATCH] Set LVMS for NFV DPDK SR-IOV VA Customers are recommended to use LVMS. --- scenarios/reproducers/va-nfv-ovs-dpdk-sriov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scenarios/reproducers/va-nfv-ovs-dpdk-sriov.yml b/scenarios/reproducers/va-nfv-ovs-dpdk-sriov.yml index 1d40f2996f..5b2c936839 100644 --- a/scenarios/reproducers/va-nfv-ovs-dpdk-sriov.yml +++ b/scenarios/reproducers/va-nfv-ovs-dpdk-sriov.yml @@ -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: @@ -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