Merge "Support CentOS 8.3"
This commit is contained in:
commit
865f55d4ec
@ -200,7 +200,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 = [
|
||||
|
@ -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"
|
||||
|
||||
|
13
releasenotes/notes/bug-1907213-e0cee8498d19a170.yaml
Normal file
13
releasenotes/notes/bug-1907213-e0cee8498d19a170.yaml
Normal 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.
|
Loading…
Reference in New Issue
Block a user