RETIRED, Role repo_server for OpenStack-Ansible
Go to file
Andreas Scheuring e4c5ab4c6e Sync repos to correct location on repo master
The repo container sync task synchronises the following directory to a
wrong location.

pools
-----
Wrongly created dir on target: /var/www/repo/{{ repo_build_os_distro_version }}
Fixed dir on target: /var/www/repo/pools/{{ repo_build_os_distro_version }}

As the links and other directories are synced successfuly, they point
to invalid locations which will cause the repo build on the existing
repo master to fail.

venvs
-----
Wrongly created dir on target: /var/www/repo/{{ repo_build_os_distro_version }}
Fixed dir on target: /var/www/repo/venvs/{{ repo_build_release_tag }}/{{ repo_build_os_distro_version }}

os-releases
-----------
Wrongly created dir on target: /var/www/repo/{{ repo_build_os_distro_version }}
Fixed dir on target: /var/www/repo/os-releases/{{ repo_build_release_tag }}/{{ repo_build_os_distro_version }}

Change-Id: I9e5902ec91afbb2805663eb5678fc9b2b31f23b2
Closes-Bug: #1704936
2017-07-19 16:16:37 +02:00
defaults Remove deprecated tasks/variable 2017-06-12 19:04:37 +00:00
doc Fix openstackdocstheme settings 2017-07-03 16:27:17 +08:00
examples [DOCS] Use new documentation tree structure 2016-08-24 09:02:09 -05:00
meta Add SUSE support 2017-05-19 11:08:14 +01:00
releasenotes Fix openstackdocstheme settings 2017-07-03 16:27:17 +08:00
tasks Sync repos to correct location on repo master 2017-07-19 16:16:37 +02:00
templates Improve Python 3 compatibility 2017-06-28 11:26:21 -07:00
tests Add SUSE support 2017-05-19 11:08:14 +01:00
vars Add SUSE support 2017-05-19 11:08:14 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-26 13:45:29 +00:00
.gitreview Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
CONTRIBUTING.rst [DOCS] Use new documentation tree structure 2016-08-24 09:02:09 -05:00
LICENSE Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
README.rst Show team and repo badges on README 2016-11-25 16:22:59 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-06 13:03:22 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-07-06 21:09:11 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 12:00:16 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-06-26 13:45:29 +00:00
setup.cfg [DOCS] Use new documentation tree structure 2016-08-24 09:02:09 -05:00
setup.py Updated from global requirements 2017-03-02 11:52:23 +00:00
test-requirements.txt Fix openstackdocstheme settings 2017-07-03 16:27:17 +08:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:24:04 +01:00

README.rst

Team and repository tags

image

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:

http://launchpad.net/openstack-ansible