Ansible job definitions for Zuul
Go to file
Clark Boylan 05f20a5396 Only alias registries on build nodes
We only need to alias registries on the build nodes when running docker.
We cannot alias them in /etc/hosts in roles that are expected to run on
localhost beacuse /etc/hosts is bindmounted read only on localhost. This
assumes that skopeo handles ipv6 properly (which has not been tested).

If skopeo does not handle ipv6 properly then we'll need additional
fixing.

Change-Id: I40e5b1bac5aeaf2d42aa05a72b9ced72b7d222c0
2019-04-09 14:45:19 -07:00
doc/source Add a job that runs the upload-git-mirror role 2019-03-28 10:39:25 -04:00
playbooks Merge "Add a job that runs the upload-git-mirror role" 2019-03-29 08:51:51 +00:00
roles Only alias registries on build nodes 2019-04-09 14:45:19 -07:00
tests Add a python unit test framework 2018-07-25 09:11:25 -07:00
tools Organize documentation by subject area 2019-03-25 14:21:04 -07:00
.gitignore Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitreview Added .gitreview 2017-05-24 19:48:52 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
README.rst Add installation/deprecation documentation 2018-04-11 08:03:57 -07:00
bindep.txt Updated bindep to cover for MacOS requirements 2018-10-27 16:31:33 +00:00
setup.cfg Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
setup.py Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-requirements.txt Document how to build a buildset registry 2019-03-15 08:37:37 -07:00
tox.ini Organize documentation by subject area 2019-03-25 14:21:04 -07:00
zuul.yaml Add parameter to upload-git-mirror to specify ssh host key 2019-04-01 16:34:59 -04:00

README.rst

Zuul Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.