Files
openstack-ansible/playbooks/roles/os_neutron
Javeria Khan e000825b15 Add PLUMgrid L2 gateway support to conf
Change-Id: I881df8ff4bdbbfd25d200eee7e88b5d3dafd755a
Signed-off-by: Javeria Khan <javeriak@plumgrid.com>
2016-01-08 03:46:01 -08:00
..
2016-01-05 17:59:32 +00:00
2015-05-08 13:22:42 -05:00
2015-12-10 01:18:31 +00:00
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 }}"