File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
161
161
] %}
162
162
163
163
{% set base_centos_yum_repo_packages = [
164
- 'centos-release-advanced-virtualization' ,
165
164
'centos-release-ceph-pacific' ,
166
165
'centos-release-nfv-extras' ,
167
166
'centos-release-nfv-openvswitch' ,
@@ -177,14 +176,13 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
177
176
{% set base_centos_yum_repos_to_enable = [
178
177
] %}
179
178
180
- # FIXME(hrw): entries not starting with 'centos-' (and 'centos-nfv-ovs') need
181
- # to go away - they are from delorean or rdo-release-wallaby package
179
+ # FIXME(hrw): entries not starting with 'centos-' (and 'centos-nfv-ovs') are
180
+ # from delorean or rdo-release-* package
182
181
# https://review.rdoproject.org/r/c/rdo-infra/ansible-role-dlrn/+/33241
183
182
{% set base_centos_yum_repos_to_disable = [
184
183
'advanced-virtualization' ,
185
184
'centos-nfv-extras' ,
186
185
'centos-nfv-ovs' ,
187
- 'centos-advanced-virtualization' ,
188
186
'centos-ceph-pacific' ,
189
187
'centos-nfv-openvswitch' ,
190
188
'centos-opstools' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ centos:
11
11
haproxy : " centos-nfv-extras"
12
12
influxdb : " influxdb"
13
13
kibana : " elasticsearch-kibana-logstash-7.x"
14
- libvirt : " centos-advanced-virtualization"
15
14
logstash : " elasticsearch-kibana-logstash-7.x"
16
15
mariadb : " mariadb"
17
16
openvswitch : " centos-nfv-openvswitch"
@@ -32,7 +31,6 @@ centos-aarch64:
32
31
hacluster : " ha"
33
32
haproxy : " centos-nfv-extras"
34
33
kibana : " elasticsearch-kibana-logstash-7.x"
35
- libvirt : " centos-advanced-virtualization"
36
34
logstash : " elasticsearch-kibana-logstash-7.x"
37
35
mariadb : " mariadb"
38
36
openvswitch : " centos-nfv-openvswitch"
You can’t perform that action at this time.
0 commit comments