Skip to content

Do not disable IPV6 by default #1121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions etc/kayobe/inventory/group_vars/overcloud/cis
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,10 @@ ubtu22cis_max_log_file_size: 1024
# ubtu22cis_bootloader_password_hash
ubtu22cis_rule_1_4_1: false
ubtu22cis_rule_1_4_3: false

# The way this is disabled currently breaks kolla's IPV6 check, see:
# https://bugs.launchpad.net/kolla-ansible/+bug/2071443
# Also matches RHEL hardening behavior.
ubtu22cis_ipv6_required: true

##############################################################################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
fixes:
- |
IPV6 is no longer disabled by default in the Ubuntu CIS hardening. If
using the old behaviour you may hit `2071443
<https://bugs.launchpad.net/kolla-ansible/+bug/2071443>`.
upgrade:
- |
To match the new CIS benchmark defaults on Ubuntu, you should remove
the ``ipv6.disable=1`` kernel command line option. If you wish to carry
on with the current settings, change ``ubtu22cis_ipv6_required`` to
``false``.
Loading