Ansible job definitions for Zuul
Go to file
Jonathan Rosser 5d01b68574 Allow some configure-mirrors repositories to be disabled
Out-of-the-box installs of centos-8 do not enable the PowerTools
or HighAvailability repositories. Debian/Ubuntu do not enable
the backports repository by default.

Having these repos enabled by default in CI has led to merging
broken code for OpenStack deployment tooling which is attempting
to also manage the presence/absence of these repositories. It
is challenging to remove these repositories on the running node
because the repo URL (rather than just the name) is required as
input to the apt_repository and yum_repository ansible modules.

This patch adds a role default variable to configure-mirrors to
allow a job to opt out of these extra repositories. The default
is set to 'True' to allow existing jobs to work as before.

Change-Id: I74b9de7092f182c942a58ac7a46b9fbd791889de
2022-02-16 20:39:31 +00:00
doc Switch docs theme to RTD 2021-12-16 06:48:49 -08:00
playbooks Add FIPS enable multinode job definition 2021-10-20 11:20:52 -03:00
roles Allow some configure-mirrors repositories to be disabled 2022-02-16 20:39:31 +00:00
test-playbooks ensure-virtualenv: Don't support on CentOS 9-stream 2022-02-04 14:45:11 +11:00
tests Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
tools Make CentOS9 jobs voting 2022-02-02 17:28:11 +01:00
util-tasks More E208 mode fixes 2020-10-31 07:34:03 +00:00
zuul-tests.d Make CentOS9 jobs voting 2022-02-02 17:28:11 +01:00
zuul.d Add fips version of jobs needed for OpenStack 2021-11-05 14:17:26 +00:00
.ansible-lint Remove ansible-lint path exclusions 2021-04-27 08:22:32 +00: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 yamlint: EOF newlines and comments indent 2020-05-14 08:42:17 +00:00
bindep.txt bindep.txt: skip python-devel for el8 platform 2021-03-11 17:43:59 +00: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 Update ansible-lint pin to fix rich dep 2022-01-10 11:44:21 -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 Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-constraints.txt pin oauthlib version for python2.7 2022-01-27 14:35:06 +01:00
test-requirements.txt Pin protobuf<3.18 for Python<3.6 2021-09-16 19:17:41 +00:00
tox.ini Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00

Zuul Jobs

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