RETIRED, Role repo_server for OpenStack-Ansible
Go to file
Jimmy McCrory f4f7009925 Add and enable UCA repo by default
When the UCA repo is enabled for nova, a newer version of libvirt will
be installed. The repo_build role will also need to have the UCA repo
enabled to install the same version of libvirt-dev so that a
corresponding libvirt-python wheel will be built.

The test preparation implements an override of the URL for OpenStack-CI
to make use of the local mirrors.

Change-Id: I6d5532e862e98929cff868f940c202875d1ee560
2016-07-19 00:45:26 -07:00
defaults Add and enable UCA repo by default 2016-07-19 00:45:26 -07: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 Add and enable UCA repo by default 2016-07-19 00:45:26 -07:00
tasks Add and enable UCA repo by default 2016-07-19 00:45:26 -07:00
templates Updated repo-build to store package sources 2016-07-07 15:07:08 +00:00
tests Add and enable UCA repo by default 2016-07-19 00:45:26 -07: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 Use plugins repo version of the human_log callback plugin 2016-07-15 14:04:47 +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" ] }