Travis Truman a34729a601 Adding Vagrantfile for local development/testing
Running `vagrant up` will run the same tests that
are run during gate check.

Change-Id: I080d62b7887c541904d3a3929179f225efd1ec42
2016-06-23 11:11:48 -04:00
2016-06-07 23:36:48 -05:00
2016-06-15 11:55:48 -04:00
2016-05-04 15:20:57 +01:00
2015-10-29 06:51:18 -07:00
2016-05-03 08:56:35 +01: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%