From 80c2b7a4207d93c1d0302df1e43fe1b157ae6f62 Mon Sep 17 00:00:00 2001 From: Logan V Date: Sun, 12 May 2019 16:39:02 -0500 Subject: [PATCH] [DOCS] Add reno for bootstrap skip envvars Add a reno covering the environment variables added in I96d73cf196fb4ede8ec163cac2971a45c757106f. Change-Id: Iffce9e6730e4861bb9e73fd6a2eb1b87f9ab8423 --- .../skip-bootstrap-envvars-86fb331270c633e7.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 releasenotes/notes/skip-bootstrap-envvars-86fb331270c633e7.yaml diff --git a/releasenotes/notes/skip-bootstrap-envvars-86fb331270c633e7.yaml b/releasenotes/notes/skip-bootstrap-envvars-86fb331270c633e7.yaml new file mode 100644 index 0000000000..14a2958056 --- /dev/null +++ b/releasenotes/notes/skip-bootstrap-envvars-86fb331270c633e7.yaml @@ -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