RETIRED, Role repo_server for OpenStack-Ansible
Go to file
Shashank Tavildar ac1b30e730 Added SNI support for repo_build role via OS packages
Some Linux distributions, such as CentOS 7 and Xenial, have trouble
validating SSL certificates when using get_url with servers
that use Server Name Indication (SNI).

This patch adds those packages to the list of required packages and
uses bindep to install them in developer test environments the same
way that the gate tests install them.


Change-Id: Icfc100a8cb20cf4404af8a399ce1df36de282eef
2016-08-19 21:00:15 +00:00
defaults Add support for multi-repo/multi-arch repo builds 2016-08-15 13:52:26 -05:00
doc [DOCS] Update repo-build to new structure 2016-08-15 14:06:33 +00:00
example [DOCS] Update repo-build to new structure 2016-08-15 14:06:33 +00:00
meta Update tox configuration 2016-07-08 14:10:41 +01:00
releasenotes Add support for multi-repo/multi-arch repo builds 2016-08-15 13:52:26 -05:00
tasks Add support for multi-repo/multi-arch repo builds 2016-08-15 13:52:26 -05:00
templates Add support for multi-repo/multi-arch repo builds 2016-08-15 13:52:26 -05:00
tests Add support for multi-repo/multi-arch repo builds 2016-08-15 13:52:26 -05: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
bindep.txt Added SNI support for repo_build role via OS packages 2016-08-19 21:00:15 +00:00
CONTRIBUTING.rst [DOCS] - Removing tags: and category: 2016-08-18 17:04:40 -04:00
LICENSE Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
README.rst [DOCS] - Removing tags: and category: 2016-08-18 17:04:40 -04:00
run_tests.sh Added SNI support for repo_build role via OS packages 2016-08-19 21:00:15 +00: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-08-18 05:31:16 +00:00
tox.ini Include ansible commands for ansible linting 2016-08-14 23:14:53 +00:00

OpenStack repo build

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