1
1
---
2
2
yum::os_default_repos :
3
- - ' baseos'
4
3
- ' appstream'
5
- - ' extras'
6
- - ' baseos-source'
7
4
- ' appstream-source'
8
- - ' extras-source '
9
- - ' plus -source'
5
+ - ' baseos '
6
+ - ' baseos -source'
10
7
- ' devel'
8
+ - ' extras'
11
9
- ' ha'
10
+ - ' ha-source'
11
+ - ' nfv'
12
+ - ' plus'
12
13
- ' powertools'
14
+ - ' powertools-source'
13
15
- ' resilient-storage'
16
+ - ' resilient-storage-source'
17
+ - ' rt'
14
18
yum::repos :
15
19
baseos :
16
20
enabled : true
@@ -30,47 +34,39 @@ yum::repos:
30
34
31
35
extras :
32
36
enabled : true
33
- descr : ' Rocky Linux $releasever - extras '
37
+ descr : ' Rocky Linux $releasever - Extras '
34
38
mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever'
35
39
gpgcheck : true
36
40
gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
37
41
target : ' /etc/yum.repos.d/Rocky-extras.repo'
38
42
39
43
baseos-source :
40
44
enabled : false
41
- descr : ' Rocky Linux $releasever - BaseOS'
42
- mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch &repo=baseos-source- $releasever'
45
+ descr : ' Rocky Linux $releasever - BaseOS - Source '
46
+ mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=source &repo=BaseOS- $releasever-source '
43
47
gpgcheck : true
44
48
gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
45
49
target : ' /etc/yum.repos.d/Rocky-Sources.repo'
46
50
47
51
appstream-source :
48
52
enabled : false
49
- descr : ' Rocky Linux $releasever - AppStream'
50
- mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch &repo=appstream-source- $releasever'
53
+ descr : ' Rocky Linux $releasever - AppStream - Source '
54
+ mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=source &repo=AppStream- $releasever-source '
51
55
gpgcheck : true
52
56
gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
53
57
target : ' /etc/yum.repos.d/Rocky-Sources.repo'
54
58
55
- extras-source :
59
+ plus :
56
60
enabled : false
57
- descr : ' Rocky Linux $releasever - extras '
58
- mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-source -$releasever'
61
+ descr : ' Rocky Linux $releasever - Plus '
62
+ mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=rockyplus -$releasever'
59
63
gpgcheck : true
60
64
gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
61
- target : ' /etc/yum.repos.d/Rocky-Sources.repo'
62
-
63
- plus-source :
64
- enabled : false
65
- descr : ' Rocky Linux $releasever - extras'
66
- mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=plus-source-$releasever'
67
- gpgcheck : true
68
- gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
69
- target : ' /etc/yum.repos.d/Rocky-Sources.repo'
65
+ target : ' /etc/yum.repos.d/Rocky-Plus.repo'
70
66
71
67
devel :
72
68
enabled : false
73
- descr : ' Rocky Linux $releasever - AppStream '
69
+ descr : ' Rocky Linux $releasever - Devel WARNING! FOR BUILDROOT AND KOJI USE '
74
70
mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=Devel-$releasever'
75
71
gpgcheck : true
76
72
gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
@@ -84,6 +80,22 @@ yum::repos:
84
80
gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
85
81
target : ' /etc/yum.repos.d/Rocky-HighAvailability.repo'
86
82
83
+ ha-source :
84
+ enabled : false
85
+ descr : ' Rocky Linux $releasever - High Availability - Source'
86
+ mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=HighAvailability-$releasever-source'
87
+ gpgcheck : true
88
+ gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
89
+ target : ' /etc/yum.repos.d/Rocky-Sources.repo'
90
+
91
+ nfv :
92
+ enabled : false
93
+ descr : ' Rocky Linux $releasever - NFV'
94
+ mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=NFV-$releasever'
95
+ gpgcheck : true
96
+ gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
97
+ target : ' /etc/yum.repos.d/Rocky-NFV.repo'
98
+
87
99
powertools :
88
100
enabled : false
89
101
descr : ' Rocky Linux $releasever - PowerTools'
@@ -92,10 +104,34 @@ yum::repos:
92
104
gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
93
105
target : ' /etc/yum.repos.d/Rocky-PowerTools.repo'
94
106
107
+ powertools-source :
108
+ enabled : false
109
+ descr : ' Rocky Linux $releasever - PowerTools - Source'
110
+ mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=PowerTools-$releasever-source'
111
+ gpgcheck : true
112
+ gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
113
+ target : ' /etc/yum.repos.d/Rocky-Sources.repo'
114
+
95
115
resilient-storage :
96
116
enabled : false
97
117
descr : ' Rocky Linux $releasever - ResilientStorage'
98
118
mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=ResilientStorage-$releasever'
99
119
gpgcheck : true
100
120
gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
101
121
target : ' /etc/yum.repos.d/Rocky-ResilientStorage.repo'
122
+
123
+ resilient-storage-source :
124
+ enabled : false
125
+ descr : ' Rocky Linux $releasever - Resilient Storage - Source'
126
+ mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=ResilientStorage-$releasever-source'
127
+ gpgcheck : true
128
+ gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
129
+ target : ' /etc/yum.repos.d/Rocky-Sources.repo'
130
+
131
+ rt :
132
+ enabled : false
133
+ descr : ' Rocky Linux $releasever - Realtime'
134
+ mirrorlist : ' https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever'
135
+ gpgcheck : true
136
+ gpgkey : " file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial"
137
+ target : ' /etc/yum.repos.d/Rocky-RT.repo'
0 commit comments