Role os_neutron for OpenStack-Ansible
94994ef2e7
This change makes it possible for the neutron role to enable VPNaaS using the reference OpenSwan driver by simply setting the `vpnaas` option within the **neutron_plugin_base** list. This capability has been within the role for some time however never specifically configured. The change will bind the vpnaas agent to any location that is within the neutron_l3_agent group. The agnet brings with it a new ini file and a new entry point for config_template overrides. The vpnaas packages will be installed when the agent is enabled within the target location of the running agent services. Change-Id: Ie9f89f7d2a942df40841d72c82f3a34315c6bed9 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com> |
||
---|---|---|
defaults | ||
doc | ||
files | ||
handlers | ||
library | ||
meta | ||
releasenotes/notes | ||
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 }}"