From 29eb604b3fa84aa8cede01e5314547186a1d5def Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Wed, 24 Jul 2024 11:01:01 +0200 Subject: [PATCH] =?UTF-8?q?OpsTests=20:=20mise=20=C3=A0=20jour=20des=20IPs?= =?UTF-8?q?=20de=20Clever=20Cloud=20(#4086)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ops_tests/ops_tests.exs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/ops_tests/ops_tests.exs b/ops_tests/ops_tests.exs index 80c9312846..b6c378e1aa 100644 --- a/ops_tests/ops_tests.exs +++ b/ops_tests/ops_tests.exs @@ -3,7 +3,7 @@ ExUnit.start() Mix.install([ - {:req, "~> 0.4.8"}, + {:req, "~> 0.5.4"}, {:dns, "~> 2.4.0"} ]) @@ -13,10 +13,15 @@ defmodule Transport.OpsTests do # See https://developers.clever-cloud.com/doc/administrate/domain-names/#your-application-runs-in-the-europeparis-par-zone @domain_name "transport.data.gouv.fr" @clever_cloud_ip_addresses [ - {46, 252, 181, 103}, - {46, 252, 181, 104}, - {185, 42, 117, 108}, - {185, 42, 117, 109} + {91, 208, 207, 214}, + {91, 208, 207, 215}, + {91, 208, 207, 216}, + {91, 208, 207, 217}, + {91, 208, 207, 218}, + {91, 208, 207, 220}, + {91, 208, 207, 221}, + {91, 208, 207, 222}, + {91, 208, 207, 223} ] test "correct DOMAIN_NAME for prod-worker" do