Files
openstack-ansible/playbooks/roles/os_neutron
Bjoern Teipel fe01c3fe8c Implement Neutron LBAAS using haproxy
This patch implements the LBAAS agent using haproxy into the
neutron_agents container group.

The neutron-lbaas-agent service is disabled by default but can be
enabled by setting neutron_plugin_base in user_variables to include
'neutron.services.loadbalancer.plugin.LoadBalancerPlugin'.

The LBaaS Agent conf file entries can be set using the dict
'neutron_lbaas_agent_ini_overrides'

DocImpact
Closes-Bug: #1491968
Change-Id: I0aacdde6001836b7c0d881d935a5531d3ce04590
Co-Authored-By: Serge van Ginderachter <serge@vanginderachter.be>
2015-10-23 11:31:52 +00:00
..
2015-10-15 17:55:44 +00:00
2015-05-08 13:22:42 -05: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:
    neutron_galera_address: "{{ internal_lb_vip_address }}"