Fixes: https://tracker.ceph.com/issues/51638#note-5
Signed-off-by: David Galloway <dgallowa@redhat.com>
--- /dev/null
+# {{ ansible_managed }}
+
+# local yum mirrorlist for CentOS-8 - PowerTools repo
+https://download-cc-rdu01.fedoraproject.org/pub/centos/{{ ansible_distribution_major_version }}{{ dash_stream }}/PowerTools/x86_64/os/
+http://distro.ibiblio.org/centos/{{ ansible_distribution_major_version }}{{ dash_stream }}/PowerTools/x86_64/os/
+http://packages.oit.ncsu.edu/centos/{{ ansible_distribution_major_version }}{{ dash_stream }}/PowerTools/x86_64/os/
+http://mirror.nodespace.net/centos/{{ ansible_distribution_major_version }}{{ dash_stream }}/PowerTools/x86_64/os/
gpgcheck: 1
enabled: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
+ CentOS-PowerTools:
+ name: "CentOS-$releasever - PowerTools"
+ mirrorlist: file:///etc/yum.repos.d/CentOS-PowerTools-mirrorlist
+ gpgcheck: 1
+ enabled: 1
+ gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
# These are files in roles/testnodes/templates/mirrorlists/8/
yum_mirrorlists:
- CentOS-AppStream-mirrorlist
- CentOS-Base-mirrorlist
- CentOS-Extras-mirrorlist
+ - CentOS-PowerTools-mirrorlist
packages_to_upgrade:
- libgcrypt # explicitly tied to qemu build
+++ /dev/null
----
-# vars specific to centos 8 stream
-# Should be in addition to or in replace of vars in centos_8.yml
-
-additional_yum_repos:
- CentOS-PowerTools:
- name: "CentOS-$releasever - PowerTools"
- mirrorlist: http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=PowerTools&infra=$infra
- gpgcheck: 1
- enabled: 1
- gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial