Pedro Magalhães 9a3022d959 Missing init script of VPNaaS
The playbook runs fine but it's missing the init
script of the neutron-vpn-agent which is necessary
to handle the new VPN services created.

Also there
is a wrong service_name "neutron-vpnaas-agent" instead
of "neutron-vpn-agent" (which are the binary that are
in the python libs folder).

Correction of the
neutron_driver_vpnaas using the neutron_vpnaas package
instead of the neutron package (deprecated).

vpnaas_agent.ini - added external_network_bridge and
interface_driver that were missing

Change-Id: I953f873bcdc17f2b78bb5753753b2f52d29082e1
2016-04-27 11:35:45 +01:00
2016-04-27 11:35:45 +01:00
2016-04-11 12:20:46 +01:00
2016-04-27 11:35:45 +01:00
2016-04-27 11:35:45 +01:00
2015-10-29 06:51:18 -07:00
2016-04-16 08:43:03 -05: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%