From 1bc2a872e9ae6a4e337edaab46d240d6a132fe51 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 27 Apr 2021 11:48:13 -0400 Subject: [PATCH] [stable-2.9] incidental_setup_rabbitmq test - Use official repo for rabbitmq-erlang 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 62cba4a6adc666f1e0100c385de20744002e4c42) Co-authored-by: Sam Doran --- test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml b/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml index 6d7a3ef0d99ec1..2b21c857b6aba5 100644 --- a/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml +++ b/test/integration/targets/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://s3.amazonaws.com/ansible-ci-files/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: