Role os_neutron for OpenStack-Ansible
Go to file
2015-12-08 22:36:30 +00:00
defaults Fixes playbook runtime issues with ldap 2015-12-07 08:59:05 -06: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 Update neutron_migrations_facts 2015-11-20 12:45:24 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Fixes playbook runtime issues with ldap 2015-12-07 08:59:05 -06:00
templates Removing notification_driver line in neutron.conf 2015-12-07 20:15:12 +00: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 }}"