Role os_neutron for OpenStack-Ansible
a277ebd2cf
Performing initial neutron migrations currently works, but applying subsequent migrations will fail due to the role attempting to apply mitaka migrations. This update moves tasks/neutron_db_setup.yml over to newton and updates library/neutron_migrations_facts to be aware of newton migrations. Change-Id: I56416f21144f0cdb9e096576922fd441bc7f9cb3 |
||
---|---|---|
defaults | ||
doc | ||
files/rootwrap.d | ||
handlers | ||
library | ||
meta | ||
releasenotes | ||
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 }}"