diff options
author | Rihab Banday <rihab.banday@ericsson.com> | 2020-12-03 20:34:27 +0100 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2020-12-15 15:24:09 +0000 |
commit | eeb718b8b545d7afc52f9a2e9e18c9af5f7299b8 (patch) | |
tree | 633004e36d5de3e11580e7dac556a6cd852e1085 /hw_config/intel/idf.yaml | |
parent | 54e8ddaa91995cda63523abf70245ab60ffbc023 (diff) |
Update IDF of Intel Pod 19 based on new IDF structure
This patch updates the IDF of Intel Pod 19 to include
additional config required for BMRA 2.0
Change-Id: I6088f16af2a8b3d508ebd28f98efc8a6d4d6c3a5
Signed-off-by: Rihab Banday <rihab.banday@ericsson.com>
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71612
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
Diffstat (limited to 'hw_config/intel/idf.yaml')
-rw-r--r-- | hw_config/intel/idf.yaml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/hw_config/intel/idf.yaml b/hw_config/intel/idf.yaml index ef653d1..13b8054 100644 --- a/hw_config/intel/idf.yaml +++ b/hw_config/intel/idf.yaml @@ -67,3 +67,44 @@ engine: installers: kubespray: *idf_kubespray + +bmra: + profile: full_nfv + network_roles: + sriov: + - name: eth0 + bus_info: "18:00.0" + device_info: "8086:158b:0200" + driver: vfio-pci + sriov_dpdk: + - name: eth1 + bus_info: "18:00.1" + device_info: "8086:158b:0200" + driver: iavf + features: + sriov: + enable: true + sriov_vfs_per_port: 2 + sriov_dpdk_vfs_per_port: 4 + sriov_cni: true + sriov_net_dp: true + hugepages: + enable: true + default: 2M + hugepages_1G: 0 + hugepages_2M: 10240 + isolcpus: + enable: true + cpus: "4-19,24-39,44-59,64-79" + nfd: true + cmk: + enable: true + num_shared_cores: 3 + num_exclusive_cores: 3 + topology_manager: + enable: true + policy: "best-effort" + tas: + enable: true + demo_policy: true + psp: true |