Ansible job definitions for Zuul
Go to file
Monty Taylor a86510bd02 Trim whitespace from uri password for docker promote
The uri module faithfully passes the entire string, even if it has
trailing whitespace such as a newline. The zuul encrypt_secret
command currently does not trim, so if echo was used instead of
echo -n this can fail in a hard to debug manner.

Change-Id: Ic9525ac2925b6639f58604ca40dc878d20511ff8
2020-03-23 13:01:46 -05:00
doc Keep doc/source/roles.rst sorted 2020-03-15 09:29:42 +01:00
playbooks Add a markdownlint job and role 2020-01-27 12:23:24 +00:00
roles Trim whitespace from uri password for docker promote 2020-03-23 13:01:46 -05:00
test-playbooks Merge "Replace occurences of '/' in nodename to something more path friendly" 2020-03-20 00:21:51 +00:00
tests Use a zuul_* and add an .ansible-lint file 2020-03-13 20:26:06 +01:00
tools Fix unittests for python2 and fedora 2020-02-24 10:50:13 -06:00
zuul-tests.d Add support for installing python with pyenv 2020-03-17 17:32:49 -04:00
zuul.d Merge "Skip test-setup.sh in pep8 jobs" 2020-02-17 16:42:45 +00:00
.ansible-lint Update ansible-lint exception 2020-03-18 22:17:14 +01: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
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
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 Use a zuul_* and add an .ansible-lint file 2020-03-13 20:26:06 +01:00
tox.ini Use a zuul_* and add an .ansible-lint file 2020-03-13 20:26:06 +01:00

Zuul Jobs

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