Jean-Philippe Evrard 51f35a78bd 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: Ib8e09a23c6120ee9ab59964ae1d1401a5a10e9ba
2017-12-05 11:53:06 +00:00

38 lines
811 B
ReStructuredText

=================================
OpenStack-Ansible os_tempest role
=================================
This is the Ansible role to deploy OpenStack Tempest.
:tags: openstack, cloud, ansible, os_tempest
:category: \*nix
Basic role example
~~~~~~~~~~~~~~~~~~
.. code-block:: yaml
- role: "os_tempest"
ROLE_VARS...
To clone or view the source code for this repository, visit the role repository
for `os_tempest <https://github.com/openstack/openstack-ansible-os_tempest>`_.
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