diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-10-19 15:36:02 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-10-23 12:09:16 +0400 |
commit | 77a363ff192b806982eefa6cc5c91b24d2baa127 (patch) | |
tree | 23b4a910b9b067aa282fce7e19dec42a07ff28aa /mcp/reclass/classes/cluster/mcp-common-noha | |
parent | b6d00190ea2d1cc166b39f1db59912b3f572f248 (diff) |
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 <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml index efdc2ffb1..0409974ba 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml @@ -8,7 +8,6 @@ --- classes: - service.nfs.client - - system.linux.system.single.simple - system.nova.compute.single - service.cinder.volume.single - system.cinder.volume.backend.lvm @@ -85,5 +84,3 @@ parameters: sysctl: vm.dirty_ratio: 10 vm.dirty_background_ratio: 5 - ~boot_options: - - ipv6.disable=0 |