openstack-ansible-repo_server/tasks
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
..
main.yml Move install tasks into pre_tasks 2017-11-21 08:08:31 +00:00
repo_cacher.yml Fix usage of "|" for tests 2018-07-12 17:01:52 +02:00
repo_install.yml Create virtualenv with '--never-download' 2018-08-09 08:54:24 +01:00
repo_key_distribute.yml Fix for installing repo-server with limit 2017-01-27 14:11:11 -08:00
repo_key_populate.yml Use slurp to collect the repo_server ssh keys 2016-03-02 03:54:10 +00:00
repo_post_install.yml Implement pypiserver and pypi proxy cache 2017-11-24 11:58:18 +00:00
repo_pre_install.yml Add upstream NGINX and EPEL for selected packages only. 2018-06-16 23:27:55 -04:00
repo_sync_manager.yml Deploy lsyncd config properly on CentOS 2017-01-16 21:24:40 +00:00