Ansible job definitions for OpenStack projects CI systems
Go to file
Monty Taylor 2d2a717f29
Ansiblify prepare-infra-docs-for-afs
The existing code in branch made a directory for build/{{ branch.tag |
dirname }} but then moved things to build/{{ branch.tag | basename }}
which produced:

  html/
  html/feature
  html/zuulv3

Fix that. While we're in there, go ahead and change this into individual
ansible tasks.

Change-Id: Ib757d1f8bf76012d2d436565913e750c4a5d52a7
2017-09-06 14:00:44 -05:00
doc/source Initial commit for docs 2017-05-19 17:03:53 -04:00
playbooks Merge "Update to using zuulv3 variables" 2017-09-06 02:13:33 +00:00
roles/prepare-infra-docs-for-afs Ansiblify prepare-infra-docs-for-afs 2017-09-06 14:00:44 -05:00
tests Setup ANSIBLE_ROLES_PATH in tox.ini 2017-08-07 16:15:11 -04: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
bindep.txt Add libffi / libssl for cryptography dependencies 2017-06-12 12:59:46 -04:00
LICENSE Initial commit 2017-05-03 11:53:09 -04:00
README.rst Initial commit 2017-05-03 11:53:09 -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 Create publish-openstack-python(-branch)-tarball jobs 2017-08-10 13:19:08 -04:00
tox.ini Create publish-openstack-python(-branch)-tarball jobs 2017-08-10 13:19:08 -04:00
zuul.yaml Merge "Refactor run-docs role to use tox role" 2017-09-06 02:11:44 +00:00

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.