Fix repo files for CentOS Stream

Some repo file names and ids do not match the files provided by
CentOS, which can cause duplicated repos [1].

[1] - https://8a51f3027f5f50a14ba7-fcfc85786424b7f5a3fcadff9da35f94.ssl.cf5.rackcdn.com/770771/4/check/packstack-centos8s-integration-scenario002/9dc0bd2/logs/etc/yum.repos.d/index.html

Change-Id: Ib89ad9f79cd5317b3178301a47462277004fa81a
This commit is contained in:
Javier Pena 2021-01-22 14:52:43 +01:00
parent 7d0a646c9e
commit cfada06486
5 changed files with 7 additions and 7 deletions

View File

@ -8,8 +8,8 @@
src: "centos8-stream/{{ zj_repo }}.j2" src: "centos8-stream/{{ zj_repo }}.j2"
with_items: with_items:
- etc/yum.repos.d/CentOS-Stream-AppStream.repo - etc/yum.repos.d/CentOS-Stream-AppStream.repo
- etc/yum.repos.d/CentOS-Stream-Base.repo - etc/yum.repos.d/CentOS-Stream-BaseOS.repo
- etc/yum.repos.d/CentOS-Stream-HA.repo - etc/yum.repos.d/CentOS-Stream-HighAvailability.repo
- etc/yum.repos.d/CentOS-Stream-Extras.repo - etc/yum.repos.d/CentOS-Stream-Extras.repo
- etc/yum.repos.d/CentOS-Stream-PowerTools.repo - etc/yum.repos.d/CentOS-Stream-PowerTools.repo
loop_control: loop_control:

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
[AppStream] [appstream]
name=CentOS-Stream - AppStream name=CentOS-Stream - AppStream
baseurl={{ package_mirror }}/$stream/AppStream/$basearch/os/ baseurl={{ package_mirror }}/$stream/AppStream/$basearch/os/
gpgcheck=1 gpgcheck=1

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
[BaseOS] [baseos]
name=CentOS-Stream - Base name=CentOS-Stream - Base
baseurl={{ package_mirror }}/$stream/BaseOS/$basearch/os/ baseurl={{ package_mirror }}/$stream/BaseOS/$basearch/os/
gpgcheck=1 gpgcheck=1

View File

@ -1,6 +1,6 @@
# {{ ansible_managed }} # {{ ansible_managed }}
[HighAvailability] [ha]
name=CentOS-Stream - HA name=CentOS-Stream - HighAvailability
baseurl={{ package_mirror }}/$stream/HighAvailability/$basearch/os/ baseurl={{ package_mirror }}/$stream/HighAvailability/$basearch/os/
gpgcheck=1 gpgcheck=1
enabled=1 enabled=1

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
[PowerTools] [powertools]
name=CentOS-Stream - PowerTools name=CentOS-Stream - PowerTools
baseurl={{ package_mirror }}/$stream/PowerTools/$basearch/os/ baseurl={{ package_mirror }}/$stream/PowerTools/$basearch/os/
gpgcheck=1 gpgcheck=1