Ansible job definitions for OpenStack projects CI systems
Go to file
Monty Taylor b4a8ae35a3 Create legacy nodesets and switch all legacy jobs
The legacy jobs were designed to pull logs only from their 'primary'
node. The converted jobs are pulling them from all of the nodes.

Create legacy- versions of all the nodeset that name the single node
"primary". Update all of the legacy jobs to use these. The next patch
will update all of the post playbooks to be hosts: primary.

Legacy versions of multi-node nodesets aren't strictly needed as the
non-legacy versions already have a 'primary' ... but it makes both
global search and replace as well as migration docs simpler.

Change-Id: Ic04f38d9b5251f5a1a5426f890728bf0dd9b4e9c
2017-09-29 16:35:16 +00:00
doc/source Create docs 2017-09-11 13:13:03 -06:00
playbooks Merge "Fix dib functional tests" 2017-09-29 07:09:03 +00:00
roles Add a role to write a root marker 2017-09-27 16:00:00 -07:00
tests Add role to make /etc/ci/mirror_info.sh 2017-09-09 03:24:44 +00:00
zuul.d Create legacy nodesets and switch all legacy jobs 2017-09-29 16:35:16 +00:00
.gitignore Initial commit for docs 2017-05-19 17:03:53 -04:00
.gitreview Added .gitreview 2017-05-03 14:18:56 +00:00
LICENSE Initial commit 2017-05-03 11:53:09 -04:00
README.rst Initial commit 2017-05-03 11:53:09 -04:00
bindep.txt Add libffi / libssl for cryptography dependencies 2017-06-12 12:59:46 -04:00
setup.cfg Initial commit for docs 2017-05-19 17:03:53 -04:00
setup.py Initial commit for docs 2017-05-19 17:03:53 -04:00
test-requirements.txt Cap ansible<2.4.0 for linters job 2017-09-25 19:04:21 -04:00
tox.ini Stop running ansible-lint on playbooks 2017-09-28 14:38:29 -05:00

README.rst

OpenStack Infra Zuul jobs

This repo contains a set of ansible playbooks which are used by the OpenStack project CI system Zuul. You should edit these files to make configuration changes to OpenStack Infrastructure CI.