Merge "CentOS: do not use advanced-virtualization repo"

This commit is contained in:
Zuul 2021-12-09 15:31:55 +00:00 committed by Gerrit Code Review
commit 2748ff4a8f
2 changed files with 2 additions and 6 deletions

View File

@ -161,7 +161,6 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
] %}
{% set base_centos_yum_repo_packages = [
'centos-release-advanced-virtualization',
'centos-release-ceph-pacific',
'centos-release-nfv-extras',
'centos-release-nfv-openvswitch',
@ -177,14 +176,13 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
{% set base_centos_yum_repos_to_enable = [
] %}
# FIXME(hrw): entries not starting with 'centos-' (and 'centos-nfv-ovs') need
# to go away - they are from delorean or rdo-release-wallaby package
# FIXME(hrw): entries not starting with 'centos-' (and 'centos-nfv-ovs') are
# from delorean or rdo-release-* package
# https://review.rdoproject.org/r/c/rdo-infra/ansible-role-dlrn/+/33241
{% set base_centos_yum_repos_to_disable = [
'advanced-virtualization',
'centos-nfv-extras',
'centos-nfv-ovs',
'centos-advanced-virtualization',
'centos-ceph-pacific',
'centos-nfv-openvswitch',
'centos-opstools',

View File

@ -11,7 +11,6 @@ centos:
haproxy: "centos-nfv-extras"
influxdb: "influxdb"
kibana: "elasticsearch-kibana-logstash-7.x"
libvirt: "centos-advanced-virtualization"
logstash: "elasticsearch-kibana-logstash-7.x"
mariadb: "mariadb"
openvswitch: "centos-nfv-openvswitch"
@ -32,7 +31,6 @@ centos-aarch64:
hacluster: "ha"
haproxy: "centos-nfv-extras"
kibana: "elasticsearch-kibana-logstash-7.x"
libvirt: "centos-advanced-virtualization"
logstash: "elasticsearch-kibana-logstash-7.x"
mariadb: "mariadb"
openvswitch: "centos-nfv-openvswitch"