Skip to content

Commit f896002

Browse files
committed
rocky/aarch64: switch to versioned Erlang 26/27 repos
Aligns with Kolla change [1]. Remove unversioned RabbitMQ Erlang COPR entry. Add Erlang 26 and 27 aarch64 repos. [1] https://review.opendev.org/c/openstack/kolla/+/959323 Signed-off-by: Bartosz Bezak <[email protected]>
1 parent 32c76cb commit f896002

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -767,16 +767,26 @@ rpm_package_repos:
767767
short_name: rhel9_rabbitmq_erlang
768768
sync_group: third_party
769769
distribution_name: rhel9-rabbitmq-erlang-
770-
# RabbitMQ - Erlang for Redhat family, version 9 (aarch64)
771-
- name: RabbitMQ - Erlang - RHEL 9 (aarch64)
772-
url: https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/rhel-9-aarch64/
770+
# RabbitMQ - Erlang 26 for Redhat family, version 9 (aarch64)
771+
- name: RabbitMQ - Erlang 26 - RHEL 9 (aarch64)
772+
url: https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-26/rhel-9-aarch64/
773773
# mirror_complete fails with:
774774
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
775775
sync_policy: mirror_content_only
776-
base_path: rabbitmq/erlang/el/9/aarch64/
777-
short_name: rhel9_rabbitmq_erlang_aarch64
776+
base_path: rabbitmq/erlang-26/el/9/aarch64/
777+
short_name: rhel9_rabbitmq_erlang_26_aarch64
778778
sync_group: rocky_9_aarch64
779-
distribution_name: rhel9-rabbitmq-erlang-aarch64-
779+
distribution_name: rhel9-rabbitmq-erlang-26-aarch64-
780+
# RabbitMQ - Erlang 27 for Redhat family, version 9 (aarch64)
781+
- name: RabbitMQ - Erlang 27 - RHEL 9 (aarch64)
782+
url: https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-27/rhel-9-aarch64/
783+
# mirror_complete fails with:
784+
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
785+
sync_policy: mirror_content_only
786+
base_path: rabbitmq/erlang-27/el/9/aarch64/
787+
short_name: rhel9_rabbitmq_erlang_27_aarch64
788+
sync_group: rocky_9_aarch64
789+
distribution_name: rhel9-rabbitmq-erlang-27-aarch64-
780790
# RabbitMQ for Redhat family, version 9
781791
- name: RabbitMQ - Server - RHEL 9
782792
url: https://yum2.rabbitmq.com/rabbitmq/el/9/noarch

0 commit comments

Comments
 (0)