os_neutron Role Docs

The os_neutron role is used to to deploy, configure and install OpenStack Networking.

This role will install the following:
  • neutron-server
  • neutron-agents

Basic Role Example

- 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 }}"

Table Of Contents

Project Source

This Page