Merge "erlang/aarch64: Move to openstack-kolla owned COPR"
This commit is contained in:
commit
01515cdff1
@ -28,7 +28,7 @@ information about package sources.
|
||||
- Debian/Ubuntu:
|
||||
`Team RabbitMQ 'Cloudsmith' repo (Deb)`_
|
||||
Erlang 26.2.X - CentOS/Rocky aarch64:
|
||||
`Hrw's COPR`_
|
||||
`openstack-kolla COPR`_
|
||||
- CentOS/Rocky x86-64:
|
||||
`Team RabbitMQ 'Cloudsmith' repo (RPM)`_
|
||||
- Debian/Ubuntu:
|
||||
@ -47,7 +47,7 @@ information about package sources.
|
||||
.. _`Team RabbitMQ 'Cloudsmith' repo (Deb)`: https://www.rabbitmq.com/install-debian.html#apt-cloudsmith
|
||||
.. _`Team RabbitMQ 'Modern Erlang' PPA`: https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang
|
||||
.. _`Team RabbitMQ 'Cloudsmith' repo (RPM)`: https://www.rabbitmq.com/docs/install-rpm#cloudsmith
|
||||
.. _`Hrw's COPR`: https://copr.fedorainfracloud.org/coprs/hrw/erlang-for-rabbitmq/
|
||||
.. _`openstack-kolla COPR`: https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/rabbitmq-erlang/
|
||||
|
||||
.. _`Grafana install guide`: https://grafana.com/grafana/download?platform=linux&edition=oss
|
||||
.. _`MariaDB Community downloads`: https://mariadb.com/downloads/community/
|
||||
|
@ -75,7 +75,7 @@ COPY dnf.conf /etc/dnf/dnf.conf
|
||||
|
||||
{% elif base_arch == 'aarch64' %}
|
||||
{% set base_yum_repo_files = base_yum_repo_files + [
|
||||
'hrw-copr-erlang-for-rabbitmq.repo',
|
||||
'copr-rabbitmq-erlang.repo',
|
||||
] %}
|
||||
|
||||
{#
|
||||
|
11
docker/base/copr-rabbitmq-erlang.repo
Normal file
11
docker/base/copr-rabbitmq-erlang.repo
Normal file
@ -0,0 +1,11 @@
|
||||
# NOTE(hrw): this repository contains rebuild of Erlang package from RabbitMQ team
|
||||
# from https://github.com/rabbitmq/erlang-rpm/
|
||||
# Thanks to COPR we have aarch64 packages for CentOS Stream 9
|
||||
|
||||
[openstack-kolla-copr-rabbitmq-kolla]
|
||||
name=openstack-kolla COPR with Erlang build for RabbitMQ
|
||||
baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/centos-stream-$releasever-aarch64/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/pubkey.gpg
|
||||
repo_gpgcheck=0
|
@ -1,11 +0,0 @@
|
||||
# NOTE(hrw): this repository contains rebuild of Erlang package from RabbitMQ team
|
||||
# from https://github.com/rabbitmq/erlang-rpm/
|
||||
# Thanks to COPR we have aarch64 packages for CentOS Stream 8/9
|
||||
|
||||
[copr-hrw-erlang-for-rabbitmq]
|
||||
name=Hrw's COPR with Erlang build for RabbitMQ
|
||||
baseurl=https://download.copr.fedorainfracloud.org/results/hrw/erlang-for-rabbitmq/centos-stream-$releasever-$basearch/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=https://download.copr.fedorainfracloud.org/results/hrw/erlang-for-rabbitmq/pubkey.gpg
|
||||
repo_gpgcheck=0
|
@ -21,7 +21,7 @@ centos-aarch64:
|
||||
ceph: "centos-ceph-reef"
|
||||
crb: "crb"
|
||||
epel: "epel"
|
||||
erlang: "copr-hrw-erlang-for-rabbitmq"
|
||||
erlang: "copr-rabbitmq-erlang"
|
||||
extras: "extras"
|
||||
fluentd: "fluent-package-lts"
|
||||
grafana: "grafana"
|
||||
@ -157,7 +157,7 @@ rocky-aarch64:
|
||||
ceph: "centos-ceph-reef"
|
||||
crb: "crb"
|
||||
epel: "epel"
|
||||
erlang: "copr-hrw-erlang-for-rabbitmq"
|
||||
erlang: "copr-rabbitmq-erlang"
|
||||
extras: "extras"
|
||||
fluentd: "fluent-package-lts"
|
||||
grafana: "grafana"
|
||||
|
6
releasenotes/notes/copr-move-5d0464c50dc85ccf.yaml
Normal file
6
releasenotes/notes/copr-move-5d0464c50dc85ccf.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
``Erlang`` RPMs on ``aarch64`` architecture are now installed from a new
|
||||
location - `OpenStack Kolla's COPR <https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/rabbitmq-erlang/>`_
|
||||
compared to `Hrw's COPR <https://copr.fedorainfracloud.org/coprs/hrw/erlang-for-rabbitmq/>`_.
|
Loading…
Reference in New Issue
Block a user