Travis Truman c2f95902f3 Rely on namespaced vars for rabbitmq
The namespaced vars already exist and should be used.

Further, doing so provides additional deployment flexibility
so that we may support multi-RabbitMQ cluster environments.

Change-Id: I3a481f523beea3029b392be88199b07d932edef0
2016-07-08 16:33:12 -04:00
2016-07-08 15:29:57 +00:00
2016-06-27 15:33:05 -04:00
2016-07-08 15:29:57 +00:00
2016-07-06 20:29:08 +00:00
2016-05-04 15:20:57 +01:00
2015-10-29 06:51:18 -07:00
2016-05-03 08:56:35 +01:00
2016-07-08 14:42:20 +01:00
2016-07-08 14:42:20 +01: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 }}"
Description
Role os_neutron for OpenStack-Ansible
Readme 17 MiB
Languages
Jinja 73.2%
Python 19.1%
Shell 7.7%