Zuul base job definition
Go to file
Jeremy Stanley ab5c4064e7 Add generic base and base-test jobs/playbooks
Start with a stripped-down fork of the base job from project-config,
omitting any OpenStack-specific roles and variables. Also include a
duplicate base-test job intended for testing out potential changes
to the base job.

Extend the linters env for tox to check the included playbooks with
ansible-lint, and add Sphinx integration for autodocumenting the new
playbooks.

Change-Id: I575be518c3e549a51c0c94deb295061dcf8be0b5
2017-12-20 17:48:17 +00:00
doc/source Add generic base and base-test jobs/playbooks 2017-12-20 17:48:17 +00:00
playbooks Add generic base and base-test jobs/playbooks 2017-12-20 17:48:17 +00:00
.gitignore Initial boilerplate, packaging and testing 2017-12-19 01:05:54 +00:00
.gitreview Added .gitreview 2017-05-24 19:48:47 +00:00
LICENSE Initial boilerplate, packaging and testing 2017-12-19 01:05:54 +00:00
README.rst Initial boilerplate, packaging and testing 2017-12-19 01:05:54 +00:00
bindep.txt Initial boilerplate, packaging and testing 2017-12-19 01:05:54 +00:00
setup.cfg Initial boilerplate, packaging and testing 2017-12-19 01:05:54 +00:00
setup.py Initial boilerplate, packaging and testing 2017-12-19 01:05:54 +00:00
test-requirements.txt Initial boilerplate, packaging and testing 2017-12-19 01:05:54 +00:00
tox.ini Add generic base and base-test jobs/playbooks 2017-12-20 17:48:17 +00:00
zuul.yaml Add generic base and base-test jobs/playbooks 2017-12-20 17:48:17 +00:00

README.rst

Zuul Base Jobs

This repo contains a generic Zuul base job recommended for use by simple Zuul deployments, and a copy named base-test for use in testig changes to the same.