Skip to content

Commit bc5d90b

Browse files
committed
Do not disable IPV6 by default
We are currently prevented in doing so by: https://bugs.launchpad.net/kolla-ansible/+bug/2071443 You only hit this issue after a reboot.
1 parent e3ade14 commit bc5d90b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

etc/kayobe/inventory/group_vars/overcloud/cis

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,10 @@ ubtu22cis_max_log_file_size: 1024
133133
# ubtu22cis_bootloader_password_hash
134134
ubtu22cis_rule_1_4_1: false
135135
ubtu22cis_rule_1_4_3: false
136+
137+
# The way this is disabled currently breaks kolla's IPV6 check, see:
138+
# https://bugs.launchpad.net/kolla-ansible/+bug/2071443
139+
# Also matches RHEL hardening behavior.
140+
ubtu22cis_ipv6_required: true
141+
136142
##############################################################################
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
fixes:
3+
- |
4+
IPV6 is no longer disabled by default in the Ubuntu CIS hardening. If
5+
using the old behaviour you may hit `2071443
6+
<https://bugs.launchpad.net/kolla-ansible/+bug/2071443>`.
7+
upgrade:
8+
- |
9+
To match the new CIS benchmark defaults on Ubuntu, you should remove
10+
the ``ipv6.disable=1`` kernel command line option. If you wish to carry
11+
on with the current settings, change ``ubtu22cis_ipv6_required`` to
12+
``false``.

0 commit comments

Comments
 (0)