ff953534b6
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: I618fd3e2b9c65d054e8d1febe1fc19e8cb9fbf1c
45 lines
1.1 KiB
ReStructuredText
45 lines
1.1 KiB
ReStructuredText
=============================================================
|
|
OpenStack-Ansible role for the Octavia Load Balancing Service
|
|
=============================================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
configure-octavia.rst
|
|
|
|
This is an OpenStack-Ansible role to deploy the Octavia Load Balancing
|
|
service. See the `role-octavia spec`_ for more information.
|
|
|
|
.. _role-octavia spec: TBD
|
|
|
|
|
|
To clone or view the source code for this repository, visit the role repository
|
|
for `os_octavia <https://github.com/openstack/openstack-ansible-os_octavia>`_.
|
|
|
|
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 the ``octavia-install`` and ``octavia-config`` tags.
|
|
Use the ``octavia-install`` tag to install and upgrade. Use the
|
|
``octavia-config`` tag to maintain configuration of the service.
|