Role os_neutron for OpenStack-Ansible
e572680292
When running in an AIO, we need to implement an iptables rule in any neutron_agent containers to that ensure instances can communicate with the neutron metadata service. This is necessary because in an AIO environment there are no physical interfaces involved in instance -> metadata requests, and this results in the checksums being incorrect. This is a necessary patch in order to work towards getting rid of the run-playbooks.sh script in the integrated repository. With this patch in place we will be able to set the AIO to activate this code path by setting 'neutron_metadata_checksum_fix: True' in the AIO's user_variables.yml, forgoing the needs to implement this in a bash script. Change-Id: I008bfdb2960800845703e721b38640b7434d1404 |
||
---|---|---|
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 |
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 }}"