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
This commit is contained in:
Jean-Philippe Evrard
2018-05-29 14:11:11 +02:00
committed by Jesse Pretorius (odyssey4me)
parent f4e8e7f82a
commit 9c3ed0db8e

View File

@@ -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.