Turn off meltdown/spectre patches 69/67169/2
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 4 Mar 2019 08:49:58 +0000 (12:49 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 4 Mar 2019 14:46:48 +0000 (18:46 +0400)
Change-Id: Id75ffe4db808a4ec250ba8b86c5d49f1206c3784
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/reclass/classes/cluster/mcp-common-ha/infra/kvm.yml.j2
mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml
mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2
mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/gateway.yml

index 349d4f1..22d62c5 100644 (file)
@@ -41,6 +41,9 @@ parameters:
         boot_options:
           - spectre_v2=off
           - nopti
+          - nospec_store_bypass_disable
+          - noibrs
+          - noibpb
         sysctl:
           net.ipv4.ip_forward: 0
   libvirt:
index 0416d26..bed9bf0 100644 (file)
@@ -68,6 +68,9 @@ parameters:
         boot_options:
           - spectre_v2=off
           - nopti
+          - nospec_store_bypass_disable
+          - noibrs
+          - noibpb
   neutron:
     gateway:
       vlan_aware_vms: true
index 9709dfa..cefed96 100644 (file)
@@ -41,6 +41,9 @@ parameters:
         boot_options:
           - spectre_v2=off
           - nopti
+          - nospec_store_bypass_disable
+          - noibrs
+          - noibpb
           - intel_iommu=on
           - iommu=pt
           - nohz_full=${linux:system:kernel:isolcpu}
index 3fbec1b..2dfe037 100644 (file)
@@ -48,6 +48,9 @@ parameters:
         boot_options:
           - spectre_v2=off
           - nopti
+          - nospec_store_bypass_disable
+          - noibrs
+          - noibpb
           - intel_iommu=on
           - iommu=pt
           - nohz_full=${linux:system:kernel:isolcpu}