
Since https://review.openstack.org/#/c/627500 marks the integration of os_tempest in tripleo ci, it is good to have a job here to make sure that it does not break tripleo integration. python_venv_build is used in os_tempest so adding tripleo os_tempest (non-voting) jobs makes sure that it does not break the tripleo os_tempest integration. Change-Id: I4d45501844c3d8fe569927fd9ccab231ab093966
Team and repository tags
OpenStack-Ansible python_venv_build
This Ansible role prepares a python venv for use in OpenStack-Ansible.
The role requires the following to be present prior to execution:
- virtualenv >= 1.10 (to support using the never-download option)
- pip >= 7.1 (to support using the constraints option) in the virtualenv once it has been created.
Use-cases
This role is built to cater to the following use-cases:
- # Execute a build against a build host, then serve the venvs from a web
-
server.
- # Execute a build against the first host in a group, then serving the
-
venvs from the deployment host.
References
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-python_venv_build/latest/
- The project home is at:
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/ansible-role-python_venv_build/
Description
Languages
Python
72.5%
Shell
27.5%