Merge "Load br_netfilter module in nova-cell role"

This commit is contained in:
Zuul 2020-07-12 07:46:59 +00:00 committed by Gerrit Code Review
commit 9ffb8ec337
2 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,13 @@
---
- 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
sysctl:

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue where the ``br_netfilter`` kernel module was not loaded on
compute hosts. `LP#1886796
<https://bugs.launchpad.net/kolla-ansible/+bug/1886796>`__