diff options
author | Delia Popescu <delia.popescu@enea.com> | 2018-10-16 14:45:21 +0300 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-10-16 14:18:19 +0000 |
commit | ea3e08bfe63970ac13738d995a86fd41337ec900 (patch) | |
tree | 21be7b7ff79a70862ece051ea733a311994b80a6 /mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml | |
parent | b31aca618950e47cdc9edd2c664f0a0239a34b54 (diff) |
Enable IPv6 on compute nodes for noha and ha
Change-Id: I46c89e3005aefea8ccbeb4779efe513bf2be84e8
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
(cherry picked from commit d730e4b011a5770ef29655028638b490fe34a339)
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 c7338bb67..b9bf6aac6 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml @@ -8,6 +8,7 @@ --- 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 @@ -66,9 +67,10 @@ 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 |