From 744412d0cdc42d6fbc15b01c63776acb56fa7bf8 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Mon, 3 May 2021 14:31:13 -0400 Subject: [PATCH] [stable-2.11] incidental_setup_rabbitmq test - Use official repo for rabbitmq-erlang (#74450) Previously it was hosted on bintray, but that service is shutting down on May 1. Using the new repository also required using a newer version of RabbitMQ. (cherry picked from commit 62cba4a6ad) Co-authored-by: Sam Doran --- .../targets/incidental_setup_rabbitmq/tasks/ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/incidental_setup_rabbitmq/tasks/ubuntu.yml b/test/integration/targets/incidental_setup_rabbitmq/tasks/ubuntu.yml index 833f37cb0b8..2b21c857b6a 100644 --- a/test/integration/targets/incidental_setup_rabbitmq/tasks/ubuntu.yml +++ b/test/integration/targets/incidental_setup_rabbitmq/tasks/ubuntu.yml @@ -25,7 +25,7 @@ - name: Add RabbitMQ Erlang repository apt_repository: - repo: "deb https://dl.bintray.com/rabbitmq-erlang/debian {{ ansible_distribution_release }} erlang-20.x" + repo: ppa:rabbitmq/rabbitmq-erlang filename: 'rabbitmq-erlang' state: present update_cache: yes @@ -37,7 +37,7 @@ - name: Install RabbitMQ Server apt: - deb: https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/setup_rabbitmq/rabbitmq-server_3.7.14-1_all.deb + deb: https://ansible-ci-files.s3.us-east-1.amazonaws.com/test/integration/targets/setup_rabbitmq/rabbitmq-server_3.8.14-1_all.deb - name: Install RabbitMQ TLS dependencies apt: