diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-03-04 12:49:58 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-03-04 18:46:48 +0400 |
commit | ae600003290b3454e32cac9df696f0227951b0fa (patch) | |
tree | e2deb03102a0a819978a05587ba6d7d0b7269dd8 /mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/gateway.yml | |
parent | 4e4b7928649577beed448004acb9ed5f33700301 (diff) |
Turn off meltdown/spectre patches
Change-Id: Id75ffe4db808a4ec250ba8b86c5d49f1206c3784
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/gateway.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/gateway.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/gateway.yml b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/gateway.yml index 3fbec1bcd..2dfe0370d 100644 --- a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/gateway.yml +++ b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/gateway.yml @@ -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} |