RETIRED, Role repo_server for OpenStack-Ansible
Go to file
Jesse Pretorius ca864e298d Correct global_pins depth
In https://review.openstack.org/350352 the repo_build process
implemented the test vars and changes to the constraints build
which caters properly for global pins, but the data set used
was incorrectly mapped from the py_pkgs lookup output.

This patch fixes the depth, tests and template to use the
correct depth.

Related-Bug: #1605846
Closes-Bug: #1609056
Change-Id: Ic8959fd27b4012d569aef1b9ddd1d7be40ed49e0
2016-08-03 15:43:13 +00:00
defaults Add ability to change apt/yum package state 2016-08-02 15:34:50 +01:00
doc Update sphinx configuration 2016-07-12 16:55:10 +01:00
meta Update tox configuration 2016-07-08 14:10:41 +01:00
releasenotes Fix repo constraints construction and package installation 2016-08-03 10:21:55 +00:00
tasks Fix repo constraints construction and package installation 2016-08-03 10:21:55 +00:00
templates Correct global_pins depth 2016-08-03 15:43:13 +00:00
tests Correct global_pins depth 2016-08-03 15:43:13 +00:00
vars Add and enable UCA repo by default 2016-07-19 00:45:26 -07:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:18:47 +10: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
README.rst Updated for a couple nits 2015-10-22 23:33:19 +00:00
other-requirements.txt Add support for Centos 7 2016-07-08 11:49:53 -07:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:58:07 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
setup.py Updated from global requirements 2016-07-15 03:58:21 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:58:21 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-25 14:12:38 +01:00

README.rst

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" ] }