Skip to content

Commit 91432db

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 91432db

File tree

1 file changed

+6
-0
lines changed
  • etc/kayobe/inventory/group_vars/overcloud

1 file changed

+6
-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
##############################################################################

0 commit comments

Comments
 (0)