From d0ac7ccbcddd38877c994c246794606f8b14b620 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 23 May 2016 15:50:51 -0500 Subject: [PATCH] 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 --- vars/ubuntu-16.04.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/ubuntu-16.04.yml b/vars/ubuntu-16.04.yml index 7b0cb8d0..af8e0eaf 100644 --- a/vars/ubuntu-16.04.yml +++ b/vars/ubuntu-16.04.yml @@ -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