Role os_neutron for OpenStack-Ansible
f0fe53ddc1
Since https://review.openstack.org/#/c/254900/ has merged, Neutron can now send Nova notifications over the internal endpoint. Since the default is to use the public endpoint, it is not unlikely to experience breakage with Neutron-Nova notifications when using SSL termination on public endpoints. It is preferable to use the internal endpoint for internal service communication. Change-Id: I8bb55162cb22c0d8acb97903d7bd5766a9110982 |
||
---|---|---|
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 }}"