Andy McCrae a6d825ee65 Update repository with reference to role git location
Change-Id: Ic8512f9dfebd6fa31922e8c781ae4afc3faea277
2016-12-22 14:26:22 +00:00

50 lines
1.1 KiB
ReStructuredText

==================================
Neutron role for OpenStack-Ansible
==================================
.. toctree::
:maxdepth: 2
configure-network-services.rst
app-openvswitch.rst
app-nuage.rst
app-plumgrid.rst
app-calico.rst
:tags: openstack, neutron, cloud, ansible
:category: \*nix
This role installs the following Systemd services:
* neutron-server
* neutron-agents
To clone or view the source code for this repository, visit the role repository
for `os_neutron <https://github.com/openstack/openstack-ansible-os_neutron>`_.
Default variables
~~~~~~~~~~~~~~~~~
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Required variables
~~~~~~~~~~~~~~~~~~
None.
Example playbook
~~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Tags
~~~~
This role supports two tags: ``neutron-install`` and
``neutron-config``. The ``neutron-install`` tag can be used to install
and upgrade. The ``neutron-config`` tag can be used to maintain the
configuration of the service.