From 77a363ff192b806982eefa6cc5c91b24d2baa127 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 19 Oct 2018 15:36:02 +0400 Subject: Enable IPv6 on entire cluster by default IPv6 has been enabled back by commenting out the cis-3-3-3 yaml/class source in linux service reclass. Change-Id: Ia8f4e2ddbb98f9316e6ce5136badbb14ecb277c5 Signed-off-by: Michael Polenchuk --- mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml') diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml index b9bf6aac6..c7338bb67 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml @@ -8,7 +8,6 @@ --- classes: - system.linux.system.repo.mcp.mirror.v1.openstack - - system.linux.system.single.simple - system.glusterfs.client.cluster - system.nova.compute.cluster - system.nova.compute.nfv.hugepages @@ -67,10 +66,9 @@ parameters: sysctl: vm.dirty_ratio: 10 vm.dirty_background_ratio: 5 - ~boot_options: + boot_options: - spectre_v2=off - nopti - - ipv6.disable=0 neutron: gateway: vlan_aware_vms: true -- cgit 1.2.3-korg