Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
6ee1661d
Commit
6ee1661d
authored
3 years ago
by
Zuul
Committed by
Gerrit Code Review
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Do not load br_netfilter"
parents
7af8667e
15259002
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/nova-cell/tasks/config-host.yml
+0
-11
0 additions, 11 deletions
ansible/roles/nova-cell/tasks/config-host.yml
releasenotes/notes/bug-1945789-cfb50a9bd8693c41.yaml
+16
-0
16 additions, 0 deletions
releasenotes/notes/bug-1945789-cfb50a9bd8693c41.yaml
with
16 additions
and
11 deletions
ansible/roles/nova-cell/tasks/config-host.yml
+
0
−
11
View file @
6ee1661d
---
-
name
:
Load and persist br_netfilter module
include_role
:
name
:
module-load
vars
:
modules
:
-
{
name
:
br_netfilter
}
when
:
-
inventory_hostname in groups[nova_cell_compute_group]
-
name
:
Setting sysctl values
become
:
true
vars
:
...
...
@@ -19,8 +10,6 @@
sysctl_set
:
"
{{
should_set
}}"
sysctl_file
:
"
{{
kolla_sysctl_conf_path
}}"
with_items
:
-
{
name
:
"
net.bridge.bridge-nf-call-iptables"
,
value
:
1
}
-
{
name
:
"
net.bridge.bridge-nf-call-ip6tables"
,
value
:
1
}
-
{
name
:
"
net.ipv4.conf.all.rp_filter"
,
value
:
"
{{
nova_compute_host_rp_filter_mode
}}"
}
-
{
name
:
"
net.ipv4.conf.default.rp_filter"
,
value
:
"
{{
nova_compute_host_rp_filter_mode
}}"
}
when
:
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/bug-1945789-cfb50a9bd8693c41.yaml
0 → 100644
+
16
−
0
View file @
6ee1661d
---
fixes
:
-
|
Fixes ``br_netfilter`` kernel module not to be loaded nor configured
by Kolla Ansible.
It was loaded and configured on Nova compute hosts regardless of the
networking service config and its requirements.
Users of existing setups are advised to re-evaluate whether they
need this module loaded and unload if not necessary (also: remove
from the autoloaded modules, as well as remove the related sysctls
``net.bridge.bridge-nf-call-*``).
Kolla Ansible will simply no longer try to load nor configure this
module at all.
Neutron agents handle loading and configuring this module as
necessary.
`LP#1945789 <https://launchpad.net/bugs/1945789>`__
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment