Add br_netfilter to 16.04 for support

The 16.04 OS has acceess to the br_netfilter module in kernel ">=4.4" and
must be loaded to allow for bridge tunning. Without the module the following
error happens in subsequent playbook calls: [0]

[0] - http://cdn.pasteraw.com/prrnxqv7lz880g7kuv8040kmtefz6sd

Change-Id: I526c0f9bd082a441f9f49e8ba64a5bcc74317340
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter
2016-05-23 15:50:51 -05:00
parent 79acae2254
commit d0ac7ccbcd

View File

@@ -22,6 +22,7 @@ openstack_host_required_kernel: 4.2.0-18-generic
## Kernel modules loaded on hosts
openstack_host_kernel_modules:
- 8021q
- "{% if hostvars[inventory_hostname]['ansible_kernel'] | version_compare('4.4', '>=') %}br_netfilter{% endif %}"
- dm_multipath
- dm_snapshot
- ebtables