Add ebtables to openstack_hosts role

This change adds the ebtables package and kernel module to the
openstack_host role. This is being added because without it
the neutron linuxbridge agent will not start in a container
sighting that the ebtables filter is missing. While we do not
see this issue in the gate, because its being masked by the os_nova
role, it is a problem on a multi-node setup when using network nodes
that are not also compute nodes. With this simple change neutron had
no issues running in a true multi-node setup.

Change-Id: Ib178bbeed14c3e6c17613ad72545bcadf66b98cb
Closes-Bug: 1546818
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-03-09 17:15:14 -06:00
parent de63e497ae
commit d9185f72b8
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ openstack_host_kernel_modules:
- "{% if ansible_kernel | version_compare('3.18.0-0-generic', '>') %}br_netfilter{% endif %}"
- dm_multipath
- dm_snapshot
- ebtables
- ip6table_filter
- ip6_tables
- ip_tables
@ -68,6 +69,7 @@ openstack_host_apt_packages:
- curl
- dmeventd
- dstat
- ebtables
- htop
- iptables
- irqbalance