Ansible job definitions for Zuul
Go to file
Clark Boylan 4ed66807a0 Use unique loop vars to avoid conflicts
We have to be careful about avoiding outer loop loop_var conflicts in
ansible. Because the zuul-jobs roles are meant to be reconsumed
elsewhere we should not use 'item' loopvars and instead set them to
something a bit more unique.

We use a zj_ prefix to try and be unique to this repo and document this
convention.

Change-Id: I20b9327a914890e9eafcb2b36dc8c23fb472bc8f
2020-02-04 12:23:36 -08:00
doc Use unique loop vars to avoid conflicts 2020-02-04 12:23:36 -08:00
playbooks Add a markdownlint job and role 2020-01-27 12:23:24 +00:00
roles Use unique loop vars to avoid conflicts 2020-02-04 12:23:36 -08:00
test-playbooks fetch-tox-output: introduce zuul_use_fetch_output 2020-01-13 21:13:55 +00:00
tests Add a python unit test framework 2018-07-25 09:11:25 -07:00
tools Making opensuse-tumbleweed jobs nv 2020-01-24 09:41:34 +01:00
zuul-tests.d Making opensuse-tumbleweed jobs nv 2020-01-24 09:41:34 +01:00
zuul.d Add a markdownlint job and role 2020-01-27 12:23:24 +00:00
.gitignore Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:30 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
bindep.txt Updated bindep to cover for MacOS requirements 2018-10-27 16:31:33 +00: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
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 Be consistent about spaces before and after vars 2019-08-07 20:17:41 +01:00
tox.ini Making opensuse-tumbleweed jobs nv 2020-01-24 09:41:34 +01:00

Zuul Jobs

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