Merge "erlang/aarch64: Move to openstack-kolla owned COPR"

This commit is contained in:
Zuul 2024-10-02 15:12:44 +00:00 committed by Gerrit Code Review
commit 01515cdff1
6 changed files with 22 additions and 16 deletions

View File

@ -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/

View File

@ -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',
] %}
{#

View 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

View File

@ -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

View File

@ -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"

View 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/>`_.