Role os_neutron for OpenStack-Ansible
56cff84860
Both the Nuage and PLUMgrid configuration guides advocate overwriting the entire neutron_services dict in order to disable the DHCP, Metadata and LinuxBridge Agents. This method is prone to error and should ideally be more dynamic. This patch implements a more dynamic approach based on the neutron_plugin_type and the neutron_ml2_mechanism_drivers that are set. This will hopefully simplify the configuration of these and other ML2 mechanisms (eg: openvswitch) when they're implemented. Change-Id: I38e1fad4dfae24b32f4370b3da16561c42cd670d |
||
---|---|---|
defaults | ||
doc | ||
files/rootwrap.d | ||
handlers | ||
library | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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 }}"