From 9c3ed0db8e6dfda92e2b24ad19a0157bea2b0c76 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 29 May 2018 14:11:11 +0200 Subject: [PATCH] Add extra process documentation Add comments about what happened in bootstrap-ansible, for easier reviewing of what's happening in gate-check-commit script. Change-Id: I4935e4c7cbf48d6e34a3ab39f5b5eefb19fe3f07 --- scripts/gate-check-commit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gate-check-commit.sh b/scripts/gate-check-commit.sh index 9c10a0ea19..e83164f2b9 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -98,6 +98,7 @@ fi # Bootstrap Ansible source "${OSA_CLONE_DIR}/scripts/bootstrap-ansible.sh" +# PIP_COMMAND is now set within the ansible venv and PIP_OPTS is now set with constraints/proxy. # Install ARA and add it to the callback path provided by bootstrap-ansible.sh/openstack-ansible.rc # This is added *here* instead of bootstrap-ansible so it's used for CI purposes only.