From eb360cd9e51ac64ce9d923a4974088ed412e36dd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 24 Jul 2023 11:47:44 +0900 Subject: [PATCH] Pin ansible-collections-openstack The latest ansible-collections-openstack version is no longer compatible with openstacksdk in stable/wallaby (0.55.1). This pins the collection to avoid pulling "too new" version. Closes-Bug: #2028472 Change-Id: Iee2ebe5fab92fa6865c39a09d59f769f80ff7b9b --- .../ansible-collections-requirements.yml | 1 + tripleo_ansible/requirements.yml | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tripleo_ansible/ansible-collections-requirements.yml b/tripleo_ansible/ansible-collections-requirements.yml index 7a8413f8a..eca96ebf5 100644 --- a/tripleo_ansible/ansible-collections-requirements.yml +++ b/tripleo_ansible/ansible-collections-requirements.yml @@ -2,6 +2,7 @@ collections: - name: https://opendev.org/openstack/ansible-collections-openstack.git type: git + version: 1.9.1 - containers.podman - community.general - ansible.posix diff --git a/tripleo_ansible/requirements.yml b/tripleo_ansible/requirements.yml index 6b0f1ab49..2363099a8 100644 --- a/tripleo_ansible/requirements.yml +++ b/tripleo_ansible/requirements.yml @@ -35,9 +35,10 @@ roles: trackbranch: master collections: - - ansible.netcommon - - ansible.posix - - community.general - - openstack.cloud - - containers.podman - - community.crypto + - name: ansible.netcommon + - name: ansible.posix + - name: community.general + - name: openstack.cloud + version: 1.9.1 + - name: containers.podman + - name: community.crypto