Role repo_server for OpenStack-Ansible
Go to file
Jesse Pretorius 46ae829b33 Create virtualenv with '--never-download'
For upgrades, and some new build configurations, trying to
create a new venv results in the error:

Could not get output from /usr/bin/virtualenv --help: Traceback (most recent call last):
File "/usr/bin/virtualenv", line 6, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

To work around this issue, we do the initial build of the
venv using the CLI with the argument '--never-download'
so that virtualenv just uses the versions of pip, setuptools
and wheel that it already has.

Change-Id: I639bc78d34b640a52c32fa175b12fa958518e999
2018-08-09 08:54:24 +01:00
defaults Remove repo_requires_pip_packages and pip_install meta-dep 2018-07-31 18:16:53 +00:00
doc Updated from global requirements 2018-03-15 07:41:07 +00:00
examples [DOCS] Update repo server role docs 2016-08-15 14:01:20 +00:00
files Removed sshd_config file 2016-03-02 04:20:17 +00:00
handlers Fix usage of "|" for tests 2018-07-12 17:01:52 +02:00
meta Remove repo_requires_pip_packages and pip_install meta-dep 2018-07-31 18:16:53 +00:00
releasenotes Remove repo_requires_pip_packages and pip_install meta-dep 2018-07-31 18:16:53 +00:00
tasks Create virtualenv with '--never-download' 2018-08-09 08:54:24 +01:00
templates Remove the upstream pypi reverse proxy 2018-07-20 14:25:19 +00:00
tests Fix usage of "|" for tests 2018-07-12 17:01:52 +02:00
vars Add upstream NGINX and EPEL for selected packages only. 2018-06-16 23:27:55 -04:00
zuul.d Switch to using project-templates 2018-06-16 23:28:06 -04:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:58:34 +00:00
.gitreview updated repo pathing for new org 2015-12-10 20:47:45 -06:00
CONTRIBUTING.rst [DOCS] - Removing tags: and category: 2016-08-18 17:07:19 -04:00
LICENSE first commit 2015-12-09 09:25:37 -06:00
README.rst Add release notes link to README 2018-06-28 02:42:16 -04:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:45:36 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:07:01 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 11:57:04 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:17:37 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:47:36 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:25 +00:00
tox.ini fix tox python3 overrides 2018-07-05 11:39:35 +07:00

README.rst

Team and repository tags

image

OpenStack-Ansible Repo Server

Ansible role that deploys a repository server for python packages, git sources and package caching for deb/rpm.

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-repo_server/latest/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-repo_server/

The project home is at:

https://launchpad.net/openstack-ansible