Skip to content

Commit

Permalink
Merge pull request #338 from stackhpc/rabbit-new-repos
Browse files Browse the repository at this point in the history
switch rabbitmq to Cloudsmith repos
  • Loading branch information
bbezak committed Sep 26, 2024
2 parents 02e2eff + 0572807 commit 18b0be8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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,11 +401,11 @@ 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/noarch
# mirror_complete fails with:
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
sync_policy: mirror_content_only
base_path: rabbitmq/rabbitmq-server/el/8/x86_64/
base_path: rabbitmq/rabbitmq-server/el/8/noarch/
short_name: rabbitmq_server
sync_group: third_party
distribution_name: rabbitmq-server-
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,11 +877,11 @@ 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/noarch
# mirror_complete fails with:
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
sync_policy: mirror_content_only
base_path: rabbitmq/rabbitmq-server/el/9/x86_64/
base_path: rabbitmq/rabbitmq-server/el/9/noarch/
short_name: rhel9_rabbitmq_server
sync_group: third_party
distribution_name: rhel9-rabbitmq-server-
Expand Down

0 comments on commit 18b0be8

Please sign in to comment.