Role repo_server for OpenStack-Ansible
Go to file
Jesse Pretorius 3e247f6f57 Set the pypiserver root to the correct directory
The folder from which pypiserver will serve the wheels that are
pre-built in the repo-build process was incorrectly set, resulting
in pypiserver never, ever serving the wheels but instead always
forwarding on to the nginx reverse proxy to fetch things from
pypi.

Now that the root folder is correctly set, two things will happen:

* Wheels will be served from pypi, negating the need to use the
  pip_links, so [1] should pass once this merges.
* Once the repo build is complete, the packages available to
  install will be restricted properly to only the packages
  built by the repo build process.

[1] https://review.openstack.org/549012

Change-Id: I16706d399f6b026a6d0004fd07e5f18605a7b5db
2018-04-19 11:41:17 +01:00
defaults Set the pypiserver root to the correct directory 2018-04-19 11:41:17 +01: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 Implement pypiserver and pypi proxy cache 2017-11-24 11:58:18 +00:00
meta SUSE: Drop OBS repositories for openSUSE Leap < 42.3 2017-12-06 15:35:08 +00:00
releasenotes Update reno for stable/queens 2018-02-14 15:52:05 +00:00
tasks If virtualenv is broken, force re-install it 2018-02-02 13:09:50 +00:00
templates Use correct protocol for pypi reverse proxy 2018-03-11 09:54:07 +00:00
tests Remove tests-repo-clone.sh 2018-03-28 10:17:47 +01:00
vars SUSE: Drop OBS repositories for openSUSE Leap < 42.3 2017-12-06 15:35:08 +00:00
zuul.d Zuul: Remove project name 2018-02-01 15:01:46 -08: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 Update links in README 2018-03-03 12:28:34 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-01-22 16:57:49 +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-03-27 15:58:34 +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
test-requirements.txt Updated from global requirements 2018-03-13 07:17:55 +00:00
tox.ini Remove tests-repo-clone.sh 2018-03-28 10:17:47 +01: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/

The project home is at:

https://launchpad.net/openstack-ansible