File tree Expand file tree Collapse file tree 6 files changed +22
-16
lines changed Expand file tree Collapse file tree 6 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ information about package sources.
28
28
- Debian/Ubuntu:
29
29
`Team RabbitMQ 'Cloudsmith' repo (Deb) `_
30
30
Erlang 25.X.X - CentOS/Rocky aarch64:
31
- `Hrw's COPR `_
31
+ `openstack-kolla COPR `_
32
32
- CentOS/Rocky x86-64:
33
33
`Team RabbitMQ 'Cloudsmith' repo (RPM) `_
34
34
- Debian/Ubuntu:
@@ -47,7 +47,7 @@ information about package sources.
47
47
.. _`Team RabbitMQ 'Cloudsmith' repo (Deb)` : https://www.rabbitmq.com/install-debian.html#apt-cloudsmith
48
48
.. _`Team RabbitMQ 'Modern Erlang' PPA` : https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang
49
49
.. _`Team RabbitMQ 'Cloudsmith' repo (RPM)` : https://www.rabbitmq.com/docs/install-rpm#cloudsmith
50
- .. _`Hrw's COPR` : https://copr.fedorainfracloud.org/coprs/hrw/erlang-for- rabbitmq/
50
+ .. _`openstack-kolla COPR` : https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/ rabbitmq-erlang /
51
51
52
52
.. _`Grafana install guide` : https://grafana.com/grafana/download?platform=linux&edition=oss
53
53
.. _`MariaDB Community downloads` : https://mariadb.com/downloads/community/
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ COPY dnf.conf /etc/dnf/dnf.conf
78
78
79
79
{% elif base_arch == 'aarch64' %}
80
80
{% set base_yum_repo_files = base_yum_repo_files + [
81
- 'hrw- copr-erlang-for- rabbitmq.repo' ,
81
+ 'copr-rabbitmq-erlang .repo' ,
82
82
] %}
83
83
84
84
{#
Original file line number Diff line number Diff line change
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 9
4
+
5
+ [openstack-kolla-copr-rabbitmq-kolla]
6
+ name=openstack-kolla COPR with Erlang build for RabbitMQ
7
+ baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/centos-stream-$releasever-aarch64/
8
+ gpgcheck=1
9
+ enabled=0
10
+ gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/pubkey.gpg
11
+ repo_gpgcheck=0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ centos-aarch64:
21
21
ceph : " centos-ceph-quincy"
22
22
crb : " crb"
23
23
epel : " epel"
24
- erlang : " copr-hrw -erlang-for-rabbitmq "
24
+ erlang : " copr-rabbitmq -erlang"
25
25
extras : " extras"
26
26
grafana : " grafana"
27
27
hacluster : " highavailability"
@@ -162,7 +162,7 @@ rocky-aarch64:
162
162
ceph : " centos-ceph-quincy"
163
163
crb : " crb"
164
164
epel : " epel"
165
- erlang : " copr-hrw -erlang-for-rabbitmq "
165
+ erlang : " copr-rabbitmq -erlang"
166
166
extras : " extras"
167
167
grafana : " grafana"
168
168
influxdb : " influxdb"
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ ``Erlang`` RPMs on ``aarch64`` architecture are now installed from a new
5
+ location - `OpenStack Kolla's COPR <https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/rabbitmq-erlang/>`_
6
+ compared to `Hrw's COPR <https://copr.fedorainfracloud.org/coprs/hrw/erlang-for-rabbitmq/>`_.
You can’t perform that action at this time.
0 commit comments