Zuul v3: Add a section on Ansible variables

Change-Id: Ie313d59dfaf1a0ab1a5a87f53e270d40c6206c21
This commit is contained in:
James E. Blair 2017-09-01 15:53:44 -07:00
parent ddabde312e
commit 6d1a25e911
1 changed files with 11 additions and 0 deletions

View File

@ -424,6 +424,17 @@ source for roles.
located in subdirectories of the ``roles/`` directory (e.g.,
``roles/myrole/tasks/``).
Ansible Variables
-----------------
In Zuul v2, a number of variables with information about Zuul and the
change being tested were available as environment variables, generally
prefixed with ``ZUUL_``. In Zuul v3, these have been replaced with
Ansible variables which provide much more information as well as much
richer structured data. See the `Job Content
<https://docs.openstack.org/infra/zuul/feature/zuulv3/user/jobs.html>`_
section of the Zuul User Guide for a full list.
.. _howto_in_repo:
HOWTO: Add an in-repo job