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 @@ -202,7 +202,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
202
202
] %}
203
203
204
204
{% set base_centos_yum_repos_to_enable = [
205
- 'PowerTools'
205
+ 'powertools' ,
206
206
] %}
207
207
208
208
{% 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"
@@ -35,14 +35,14 @@ centos-ppc64le:
35
35
epel : " epel"
36
36
epel-modular : " epel-modular"
37
37
extras : " extras"
38
- hacluster : " HighAvailability "
38
+ hacluster : " ha "
39
39
logstash : " elasticsearch-kibana-logstash-6.x"
40
40
opstools : " centos-opstools"
41
41
rabbitmq : " rabbitmq_rabbitmq-server"
42
42
43
43
rhel :
44
44
erlang : " centos-rabbitmq-38"
45
- hacluster : " HighAvailability "
45
+ hacluster : " ha "
46
46
opstools : " centos-opstools"
47
47
rabbitmq : " centos-rabbitmq-38"
48
48
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