Skip to content

Commit 2635d63

Browse files
authored
Merge pull request #468 from stackhpc/upstream/2024.1-2025-09-08
Synchronise 2024.1 with upstream
2 parents 9da777a + 37d68ab commit 2635d63

File tree

6 files changed

+27
-8
lines changed

6 files changed

+27
-8
lines changed

doc/source/contributor/versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ information about package sources.
4747
.. _`Team RabbitMQ 'Cloudsmith' repo (Deb)`: https://www.rabbitmq.com/install-debian.html#apt-cloudsmith
4848
.. _`Team RabbitMQ 'Modern Erlang' PPA`: https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang
4949
.. _`Team RabbitMQ 'Cloudsmith' repo (RPM)`: https://www.rabbitmq.com/docs/install-rpm#cloudsmith
50-
.. _`openstack-kolla COPR`: https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/rabbitmq-erlang/
50+
.. _`openstack-kolla COPR`: https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/rabbitmq-erlang-26/
5151

5252
.. _`Grafana install guide`: https://grafana.com/grafana/download?platform=linux&edition=oss
5353
.. _`MariaDB Community downloads`: https://mariadb.com/downloads/community/

docker/base/Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ COPY dnf.conf /etc/dnf/dnf.conf
7777

7878
{% elif base_arch == 'aarch64' %}
7979
{% set base_yum_repo_files = base_yum_repo_files + [
80-
'copr-rabbitmq-erlang.repo',
80+
'copr-rabbitmq-erlang-26.repo',
81+
'copr-rabbitmq-erlang-27.repo',
8182
] %}
8283

8384
{#

docker/base/copr-rabbitmq-erlang.repo renamed to docker/base/copr-rabbitmq-erlang-26.repo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# from https://github.com/rabbitmq/erlang-rpm/
33
# Thanks to COPR we have aarch64 packages for Rocky Linux
44

5-
[copr-rabbitmq-erlang]
6-
name=openstack-kolla COPR with Erlang build for RabbitMQ
7-
baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/rhel-$releasever-aarch64/
5+
[copr-rabbitmq-erlang-26]
6+
name=openstack-kolla COPR with Erlang 26 build for RabbitMQ
7+
baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-26/rhel-$releasever-aarch64/
88
gpgcheck=1
99
enabled=0
10-
gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/pubkey.gpg
10+
gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-26/pubkey.gpg
1111
repo_gpgcheck=0
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 Rocky Linux
4+
5+
[copr-rabbitmq-erlang-27]
6+
name=openstack-kolla COPR with Erlang 27 build for RabbitMQ
7+
baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-27/rhel-$releasever-aarch64/
8+
gpgcheck=1
9+
enabled=0
10+
gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-27/pubkey.gpg
11+
repo_gpgcheck=0

kolla/template/repos.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ centos-aarch64:
2323
crb: "crb"
2424
docker-ce: "docker-ce"
2525
epel: "epel"
26-
erlang: "copr-rabbitmq-erlang"
26+
erlang-26: "copr-rabbitmq-erlang-26"
27+
erlang-27: "copr-rabbitmq-erlang-27"
2728
extras: "extras"
2829
fluentd: "fluent-package-lts"
2930
grafana: "grafana"
@@ -181,7 +182,8 @@ rocky-aarch64:
181182
crb: "crb"
182183
docker-ce: "docker-ce"
183184
epel: "epel"
184-
erlang: "copr-rabbitmq-erlang"
185+
erlang-26: "copr-rabbitmq-erlang-26"
186+
erlang-27: "copr-rabbitmq-erlang-27"
185187
extras: "extras"
186188
fluentd: "fluent-package-lts"
187189
grafana: "grafana"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
Switches Erlang RPMs on aarch64 to a versioned Erlang 26 or 27 repository,
5+
due to Fedora COPR not supporting multiple package versions in one repo.

0 commit comments

Comments
 (0)