File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
201
201
'dnf-plugins-core'
202
202
] %}
203
203
{% set base_centos_yum_repos_to_enable = [
204
- 'PowerTools ' ,
204
+ 'powertools ' ,
205
205
] %}
206
206
207
207
{% set base_centos_yum_repos_to_disable = [
Original file line number Diff line number Diff line change 8
8
erlang : " rabbitmq_rabbitmq-erlang"
9
9
extras : " extras"
10
10
grafana : " grafana"
11
- hacluster : " HighAvailability "
11
+ hacluster : " ha "
12
12
influxdb : " influxdb"
13
13
logstash : " elasticsearch-kibana-logstash-6.x"
14
14
kibana : " elasticsearch-kibana-logstash-6.x"
@@ -24,7 +24,7 @@ centos-aarch64:
24
24
erlang : " centos-rabbitmq-38"
25
25
extras : " extras"
26
26
grafana : " grafana"
27
- hacluster : " HighAvailability "
27
+ hacluster : " ha "
28
28
logstash : " elasticsearch-kibana-logstash-6.x"
29
29
opstools : " centos-opstools"
30
30
rabbitmq : " rabbitmq_rabbitmq-server"
@@ -36,14 +36,14 @@ centos-ppc64le:
36
36
epel : " epel"
37
37
epel-modular : " epel-modular"
38
38
extras : " extras"
39
- hacluster : " HighAvailability "
39
+ hacluster : " ha "
40
40
logstash : " elasticsearch-kibana-logstash-6.x"
41
41
opstools : " centos-opstools"
42
42
rabbitmq : " rabbitmq_rabbitmq-server"
43
43
44
44
rhel :
45
45
erlang : " centos-rabbitmq-38"
46
- hacluster : " HighAvailability "
46
+ hacluster : " ha "
47
47
opstools : " centos-opstools"
48
48
rabbitmq : " centos-rabbitmq-38"
49
49
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes builds on CentOS 8.3 failing due to renamed repos.
5
+ Notice Kolla now no longer supports CentOS 8.2 and below.
6
+ `LP#1907213 <https://launchpad.net/bugs/1907213>`__
7
+ upgrade :
8
+ - |
9
+ Kolla now no longer supports CentOS 8.2 and below.
10
+ This is to support CentOS 8.3 without extra workarounds (please
11
+ see the fixes section for more details).
12
+ The promise is to support the latest CentOS 8 release which is 8.3
13
+ now.
You can’t perform that action at this time.
0 commit comments