RETIRED, Role repo_server for OpenStack-Ansible
Go to file
git-harry cded573fdf Fix version output of absolute requirements
Fix the requirements_absolute_requirements.txt.j2 template so that the
versions are correctly translated for Pip. Prior to this version a Pip
version ending with '.postx' is incorrectly added to the file, e.g

Without this patch the following is added, that is not valid:
functools32==3.2.3_2

With this patch the same version would be output as:
functools32==3.2.3.post2

Change-Id: I57321f71b0e04de76ec1e15d0e82d2fc03b83830
2016-03-21 16:25:03 +00:00
defaults Merge "Install packages necessary to build Python wheels" 2016-03-16 17:13:59 +00:00
doc Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
meta Updated the repo-build process 2015-10-22 20:04:27 +00:00
tasks Merge "Install packages necessary to build Python wheels" 2016-03-16 17:13:59 +00:00
templates Fix version output of absolute requirements 2016-03-21 16:25:03 +00:00
tests Tests: Make containers use the host's apt/pip config 2016-03-17 13:35:28 +00:00
.gitignore Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
.gitreview Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
LICENSE Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:25:21 +00:00
README.rst Updated for a couple nits 2015-10-22 23:33:19 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
setup.cfg Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
setup.py Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
test-requirements.txt pin version of ansible-lint we use for testing 2016-03-15 15:41:52 +00:00
tox.ini Implement human readable logging for functional tests 2016-03-14 13:48:49 +00:00

OpenStack repo build

tags

openstack, repo, build, cloud, ansible

category

*nix

Role to deploy a repository build for both python packages and git sources.

- name: Setup repo builds
  hosts: repo_all
  user: root
  roles:
    - { role: "repo_build", tags: [ "repo-build" ] }