Skip to content

Commit

Permalink
switch rabbitmq to Cloudsmith repos [1] [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbezak committed Sep 25, 2024
1 parent 4b91f84 commit 8fb4f24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8fb4f24

Please sign in to comment.