From 55c05cb5653571a347daf90e05188bcdb3199208 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 21 Jan 2021 12:18:36 +0200 Subject: [PATCH] Bump ansible-base and OpenStack collections Change-Id: If190f95e68fb5946e3da218bcd365d3c9ceb91c4 Closes-bug: #1904029 --- ansible-collection-requirements.yml | 7 +++---- scripts/bootstrap-ansible.sh | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ansible-collection-requirements.yml b/ansible-collection-requirements.yml index 7ccea357b7..a5113b49de 100644 --- a/ansible-collection-requirements.yml +++ b/ansible-collection-requirements.yml @@ -1,8 +1,7 @@ collections: - # NOTE(noonedeadpunk): needs galaxy.yml to be able to pull from git - - name: openstack.cloud - version: 1.2.0 - source: https://galaxy.ansible.com + - name: https://opendev.org/openstack/ansible-collections-openstack + version: 1.2.1 + type: git - name: https://github.com/ansible-collections/community.general version: 1.2.0 type: git diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index c7b10af474..363cc584a3 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -22,7 +22,7 @@ set -e -u -x export HTTP_PROXY=${HTTP_PROXY:-""} export HTTPS_PROXY=${HTTPS_PROXY:-""} # The Ansible version used for testing -export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-base==2.10.4"} +export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-base==2.10.5"} export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"} export ANSIBLE_COLLECTION_FILE=${ANSIBLE_COLLECTION_FILE:-"ansible-collection-requirements.yml"} export USER_ROLE_FILE=${USER_ROLE_FILE:-"user-role-requirements.yml"}