Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch rabbitmq to Cloudsmith repos #338

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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