RETIRED, Role repo_server for OpenStack-Ansible
5a28792a98
The recent patch merged [1] had two errors: 1) The 'requires_pip_packages' list was taken as part of the list of packages which should go into the venv. This should not be the case as these packages go on to the host. 2) When looping through each list set of packages for the role, each list in turn would replace the last - therefore only the last set would be built into the venv. This patch ensures that the 'requires_pip_packages' list is ignored (along with the optional and proprietary lists) and also ensures that each list processed that should be included is properly merged into a consolidated list before executing the build. [1] https://review.openstack.org/360406 Change-Id: I35ca4305803d55fdad23039851a25915b2cf0100 |
||
---|---|---|
defaults | ||
doc | ||
examples | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
OpenStack-Ansible repo_build
Ansible role that builds a repository of Git repositories, Python wheels, and virtualenvs.
- Documentation for the project can be found at:
-
http://docs.openstack.org/developer/openstack-ansible-repo_build
- The project home is at: