diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-20 12:23:51 +0400 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-20 13:09:26 +0200 |
commit | cc581499ca7d81a5106fe313ad6c9b5bfe119e27 (patch) | |
tree | aab73bb3733a48df2cec11a0189f653eb8965427 /mcp/reclass | |
parent | 90a442136b0aff8380388ac0a94831d0904e3cb8 (diff) |
[maas] Enable back IPv6 for MaaS node
IPv6 has been disabled recently by default to reduce the attack
surface of the system, however MaaS rackd service relies on other
libraries that require an INET6 socket by design.
Change-Id: I6c633e9790e75d53437f400790d0e528f0a792b3
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-arch-common/infra/maas.yml.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-arch-common/infra/maas.yml.j2 b/mcp/reclass/classes/cluster/all-mcp-arch-common/infra/maas.yml.j2 index ea97773f1..8ef7376b5 100644 --- a/mcp/reclass/classes/cluster/all-mcp-arch-common/infra/maas.yml.j2 +++ b/mcp/reclass/classes/cluster/all-mcp-arch-common/infra/maas.yml.j2 @@ -122,6 +122,10 @@ parameters: cluster: saltstack_repo_xenial: "deb [arch=amd64] http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/ xenial main" linux: + system: + kernel: + ~boot_options: + - ipv6.disable=0 network: interface: mcpcontrol_interface: |