Merge "Add ansible openstack collection"

This commit is contained in:
Zuul 2020-06-03 23:54:24 +00:00 committed by Gerrit Code Review
commit 9ad8f76ec4
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
collections:
- name: openstack.cloud
version: 1.0.0
source: https://galaxy.ansible.com

View File

@ -211,6 +211,9 @@ fi
# Install all python packages
python -m pip install ${PIP_OPTS}
# Install all ansible collections
ansible-galaxy collection install -r ${COMMON_TESTS_PATH}/test-ansible-collection-requirements.yml
# Download the Ansible role repositories if they are not present on the host.
# This is ignored if there is no ansible-role-requirements file.
if [[ ! -d "${ANSIBLE_ROLE_DEP_DIR}" ]]; then