Ansible job definitions for Zuul
Go to file
Clark Boylan 589cccb055 Fix dockerhub check in use-docker-mirror role
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
2024-11-20 23:06:10 +00:00
doc Switch logo color in docs pages to dark blue 2024-11-12 19:02:54 +00:00
playbooks Add a diskimage-builder job 2024-08-23 13:37:38 +02:00
roles Fix dockerhub check in use-docker-mirror role 2024-11-20 23:06:10 +00:00
test-playbooks Cap the ansible version used by ansible-lint 2024-11-19 14:27:44 -08:00
tests Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
tools Drop outdated testing platforms 2024-06-07 11:42:27 +02:00
util-tasks More E208 mode fixes 2020-10-31 07:34:03 +00:00
zuul-tests.d Support new style mirror_info in use-docker-mirror 2024-11-19 14:56:56 -08:00
zuul.d Modernize ensure-nodejs 2024-09-18 16:46:00 -07:00
.ansible-lint Ignore some recent ansible-list warnings 2024-09-18 09:16:37 -07:00
.gitignore Enable progressive mode with ansible-lint 2020-11-07 03:20:19 +01: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
.yamllint linters: standardise on newline at end of file 2022-07-28 16:19:06 +10:00
bindep.txt Replace blockdiag/seqdiag with graphviz 2024-09-25 11:18:04 -07:00
CONTRIBUTING.rst Link the policy to the CONTRIBUTING.rst file 2020-01-28 07:21:08 -05:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
linters-requirements.txt Cap the ansible version used by ansible-lint 2024-11-19 14:27:44 -08: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 setup.py: override modules to stop auto-detection 2022-07-27 11:14:06 +10:00
test-requirements.txt Remove get_md5 parameter from stat module. 2024-08-01 07:12:17 -07:00
tox.ini Update ansible versions used in unittesting 2024-06-07 10:40:33 +00:00

Zuul Jobs

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