Role os_neutron for OpenStack-Ansible
b5c3c0975d
This patch changes the linuxbridge agent configuration to respect the upstream value for prevent_arp_spoofing, which is True. Note: This should only be backported to Liberty for a minor release as this is a major functional change in the way that instances connect to networks. UpgradeImpact Closes-Bug: #1522379 Change-Id: I13d697cb78b6df35c4d75168b0e662ecbc8ebde8 |
||
---|---|---|
defaults | ||
files | ||
handlers | ||
library | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
OpenStack Neutron
- tags
-
openstack, neutron, cloud, ansible
- category
-
*nix
Role for deployment, setup and installation of Neutron.
- This role will install the following:
-
- neutron-server
- neutron-agents
- name: Installation and setup of Neutron
hosts: neutron_all
user: root
roles:
- { role: "os_neutron", tags: [ "os-neutron" ] }
vars:
neutron_galera_address: "{{ internal_lb_vip_address }}"