
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: I2a59d22cd7d073fbc4af711aa6d9be92a2c07e54
37 lines
730 B
ReStructuredText
37 lines
730 B
ReStructuredText
================================
|
|
Swift role for OpenStack-Ansible
|
|
================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
configure-swift.rst
|
|
|
|
Default Variables
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../defaults/main.yml
|
|
:language: yaml
|
|
:start-after: under the License.
|
|
|
|
Example Playbook
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../examples/playbook.yml
|
|
:language: yaml
|
|
|
|
Dependencies
|
|
~~~~~~~~~~~~
|
|
|
|
This role needs pip >= 7.1 installed on the target host.
|
|
|
|
Tags
|
|
~~~~
|
|
|
|
This role supports two tags: ``swift-install`` and ``swift-config``.
|
|
|
|
The ``swift-install`` tag can be used to install the software.
|
|
|
|
The ``swift-config`` tag can be used to maintain configuration of the
|
|
service, and do runtime operations.
|