Do not set lo.disable_ipv6=0 by default

Forcing lo.disable_ipv6=0 in tripleo-ansible may result in such
value being placed in /etc/sysctl.d/99-tripleo.conf *before*
net.ipv6.conf.all.disable_ipv6 = 1, thus effectively being ignored.

See rhbz#1841522 for an example of a side effect of this, where
'KernelDisableIPv6: 1' results in epmd/rabbitmq being unable to start.

Depends-on: https://review.opendev.org/#/c/732098

Change-Id: Iea01c7d6ef19ed2f0a2b7ecab15de0c30fcb4f8c
This commit is contained in:
Luca Miccini 2020-06-01 13:46:53 +02:00
parent 894a853a5e
commit f7fe7a3e29
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ tripleo_kernel_sysctl_settings:
value: 500000
net.netfilter.nf_conntrack_max:
value: 500000
net.ipv6.conf.lo.disable_ipv6:
value: 0
net.ipv6.conf.all.accept_ra:
value: 0
net.ipv6.conf.default.accept_ra: