Role os_neutron for OpenStack-Ansible
Go to file
Jesse Pretorius b5c3c0975d Enable Neutron prevent_arp_spoofing by default
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
2016-01-14 10:21:52 +00:00
defaults Fix neutron migrations with optional providers 2016-01-13 20:57:49 +00:00
files Update Neutron Configuration for Liberty 2015-10-20 19:37:43 +00:00
handlers Update neutron service handler to restart only enabled services 2015-11-20 12:24:29 +00:00
library Check for migration branch dir 2016-01-05 17:59:32 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Fix neutron migrations with optional providers 2016-01-13 20:57:49 +00:00
templates Enable Neutron prevent_arp_spoofing by default 2016-01-14 10:21:52 +00:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Cleanup the os_neutron role readme 2015-10-29 06:51:18 -07:00

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 }}"