Skip to content

Commit 689f43b

Browse files
authored
Merge pull request #175 from stackhpc/upstream/yoga-2022-10-24
Synchronise yoga with upstream
2 parents 3454fc1 + b7c886a commit 689f43b

File tree

8 files changed

+30
-25
lines changed

8 files changed

+30
-25
lines changed

docker/base/Dockerfile.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ COPY dnf.conf /etc/dnf/dnf.conf
9999
] %}
100100
{% elif base_arch == 'aarch64' %}
101101
{% set base_yum_repo_files = base_yum_repo_files + [
102-
'erlang-solutions.repo',
102+
'hrw-copr-erlang-for-rabbitmq.repo',
103103
'mariadb-aarch64.repo',
104104
] %}
105105

@@ -312,9 +312,9 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
312312
] %}
313313

314314
{% set base_apt_keys = [
315-
{'name': 'erlang', 'keyid': 'E495BB49CC4BBE5B'},
316-
{'name': 'rabbitmq', 'keyid': '9F4587F226208342'},
317-
{'name': 'haproxy', 'keyid': 'CFFB779AADC995E4F350A060505D97A41C61B9CD'},
315+
{'name': 'erlang-ppa', 'keyid': 'F77F1EDA57EBB1CC'},
316+
{'name': 'rabbitmq', 'keyid': '9F4587F226208342'},
317+
{'name': 'haproxy', 'keyid': 'CFFB779AADC995E4F350A060505D97A41C61B9CD'},
318318
] %}
319319

320320
{# NOTE(hrw): type field defaults to 'asc' which is used for single keys #}

docker/base/apt_preferences.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pin: version 3.9.*
33
Pin-Priority: 1000
44

55
Package: erlang*
6-
Pin: version 1:24.*
6+
Pin: version 1:25.*
77
Pin-Priority: 1000
88

99
# NOTE(mgoddard): logstash 7.9.x is the last version that supports

docker/base/apt_preferences.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pin: version 3.9.*
33
Pin-Priority: 1000
44

55
Package: erlang*
6-
Pin: version 1:24.*
6+
Pin: version 1:25.*
77
Pin-Priority: 1000
88

99
# NOTE(mgoddard): logstash 7.9.x is the last version that supports

docker/base/erlang-solutions.repo

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# NOTE(hrw): this repository contains rebuild of Erlang package from RabbitMQ team
2+
# from https://github.com/rabbitmq/erlang-rpm/
3+
# Thanks to COPR we have aarch64 packages for CentOS Stream 8/9
4+
5+
[copr-hrw-erlang-for-rabbitmq]
6+
name=Hrw's COPR with Erlang build for RabbitMQ
7+
baseurl=https://download.copr.fedorainfracloud.org/results/hrw/erlang-for-rabbitmq/centos-stream-$releasever-$basearch/
8+
gpgcheck=1
9+
enabled=0
10+
gpgkey=https://download.copr.fedorainfracloud.org/results/hrw/erlang-for-rabbitmq/pubkey.gpg
11+
repo_gpgcheck=0

docker/kolla-toolbox/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2424

2525
{% set kolla_toolbox_packages = [
2626
'crudini',
27-
'erlang-24.*',
27+
'erlang-25.*',
2828
'gcc',
2929
'gdisk',
3030
'git',

docker/rabbitmq/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2020
{% if base_package_type == 'rpm' %}
2121

2222
{% set rabbitmq_packages = [
23-
'erlang-24.*',
23+
'erlang-25.*',
2424
'hostname',
2525
'rabbitmq-server-3.9.*'
2626
] %}

kolla/template/repos.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ centos-aarch64:
2525
elasticsearch: "elasticsearch-kibana-logstash-7.x"
2626
epel: "epel"
2727
epel-modular: "epel-modular"
28-
erlang: "erlang-solutions"
28+
erlang: "copr-hrw-erlang-for-rabbitmq"
2929
extras: "extras"
3030
grafana: "grafana"
3131
hacluster: "ha"
@@ -47,10 +47,10 @@ debian:
4747
component: "main"
4848
gpg_key: "elasticsearch.asc"
4949
erlang:
50-
url: "https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian"
51-
suite: "bullseye"
50+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
51+
suite: "focal"
5252
component: "main"
53-
gpg_key: "erlang.gpg"
53+
gpg_key: "erlang-ppa.gpg"
5454
grafana:
5555
url: "https://packages.grafana.com/oss/deb"
5656
suite: "stable"
@@ -99,10 +99,10 @@ debian-aarch64:
9999
component: "main"
100100
gpg_key: "elasticsearch.asc"
101101
erlang:
102-
url: "https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian"
103-
suite: "bullseye"
102+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
103+
suite: "focal"
104104
component: "main"
105-
gpg_key: "erlang.gpg"
105+
gpg_key: "erlang-ppa.gpg"
106106
grafana:
107107
url: "https://packages.grafana.com/oss/deb"
108108
suite: "stable"
@@ -151,10 +151,10 @@ ubuntu:
151151
component: "main"
152152
gpg_key: "elasticsearch.asc"
153153
erlang:
154-
url: "https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/ubuntu"
154+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
155155
suite: "focal"
156156
component: "main"
157-
gpg_key: "erlang.gpg"
157+
gpg_key: "erlang-ppa.gpg"
158158
grafana:
159159
url: "https://packages.grafana.com/oss/deb"
160160
suite: "stable"
@@ -208,10 +208,10 @@ ubuntu-aarch64:
208208
component: "main"
209209
gpg_key: "elasticsearch.asc"
210210
erlang:
211-
url: "https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/ubuntu"
211+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
212212
suite: "focal"
213213
component: "main"
214-
gpg_key: "erlang.gpg"
214+
gpg_key: "erlang-ppa.gpg"
215215
grafana:
216216
url: "https://packages.grafana.com/oss/deb"
217217
suite: "stable"

0 commit comments

Comments
 (0)