Skip to content

Commit 2748ff4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "CentOS: do not use advanced-virtualization repo"
2 parents 0bae22d + ba0ef14 commit 2748ff4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docker/base/Dockerfile.j2

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
161161
] %}
162162

163163
{% set base_centos_yum_repo_packages = [
164-
'centos-release-advanced-virtualization',
165164
'centos-release-ceph-pacific',
166165
'centos-release-nfv-extras',
167166
'centos-release-nfv-openvswitch',
@@ -177,14 +176,13 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
177176
{% set base_centos_yum_repos_to_enable = [
178177
] %}
179178

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
182181
# https://review.rdoproject.org/r/c/rdo-infra/ansible-role-dlrn/+/33241
183182
{% set base_centos_yum_repos_to_disable = [
184183
'advanced-virtualization',
185184
'centos-nfv-extras',
186185
'centos-nfv-ovs',
187-
'centos-advanced-virtualization',
188186
'centos-ceph-pacific',
189187
'centos-nfv-openvswitch',
190188
'centos-opstools',

kolla/template/repos.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ centos:
1111
haproxy: "centos-nfv-extras"
1212
influxdb: "influxdb"
1313
kibana: "elasticsearch-kibana-logstash-7.x"
14-
libvirt: "centos-advanced-virtualization"
1514
logstash: "elasticsearch-kibana-logstash-7.x"
1615
mariadb: "mariadb"
1716
openvswitch: "centos-nfv-openvswitch"
@@ -32,7 +31,6 @@ centos-aarch64:
3231
hacluster: "ha"
3332
haproxy: "centos-nfv-extras"
3433
kibana: "elasticsearch-kibana-logstash-7.x"
35-
libvirt: "centos-advanced-virtualization"
3634
logstash: "elasticsearch-kibana-logstash-7.x"
3735
mariadb: "mariadb"
3836
openvswitch: "centos-nfv-openvswitch"

0 commit comments

Comments
 (0)