From d7cfa6b0030fe4df7b1bbfd5c29f1775892e258f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 8 Feb 2022 14:22:15 +1100 Subject: [PATCH] wheel-cache: update openstack package for 8-stream This old openstack package brings in centos-release-ceph-nautilus which actually has an incorrect mirrorlist entry in it's .repo file that tries to point it at the centos-8 repos [1]. When upstream retired CentOS 8 this stopped responding. Update to Xena (we don't rely on any of these bits, it's just one or two packages we need bindep to install for the wheel builds). [1] https://bugzilla.redhat.com/show_bug.cgi?id=2051792 Change-Id: Ice106cfee23c514a5e5716d4368af9f62360e2f7 --- playbooks/wheel-cache/pre.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/wheel-cache/pre.yaml b/playbooks/wheel-cache/pre.yaml index 75c4bd2f..8542cdd3 100644 --- a/playbooks/wheel-cache/pre.yaml +++ b/playbooks/wheel-cache/pre.yaml @@ -18,7 +18,7 @@ # NOTE(pabelanger): We need to install extra libraries, such as # liberasurecode-devel # which are only part of the RDO repositories. - - name: Add centos-release-openstack + - name: Add centos-release-openstack for CentOS 7 yum: name: centos-release-openstack-train state: present @@ -27,9 +27,9 @@ - ansible_distribution == "CentOS" - ansible_distribution_major_version == '7' - - name: Add centos-release-openstack + - name: Add centos-release-openstack for CentOS 8 yum: - name: centos-release-openstack-ussuri + name: centos-release-openstack-xena state: present become: yes when: