Role os_neutron for OpenStack-Ansible
Go to file
Matt Thompson 209b11a63b Check for migration branch dir
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
2016-01-05 17:59:32 +00:00
defaults Merge "Add neutron_ceilometer_enabled default" 2015-12-11 18:16:42 +00:00
files Update Neutron Configuration for Liberty 2015-10-20 19:37:43 +00:00
handlers Update neutron service handler to restart only enabled services 2015-11-20 12:24:29 +00:00
library Check for migration branch dir 2016-01-05 17:59:32 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Merge "Fix neutron issue w/ l2pop" 2015-12-10 01:18:31 +00:00
templates Update for PLUMgrid config - appending identity version to auth uri 2015-12-13 21:12:02 +05:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Cleanup the os_neutron role readme 2015-10-29 06:51:18 -07:00

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 }}"