From d9b72c008860d0f121793dd43e8d78fcee9c7ac0 Mon Sep 17 00:00:00 2001 From: Pierre Jacquot <pierre.jacquot@inria.fr> Date: Mon, 29 Jul 2024 08:58:13 +0200 Subject: [PATCH] [strasbourg] Fix bad subnets declaration. --- data/grid5000/sites/strasbourg/strasbourg.json | 4 ++-- input/grid5000/sites/strasbourg/strasbourg.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/grid5000/sites/strasbourg/strasbourg.json b/data/grid5000/sites/strasbourg/strasbourg.json index 7eb9f075ea2..3f3f18a0976 100644 --- a/data/grid5000/sites/strasbourg/strasbourg.json +++ b/data/grid5000/sites/strasbourg/strasbourg.json @@ -4,8 +4,8 @@ "email_contact": "support-staff@lists.grid5000.fr", "frontend_ip": "172.16.175.110", "g5ksubnet": { - "gateway": "10.163.255.254", - "network": "10.160.0.0/14" + "gateway": "10.171.255.254", + "network": "10.168.0.0/14" }, "ipv6": { "prefix": "2001:660:4406:a00::/56", diff --git a/input/grid5000/sites/strasbourg/strasbourg.yaml b/input/grid5000/sites/strasbourg/strasbourg.yaml index eda53e87e9a..f5146e9ac6d 100644 --- a/input/grid5000/sites/strasbourg/strasbourg.yaml +++ b/input/grid5000/sites/strasbourg/strasbourg.yaml @@ -17,8 +17,8 @@ production: true frontend_ip: 172.16.175.110 g5ksubnet: - network: 10.160.0.0/14 - gateway: 10.163.255.254 + network: 10.168.0.0/14 + gateway: 10.171.255.254 kavlans: default: -- GitLab