From 7a1fc7fc667bb7484d4a9ccb98752b6e0a3c6025 Mon Sep 17 00:00:00 2001
From: Nicolas Perrin <nicolas.perrin@inria.fr>
Date: Wed, 5 Mar 2025 10:21:18 +0100
Subject: [PATCH 1/2] [sophia][accesses] Add esterel10 cluster

---
 data/grid5000/accesses/nodesets.json | 63 ++++++++++++++++++++++++++++
 input/grid5000/access/sophia.yaml    |  4 +-
 2 files changed, 66 insertions(+), 1 deletion(-)

diff --git a/data/grid5000/accesses/nodesets.json b/data/grid5000/accesses/nodesets.json
index 6aa057f68eb..183a64d57d8 100644
--- a/data/grid5000/accesses/nodesets.json
+++ b/data/grid5000/accesses/nodesets.json
@@ -1362,6 +1362,69 @@
       ]
     }
   },
+  "esterel10": {
+    "p1": {
+      "ggas": [
+        "zenith"
+      ],
+      "sites": [
+        "mc-sophia",
+        "mc-staff-site",
+        "g5k-staff-site"
+      ]
+    },
+    "p3": {
+      "ggas": [
+        "cidre",
+        "kerdata",
+        "magellan",
+        "myriads",
+        "pacap",
+        "wide",
+        "pirat",
+        "coast",
+        "avalon",
+        "chroma",
+        "emeraude",
+        "maracas",
+        "inria-chile",
+        "inria-dsi",
+        "inria-sidf",
+        "swh",
+        "tadaam"
+      ],
+      "sites": [
+        "mc-rennes",
+        "mc-nancy",
+        "mc-lyon",
+        "mc-economic-activity",
+        "mc-sophia",
+        "mc-lille",
+        "mc-grenoble",
+        "mc-paris",
+        "mc-saclay",
+        "mc-bordeaux",
+        "mc-siege"
+      ]
+    },
+    "p4": {
+      "ggas": [
+
+      ],
+      "sites": [
+        "mc-guest",
+        "slices-fr-grenoble",
+        "slices-fr-lille",
+        "slices-fr-lyon",
+        "slices-fr-nancy",
+        "slices-fr-nantes",
+        "slices-fr-rennes",
+        "slices-fr-sophia",
+        "slices-fr-strasbourg",
+        "slices-fr-toulouse"
+      ]
+    }
+  },
   "esterel41": {
     "besteffort": {
       "ggas": [
diff --git a/input/grid5000/access/sophia.yaml b/input/grid5000/access/sophia.yaml
index 1c425962c57..abb9db9347e 100644
--- a/input/grid5000/access/sophia.yaml
+++ b/input/grid5000/access/sophia.yaml
@@ -8,10 +8,12 @@ musa:
     p4: ['@other_groups_with_access']
 
 # SHARED MODE
-mercantour2:
+# Common clusters of Sophia Inria Center
+mercantour2: &inria-sophia
     p1: ['@inria_sophia_group', '@admin']
     p3: ['@inria_group']
     p4: ['@other_groups_with_access']
+esterel10: *inria-sophia
 
 # DEDICATED MODE
 esterel41:
-- 
GitLab


From 19bc9838ec498daafe94778f231c49d3ecbc2e84 Mon Sep 17 00:00:00 2001
From: Nicolas Perrin <nicolas.perrin@inria.fr>
Date: Wed, 5 Mar 2025 10:27:26 +0100
Subject: [PATCH 2/2] [sophia][esterel10] move to production

---
 data/grid5000/sites/sophia/clusters/esterel10/esterel10.json  | 2 +-
 .../sites/sophia/clusters/esterel10/nodes/esterel10-1.json    | 4 ++--
 .../sites/sophia/clusters/esterel10/nodes/esterel10-2.json    | 4 ++--
 .../sites/sophia/clusters/esterel10/nodes/esterel10-3.json    | 4 ++--
 input/grid5000/sites/sophia/clusters/esterel10/esterel10.yaml | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/data/grid5000/sites/sophia/clusters/esterel10/esterel10.json b/data/grid5000/sites/sophia/clusters/esterel10/esterel10.json
index 5ec7cc537a7..c89292bee65 100644
--- a/data/grid5000/sites/sophia/clusters/esterel10/esterel10.json
+++ b/data/grid5000/sites/sophia/clusters/esterel10/esterel10.json
@@ -84,7 +84,7 @@
   "priority": 201811,
   "queues": [
     "admin",
-    "testing"
+    "production"
   ],
   "redfish": true,
   "type": "cluster",
diff --git a/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-1.json b/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-1.json
index f398151288d..93fc8a9e31e 100644
--- a/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-1.json
+++ b/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-1.json
@@ -288,10 +288,10 @@
   "supported_job_types": {
     "besteffort": true,
     "deploy": true,
-    "max_walltime": 0,
+    "max_walltime": 604800,
     "queues": [
       "admin",
-      "testing"
+      "production"
     ],
     "virtual": "ivt"
   },
diff --git a/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-2.json b/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-2.json
index d8cd4e26fbc..3257f3e2317 100644
--- a/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-2.json
+++ b/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-2.json
@@ -288,10 +288,10 @@
   "supported_job_types": {
     "besteffort": true,
     "deploy": true,
-    "max_walltime": 0,
+    "max_walltime": 604800,
     "queues": [
       "admin",
-      "testing"
+      "production"
     ],
     "virtual": "ivt"
   },
diff --git a/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-3.json b/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-3.json
index 67ce6b72ebe..cb00a9a9550 100644
--- a/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-3.json
+++ b/data/grid5000/sites/sophia/clusters/esterel10/nodes/esterel10-3.json
@@ -271,10 +271,10 @@
   "supported_job_types": {
     "besteffort": true,
     "deploy": true,
-    "max_walltime": 0,
+    "max_walltime": 604800,
     "queues": [
       "admin",
-      "testing"
+      "production"
     ],
     "virtual": "ivt"
   },
diff --git a/input/grid5000/sites/sophia/clusters/esterel10/esterel10.yaml b/input/grid5000/sites/sophia/clusters/esterel10/esterel10.yaml
index 2a2e070d513..64cdbc08d5b 100644
--- a/input/grid5000/sites/sophia/clusters/esterel10/esterel10.yaml
+++ b/input/grid5000/sites/sophia/clusters/esterel10/esterel10.yaml
@@ -6,13 +6,13 @@ boot_type: bios
 exotic: false
 queues:
   - admin
-  - testing
+  - production
 nodes:
   esterel10-[1-3]:
     supported_job_types:
       deploy: true
       besteffort: true
-      max_walltime: 0
+      max_walltime: 604800
     processor:
       microarchitecture: Broadwell
       clock_speed: 2200000000
-- 
GitLab