From 8fb4f244021678fd031d7ab11cfa62e448d15962 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Wed, 25 Sep 2024 11:15:22 +0200 Subject: [PATCH] switch rabbitmq to Cloudsmith repos [1] [2] [1] https://www.rabbitmq.com/blog/2024/08/11/package-repository-updates#packagecloud-will-be-discontinued-on-aug-18th-2024 [2] https://www.rabbitmq.com/blog/2024/08/11/package-repository-updates#mirrors-now-use-rabbitmqcom-domains --- ansible/inventory/group_vars/all/package-repos | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index 696ddd65..0f6407f2 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -391,7 +391,7 @@ rpm_package_repos: distribution_name: mariadb-10.6-centos8 # RabbitMQ - Erlang for Redhat family, version 8 - name: RabbitMQ - Erlang - url: https://packagecloud.io/rabbitmq/erlang/el/8/x86_64 + url: https://yum1.rabbitmq.com/erlang/el/8/x86_64 # mirror_complete fails with: # "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled" sync_policy: mirror_content_only @@ -401,7 +401,7 @@ rpm_package_repos: distribution_name: rabbitmq-erlang- # RabbitMQ for Redhat family, version 8 - name: RabbitMQ - Server - url: https://packagecloud.io/rabbitmq/rabbitmq-server/el/8/x86_64 + url: https://yum2.rabbitmq.com/rabbitmq/el/8/x86_64 # mirror_complete fails with: # "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled" sync_policy: mirror_content_only @@ -867,7 +867,7 @@ rpm_package_repos: # Additional RHEL 9 repositories # RabbitMQ - Erlang for Redhat family, version 9 - name: RabbitMQ - Erlang - RHEL 9 - url: https://packagecloud.io/rabbitmq/erlang/el/9/x86_64 + url: https://yum1.rabbitmq.com/erlang/el/9/x86_64 # mirror_complete fails with: # "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled" sync_policy: mirror_content_only @@ -877,7 +877,7 @@ rpm_package_repos: distribution_name: rhel9-rabbitmq-erlang- # RabbitMQ for Redhat family, version 9 - name: RabbitMQ - Server - RHEL 9 - url: https://packagecloud.io/rabbitmq/rabbitmq-server/el/9/x86_64 + url: https://yum2.rabbitmq.com/rabbitmq/el/9/x86_64 # mirror_complete fails with: # "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled" sync_policy: mirror_content_only