Ansible job definitions for Zuul
Go to file
Ian Wienand bd4e5a54d7 trigger-readthedocs: Move secret bits into a dict
What I missed when I layed this out was that you setup a secret like

 - secret:
   name: rtd_credentials
   data:
     username: openstackci
     password: foo

what you have in the job variables is a dictionary called
"rtd_credentials".

It makes it much simpler to use the role with the secret if it accepts
this variable, rather than having to extract the username/password etc
out of the secret dictionary into separate variables.

Additionally, turn on no_log for the uri calls, to avoid potentially
logging any credentials.

Change-Id: I514fb1285196aae0b49a98f0efc21326730e4179
2018-08-02 07:49:24 +10:00
doc/source Add logo to docs 2018-05-04 14:50:13 -07:00
playbooks Revert "Revert "Install build bindep profiles alongside doc and test"" 2018-07-08 16:12:44 -04:00
roles trigger-readthedocs: Move secret bits into a dict 2018-08-02 07:49:24 +10:00
tests Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitignore Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitreview Added .gitreview 2017-05-24 19:48:52 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
bindep.txt Port in tox jobs from openstack-zuul-jobs 2017-07-06 11:18:47 -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 Add upload-logs-swift role 2018-07-27 13:40:03 -07:00
tox.ini Add a python unit test framework 2018-07-25 09:11:25 -07:00
zuul.yaml Merge "Add simple run-test-command job" 2018-05-09 17:54:06 +00:00

Zuul Jobs

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