Travis Truman b3fa6b4f68 Address Ansible bare variable usage
When executing the role with Ansible 2.1, the following
deprecation warning is issued in the output for some tasks.

[DEPRECATION WARNING]: Using bare variables is deprecated.

This patch addresses the tasks to fix the behaviour appropriately

Change-Id: I683ad1573bc9842dd96d40eea14d3c097f3e671c
2016-06-15 11:55:48 -04:00
2016-06-07 23:36:48 -05:00
2016-06-15 11:55:48 -04:00
2016-06-03 01:39:56 +00:00
2016-06-07 23:36:48 -05: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
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%