From b23e682b2619529ad9234f81b7964d2e42226e8b Mon Sep 17 00:00:00 2001 From: Pierre JACQUOT <pierre.jacquot@inria.fr> Date: Wed, 23 Aug 2023 15:57:02 +0200 Subject: [PATCH] [strasbourg] Set production to false because installation not finished. --- data/grid5000/sites/strasbourg/strasbourg.json | 2 +- input/grid5000/sites/strasbourg/strasbourg.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/grid5000/sites/strasbourg/strasbourg.json b/data/grid5000/sites/strasbourg/strasbourg.json index 7eb9f075ea2..44c5e9fc230 100644 --- a/data/grid5000/sites/strasbourg/strasbourg.json +++ b/data/grid5000/sites/strasbourg/strasbourg.json @@ -82,7 +82,7 @@ "location": "Strasbourg, France", "longitude": 7.76335, "name": "Strasbourg", - "production": true, + "production": false, "renater_ip": "192.168.4.23", "security_contact": "support-staff@lists.grid5000.fr", "sys_admin_contact": "support-staff@lists.grid5000.fr", diff --git a/input/grid5000/sites/strasbourg/strasbourg.yaml b/input/grid5000/sites/strasbourg/strasbourg.yaml index eda53e87e9a..d4acdc9fca0 100644 --- a/input/grid5000/sites/strasbourg/strasbourg.yaml +++ b/input/grid5000/sites/strasbourg/strasbourg.yaml @@ -13,7 +13,7 @@ compilation_server: false kavlan_ip_range: 10.36.0.0/14 virt_ip_range: 10.168.0.0/14 renater_ip: 192.168.4.23 -production: true +production: false frontend_ip: 172.16.175.110 g5ksubnet: @@ -63,4 +63,4 @@ kavlans: 19: network: 10.39.192.0/18 - gateway: 10.39.255.254 \ No newline at end of file + gateway: 10.39.255.254 -- GitLab