Merge "[DOCS] Add reno for bootstrap skip envvars"

This commit is contained in:
Zuul 2019-09-04 17:05:09 +00:00 committed by Gerrit Code Review
commit 831b1dc27b

View File

@ -0,0 +1,16 @@
---
features:
- |
Several environment variables have been added in the bootstrapping functions
used by the gate-check-commit script. These variables can be used to skip
various phases of the bootstrap during the gate-check-commit or
bootstrap-ansible script execution.
The environment variables added are:
* ``SKIP_OSA_RUNTIME_VENV_BUILD``: Skip bootstrapping of the OSA ansible venv
in bootstrap-ansible.sh
* ``SKIP_OSA_BOOTSTRAP_AIO``: Skip execution of the bootstrap-aio playbook
in gate-check-commit
* ``SKIP_OSA_ROLE_CLONE``: Skip execution of the
get-role-requirements-playbook in the bootstrap-ansible.sh script