Ansible role to manage the building of python venvs
Go to file
Jesse Pretorius 58f0eaa468 Revert the use of wheel synchronizing
When using this role, a playbook can be used to orchestrate
doing all the builds on a single host. There is no need to
orchestrate this inside the role.

In order to gain the efficiencies of building everything on
a single host, a playbook can/should be used with the setting
'venv_reuse_build_only: yes'. Which will not continue to the
install stage.

Change-Id: Ib6e13ca7623942f8b0663b54528599b56b05fb19
2018-03-29 16:36:39 +01:00
defaults Revert the use of wheel synchronizing 2018-03-29 16:36:39 +01:00
doc Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
handlers Separate build and install stage 2018-03-23 11:57:09 +00:00
meta Initial commit 2018-03-09 17:50:21 +00:00
releasenotes Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
tasks Revert the use of wheel synchronizing 2018-03-29 16:36:39 +01:00
tests Revert the use of wheel synchronizing 2018-03-29 16:36:39 +01:00
zuul.d Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-28 09:23:18 +00:00
.gitreview Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
LICENSE Initial commit 2018-03-09 17:50:21 +00:00
README.rst Initial commit 2018-03-09 17:50:21 +00:00
Vagrantfile Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
bindep.txt Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
run_tests.sh Update run_tests.sh and remove tests-repo-clone.sh 2018-03-27 23:08:44 +01:00
setup.cfg Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
setup.py Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
test-requirements.txt Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
tox.ini Update run_tests.sh and remove tests-repo-clone.sh 2018-03-27 23:08:44 +01:00

README.rst

Team and repository tags

image

OpenStack-Ansible python_venv_build

This Ansible role prepares a python venv for use in OpenStack-Ansible.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-python_venv_build/latest/

The project home is at:

http://launchpad.net/openstack-ansible