From 384a467eb29cf59d591dd47791031debbaacf377 Mon Sep 17 00:00:00 2001
From: PENVEN Loris <loris.penven@irisa.fr>
Date: Wed, 22 Jan 2025 15:16:53 +0100
Subject: [PATCH] [rennes][abacus26] Fix processor version

---
 .../sites/rennes/clusters/abacus26/nodes/abacus26-1.json    | 2 +-
 input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml | 5 +++++
 .../sites/rennes/clusters/abacus26/nodes/abacus26-1.yaml    | 6 +-----
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json b/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json
index 7ddee48ba1f..981ffb20cab 100644
--- a/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json
+++ b/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json
@@ -188,7 +188,7 @@
     "model": "Intel Xeon",
     "other_description": "Intel(R) Xeon(R) Gold 6442Y",
     "vendor": "Intel",
-    "version": "6442Y"
+    "version": "Gold 6442Y"
   },
   "redfish": true,
   "software": {
diff --git a/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml b/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml
index 7c7b8d9bb55..fea7fc38f8d 100644
--- a/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml
+++ b/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml
@@ -24,10 +24,15 @@ nodes:
         enabled: true
         mountable: false
         mounted: false
+        interface: Ethernet
       eth0:
         enabled: true
         mountable: true
         mounted: true
+      eth1:
+        enabled: false
+        mountable: false
+        mounted: false
     storage_devices:
       pci-0000:e1:00.0-nvme-1:
         id: disk0 
diff --git a/input/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.yaml b/input/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.yaml
index 3e4d1830c4b..c3140374156 100644
--- a/input/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.yaml
+++ b/input/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.yaml
@@ -65,7 +65,6 @@ abacus26-1:
       ip: 172.17.109.29
       mac: 5c:ed:8c:f6:a4:0c
       management: true
-      interface: Ethernet
     eth0:
       driver: bnxt_en
       firmware_version: 230.0.168.0/pkg 230.1.123.0
@@ -90,9 +89,6 @@ abacus26-1:
       sriov: false
       sriov_totalvfs: 0
       vendor: Broadcom Inc. and subsidiaries
-      enabled: false
-      mountable: false
-      mounted: false
   operating_system:
     cstate_driver: intel_idle
     cstate_governor: menu
@@ -111,7 +107,7 @@ abacus26-1:
     model: Intel Xeon
     other_description: Intel(R) Xeon(R) Gold 6442Y
     vendor: Intel
-    version: 6442Y
+    version: Gold 6442Y
   storage_devices:
     pci-0000:e1:00.0-nvme-1:
       by_id: "/dev/disk/by-id/nvme-eui.37305430584073080025384e00000002"
-- 
GitLab