CentOS: do not use advanced-virtualization repo
virt:rhel module provides libvirt 7.9.0 and we have it enabled Change-Id: Id585c7744ba130ad1dfc28138fb0f9e6eeae771d
This commit is contained in:
parent
7b6f6a054c
commit
ba0ef14c47
@ -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',
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user