project-config/playbooks/base-minimal
David Moreau-Simard 97b49d325a
Add validate-host to base-minimal
The intent of leaving validate-host out of base minimal was to
run integration tests on it.
However, validate-host currently contains tasks that can't be
tested outside of a trusted context due to tasks that require
running on the executor.

validate-host is the role that creates the zuul-info directory
with the job inventory and variables, making it valuable to
troubleshoot integration jobs. Let's add it.

Change-Id: Ifad37daf1db116e29cbf18b242dff2959bce0331
2017-09-17 09:00:34 -04:00
..
README.rst Add a 'base-minimal' job with it's set of playbooks 2017-09-06 14:14:52 -04:00
post-logs.yaml Revert "Use https for logs.openstack.org" 2017-09-14 14:04:50 -06:00
post-ssh.yaml Add a 'base-minimal' job with it's set of playbooks 2017-09-06 14:14:52 -04:00
pre.yaml Add validate-host to base-minimal 2017-09-17 09:00:34 -04:00

README.rst

base-minimal

These playbooks are used to select a minimal subset of the roles included in the base playbooks.

It will do nothing else than what is explicitely necessary for any job to run properly.