Role os_neutron for OpenStack-Ansible
50f2252445
Include functional tests for neutron to: - validate that the API is accessible - create a network - create a subnet - create a port Change-Id: I1a7b0507fb1f34bc1dde0c81072a1f88650507b8 Closes-Bug: #1553970 |
||
---|---|---|
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 }}"