From ea3e08bfe63970ac13738d995a86fd41337ec900 Mon Sep 17 00:00:00 2001 From: Delia Popescu Date: Tue, 16 Oct 2018 14:45:21 +0300 Subject: Enable IPv6 on compute nodes for noha and ha Change-Id: I46c89e3005aefea8ccbeb4779efe513bf2be84e8 Signed-off-by: Delia Popescu (cherry picked from commit d730e4b011a5770ef29655028638b490fe34a339) --- mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mcp/reclass/classes/cluster/mcp-common-noha') 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 0409974ba..efdc2ffb1 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml @@ -8,6 +8,7 @@ --- classes: - service.nfs.client + - system.linux.system.single.simple - system.nova.compute.single - service.cinder.volume.single - system.cinder.volume.backend.lvm @@ -84,3 +85,5 @@ parameters: sysctl: vm.dirty_ratio: 10 vm.dirty_background_ratio: 5 + ~boot_options: + - ipv6.disable=0 -- cgit 1.2.3-korg