summaryrefslogtreecommitdiffstats
path: root/sw_config/bmra/patched_preflight.yml
diff options
context:
space:
mode:
authorMichael Pedersen <michaelx.pedersen@intel.com>2021-10-27 11:49:18 +0200
committerMichael Pedersen <michaelx.pedersen@intel.com>2021-10-27 12:01:09 +0000
commite66b9747332444e5a68a4f7f45f157c660bb4199 (patch)
treea09658860501cfcaaae27c98c5000619267cbedf /sw_config/bmra/patched_preflight.yml
parent7ee1ba901358248f1d8800a34fc7831f2995006f (diff)
Fix bugs with preflight check and DPDK dependency
Remove preflight check for isolcpus as this breaks libvirt (VM) deployments Update DPDK dependency on meson as v0.60.0 breaks build process Signed-off-by: Michael Pedersen <michaelx.pedersen@intel.com> Change-Id: I5f0a46c80c88958437b7ab8c34de5fefc337de60 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72991 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com> Reviewed-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'sw_config/bmra/patched_preflight.yml')
-rw-r--r--sw_config/bmra/patched_preflight.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw_config/bmra/patched_preflight.yml b/sw_config/bmra/patched_preflight.yml
index 41b7efd..ae401f9 100644
--- a/sw_config/bmra/patched_preflight.yml
+++ b/sw_config/bmra/patched_preflight.yml
@@ -223,15 +223,6 @@
with_items: "{{ isolcpus_list }}"
when: isolcpus is defined
- - name: Check isolcpus OS Reserved
- assert:
- that: "item not in isolcpus_list"
- msg:
- - Incorrect configuration pertaining isolcpus. Conflicting or improper values detected
- - The CPU ID 0...{{ ansible_processor_count - 1 }} should NOT be set for isolcpus. Please correct the configuration
- with_items: "{{ lookup('sequence','0-{{ ansible_processor_count - 1 }}').split(',') }}"
- when: isolcpus is defined
-
#TODO relationship between cmk shared/exclusive cores and isolcpus
when: