diff options
author | Michael S. Pedersen <michaelx.pedersen@intel.com> | 2021-09-22 13:35:35 +0200 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2021-10-15 08:59:44 +0000 |
commit | cb5c652c37763043e695f123808a3ee9c512689d (patch) | |
tree | ffeea72f22d73c61123537e003b78061e2520b76 /hw_config/libvirt-vms | |
parent | 4c6fe2cf6e1bbb279dcf5698cff315740ea6d8e8 (diff) |
Updates Kuberef to use BMRA v21.08
Updates BMRA tag to v21.08
Updates Kuberef templates for BMRA configuration
Updates idf.yml (hw_config) to match changes to BMRA
Adds new and updated BMRA patches
Fixes a few bugs in functions.sh
Signed-off-by: Michael S. Pedersen <michaelx.pedersen@intel.com>
Change-Id: Ifbd4d60af76dac45e49145f00cbeb90de0f7c719
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72927
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'hw_config/libvirt-vms')
-rw-r--r-- | hw_config/libvirt-vms/idf.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/hw_config/libvirt-vms/idf.yaml b/hw_config/libvirt-vms/idf.yaml index 1616f9f..ab4fe0a 100644 --- a/hw_config/libvirt-vms/idf.yaml +++ b/hw_config/libvirt-vms/idf.yaml @@ -77,9 +77,9 @@ bmra: # qat: # - name: crypto01 # pci: "0000:ab:00.0" -# mod_type: qat_c62x # pci_type: c6xx # vfs: 4 + runtime: docker # 'docker' and 'containerd' supported features: sriov: enable: false @@ -90,12 +90,11 @@ bmra: hugepages: enable: true default: 2M - hugepages_1G: 0 - hugepages_2M: 5120 + amount: 5120 isolcpus: - enable: false + enable: true autogenerate: false - cpus: "4-19,24-39,44-59,64-79" # Not used when autogenerate is true + cpus: "2-5" # Not used when autogenerate is true nfd: true cmk: enable: true |