Role os_neutron for OpenStack-Ansible
06d888b5a0
This patch implements the necessary configuration in order to implement Neutron FWaaS. Re-Implementation-Of: https://review.openstack.org/#/c/275894/9 Change-Id: Ic046cc9815f7b9c86a52fd75e7c796ecacc9e083 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 }}"