Role os_neutron for OpenStack-Ansible
0b8721141f
This commit refactors tasks to allow the use of UCA for Linux Bridge. It also changes default behavior: now every neutron install will make use of Ubuntu Cloud Archive, unless mentionned. Closes-Bug: 1497272 Closes-Bug: 1433172 Change-Id: I4373f544eb178720f33795a71adae925a8b8cb03 Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk> |
||
---|---|---|
defaults | ||
doc | ||
files | ||
handlers | ||
library | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
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 }}"