Merge "Support CentOS 8.3" into stable/victoria

This commit is contained in:
Zuul 2020-12-15 10:52:58 +00:00 committed by Gerrit Code Review
commit 542a22fe34
3 changed files with 18 additions and 5 deletions

View File

@ -201,7 +201,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
'dnf-plugins-core'
] %}
{% set base_centos_yum_repos_to_enable = [
'PowerTools',
'powertools',
] %}
{% set base_centos_yum_repos_to_disable = [

View File

@ -8,7 +8,7 @@ centos:
erlang: "rabbitmq_rabbitmq-erlang"
extras: "extras"
grafana: "grafana"
hacluster: "HighAvailability"
hacluster: "ha"
influxdb: "influxdb"
logstash: "elasticsearch-kibana-logstash-6.x"
kibana: "elasticsearch-kibana-logstash-6.x"
@ -24,7 +24,7 @@ centos-aarch64:
erlang: "centos-rabbitmq-38"
extras: "extras"
grafana: "grafana"
hacluster: "HighAvailability"
hacluster: "ha"
logstash: "elasticsearch-kibana-logstash-6.x"
opstools: "centos-opstools"
rabbitmq: "rabbitmq_rabbitmq-server"
@ -36,14 +36,14 @@ centos-ppc64le:
epel: "epel"
epel-modular: "epel-modular"
extras: "extras"
hacluster: "HighAvailability"
hacluster: "ha"
logstash: "elasticsearch-kibana-logstash-6.x"
opstools: "centos-opstools"
rabbitmq: "rabbitmq_rabbitmq-server"
rhel:
erlang: "centos-rabbitmq-38"
hacluster: "HighAvailability"
hacluster: "ha"
opstools: "centos-opstools"
rabbitmq: "centos-rabbitmq-38"

View File

@ -0,0 +1,13 @@
---
fixes:
- |
Fixes builds on CentOS 8.3 failing due to renamed repos.
Notice Kolla now no longer supports CentOS 8.2 and below.
`LP#1907213 <https://launchpad.net/bugs/1907213>`__
upgrade:
- |
Kolla now no longer supports CentOS 8.2 and below.
This is to support CentOS 8.3 without extra workarounds (please
see the fixes section for more details).
The promise is to support the latest CentOS 8 release which is 8.3
now.