openstack-ansible-os_neutron/doc/source/index.rst
Jean-Philippe Evrard e4b6d1512a Remove pip_install dependency
With addition of pip_install on every node, we don't
need to have pip_install as a meta dependency.

Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868
Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d
Change-Id: Ia3f488d33c660d3f45cc86394d75802ce77febdd
2017-12-05 11:52:44 +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-calico.rst
app-opendaylight.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.
Dependencies
~~~~~~~~~~~~
This role needs pip >= 7.1 installed on the target host.
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.