[Queens] Do not load nf_conntrack_proto_sctp

nf_conntrack_proto_sctp no longer exists since CentOS/RHEL 7.4, so we
should not load that module expicitly.

Change-Id: I3957ce3a4916e0f1455fdda38c0a35b8ffd508f7
Closes-Bug: #1914017
(cherry picked from commit 90d3e93109)
This commit is contained in:
Takashi Kajinami 2021-02-01 17:46:35 +09:00 committed by Kevin Carter
parent a5d6c70f5a
commit 2e4f2f92e5
1 changed files with 6 additions and 1 deletions

View File

@ -145,7 +145,6 @@ outputs:
map_merge:
- br_netfilter: {}
- nf_conntrack: {}
nf_conntrack_proto_sctp: {}
- {get_attr: [RoleParametersValue, value, extra_kernel_modules]}
kernel_packages: {get_attr: [RoleParametersValue, value, extra_kernel_packages]}
sysctl_settings:
@ -235,3 +234,9 @@ outputs:
step_config: |
include ::tripleo::profile::base::kernel
update_tasks:
- name: Remove obsolete nf_conntrack_proto_sctp from /etc/modules-load.d/
file:
path: /etc/modules-load.d/nf_conntrack_proto_sctp.conf
state: absent