Ansible role to manage the building of python venvs
Go to file
Jesse Pretorius 3f091944e1 Ensure python/paths are updated if folder was not present
In the situation where a deployer may have removed the venv folder
on the target host, but has not removed the the tgz/checksum file,
the venv will get extracted, but the python/paths will not get
updated.

This patch ensures that if the venv folder was not there and gets
created by the task then it will also update the python/paths.

Change-Id: I8858e16a8c128e7d7f44c5e46dc8520aa5bc835b
2018-03-25 01:02:03 +00:00
defaults Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00: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 Ensure python/paths are updated if folder was not present 2018-03-25 01:02:03 +00:00
tests Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
zuul.d Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
.gitignore Initial commit 2018-03-09 17:50:21 +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 Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00: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 Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00: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