Ansible job definitions for Zuul
589cccb055
We were checking if dockerhub is a valid key in the zuul_site_mirror_info/mirror_info dictionaries but did so without quoting dockerhub as a string. This meant ansible tried to look up dockerhub as a variable producing this error: The conditional check 'dockerhub is in zuul_site_mirror_info' failed. The error was: error while evaluating conditional (dockerhub is in zuul_site_mirror_info): 'dockerhub' is undefined. 'dockerhub' is undefined Fix this by quoting dockerhub so that we lookup the string as a key instead of a variable. Change-Id: Ie869b9b52fd0a5b70fc07548ce449937ed2c9589 |
||
---|---|---|
doc | ||
playbooks | ||
roles | ||
test-playbooks | ||
tests | ||
tools | ||
util-tasks | ||
zuul-tests.d | ||
zuul.d | ||
.ansible-lint | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.yamllint | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
linters-requirements.txt | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Zuul Jobs
This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.