X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=sw_config%2Fbmra%2Fpatched_preflight.yml;fp=sw_config%2Fbmra%2Fpatched_preflight.yml;h=ae401f9a341cf02002cfff0e64bc10f25fd10ff5;hb=e66b9747332444e5a68a4f7f45f157c660bb4199;hp=41b7efdde3f3389b3087e43591815e5444522930;hpb=7ee1ba901358248f1d8800a34fc7831f2995006f;p=kuberef.git 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: