openstack-ansible/playbooks/roles/os_neutron
Tom Cameron 102fa9cf51 Perform Neutron actions based on target
1) Only generate neutron configuration files necessary for
   each target.
2) Limit database connection string in neutron.conf to server
   container.
3) Limit database sync to neutron server container.

Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
Change-Id: Iba8903235675dec4e7bf6b01eeb130f7b43bbfef
Closes-Bug: 1443927
2015-04-16 09:17:02 -05:00
..
defaults Update keystone middleware in neutron for Kilo 2015-04-14 11:50:48 -05:00
files Kilofication of Neutron playbooks 2015-04-14 13:47:41 -04:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
tasks Perform Neutron actions based on target 2015-04-16 09:17:02 -05:00
templates Perform Neutron actions based on target 2015-04-16 09:17: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 Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

OpenStack Neutron

tags

openstack, nova, cloud, ansible

category

*nix

Role for deployment, setup and installation of nova.

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:
    galera_address: "{{ internal_lb_vip_address }}"