Jesse Pretorius bf2b4e3438 Add neutron_ceilometer_enabled default
This patch adds a default for neutron_ceilometer_enabled as it is
missing from the defaults and causing playbook execution failures
when this variable is not set.

Change-Id: I00b432e3e0c6698bc47a05eeaaccddbcc378bfd5
2015-12-08 14:36:36 +00:00
2015-11-20 12:45:24 +00:00
2015-05-08 13:22:42 -05:00
2015-11-20 12:45:24 +00:00
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 }}"
Description
Role os_neutron for OpenStack-Ansible
Readme 17 MiB
Languages
Jinja 73.2%
Python 19.1%
Shell 7.7%