Role os_neutron for OpenStack-Ansible
209b11a63b
Currently, neutron_migrations_facts ensures the migrations dir exists, but doesn't check if the branch dir for the given release exists. This commit updates neutron_migrations_facts to handle cases where a branch dir may not exist (as is the case on mitaka). Change-Id: I4b0d15ae6a0c2a840e66f81994f0956382130abc Closes-Bug: #1527582 |
||
---|---|---|
defaults | ||
files | ||
handlers | ||
library | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
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 }}"