From 1b1d2e90affd80004b52888fdf7b869817ecfe87 Mon Sep 17 00:00:00 2001
From: Patrice RINGOT <patrice.ringot@loria.fr>
Date: Thu, 8 Jun 2023 15:23:16 +0200
Subject: [PATCH] [grouille] DSU update of grouille-2, manual update of iDrac
 and Bios for grouille-[1-2] (bug 14352)

---
 .../nancy/clusters/grouille/nodes/grouille-1.json      |  6 +++---
 .../nancy/clusters/grouille/nodes/grouille-2.json      | 10 +++++-----
 .../nancy/clusters/grouille/nodes/grouille-1.yaml      |  6 +++---
 .../nancy/clusters/grouille/nodes/grouille-2.yaml      | 10 +++++-----
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json b/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json
index ca1e805c4c9..da3cc4b4c66 100644
--- a/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json
+++ b/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json
@@ -7,11 +7,11 @@
     "platform_type": "x86_64"
   },
   "bios": {
-    "release_date": "10/25/2022",
+    "release_date": "02/24/2023",
     "vendor": "Dell Inc.",
-    "version": "2.10.2"
+    "version": "2.11.3"
   },
-  "bmc_version": "6.10.30.20",
+  "bmc_version": "6.10.80.00",
   "chassis": {
     "manufacturer": "Dell Inc.",
     "name": "PowerEdge R7525",
diff --git a/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json b/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json
index 3fac0b628ce..334c4afddca 100644
--- a/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json
+++ b/data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json
@@ -7,11 +7,11 @@
     "platform_type": "x86_64"
   },
   "bios": {
-    "release_date": "08/05/2022",
+    "release_date": "02/24/2023",
     "vendor": "Dell Inc.",
-    "version": "2.9.3"
+    "version": "2.11.3"
   },
-  "bmc_version": "6.10.00.00",
+  "bmc_version": "6.10.80.00",
   "chassis": {
     "manufacturer": "Dell Inc.",
     "name": "PowerEdge R7525",
@@ -178,7 +178,7 @@
       "device": "eth0",
       "driver": "tg3",
       "enabled": false,
-      "firmware_version": "FFV22.00.6 bc 5720-v1.39",
+      "firmware_version": "FFV22.31.6 bc 5720-v1.39",
       "interface": "Ethernet",
       "kavlan": false,
       "mac": "70:b5:e8:d0:b1:9c",
@@ -195,7 +195,7 @@
       "device": "eth1",
       "driver": "tg3",
       "enabled": false,
-      "firmware_version": "FFV22.00.6 bc 5720-v1.39",
+      "firmware_version": "FFV22.31.6 bc 5720-v1.39",
       "interface": "Ethernet",
       "kavlan": false,
       "mac": "70:b5:e8:d0:b1:9d",
diff --git a/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.yaml b/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.yaml
index aa0cacaf71f..506115483c2 100644
--- a/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.yaml
+++ b/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.yaml
@@ -8,10 +8,10 @@ grouille-1:
     nb_threads: 128
     platform_type: x86_64
   bios:
-    release_date: 10/25/2022
+    release_date: 02/24/2023
     vendor: Dell Inc.
-    version: 2.10.2
-  bmc_version: 6.10.30.20
+    version: 2.11.3
+  bmc_version: 6.10.80.00
   chassis:
     manufacturer: Dell Inc.
     name: PowerEdge R7525
diff --git a/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.yaml b/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.yaml
index 783ce486b41..54761b16ea0 100644
--- a/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.yaml
+++ b/input/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.yaml
@@ -8,10 +8,10 @@ grouille-2:
     nb_threads: 128
     platform_type: x86_64
   bios:
-    release_date: '08/05/2022'
+    release_date: 02/24/2023
     vendor: Dell Inc.
-    version: 2.9.3
-  bmc_version: 6.10.00.00
+    version: 2.11.3
+  bmc_version: 6.10.80.00
   chassis:
     manufacturer: Dell Inc.
     name: PowerEdge R7525
@@ -91,7 +91,7 @@ grouille-2:
       management: true
     eth0:
       driver: tg3
-      firmware_version: FFV22.00.6 bc 5720-v1.39
+      firmware_version: FFV22.31.6 bc 5720-v1.39
       interface: Ethernet
       mac: 70:b5:e8:d0:b1:9c
       management: false
@@ -102,7 +102,7 @@ grouille-2:
       vendor: Broadcom Inc. and subsidiaries
     eth1:
       driver: tg3
-      firmware_version: FFV22.00.6 bc 5720-v1.39
+      firmware_version: FFV22.31.6 bc 5720-v1.39
       interface: Ethernet
       mac: 70:b5:e8:d0:b1:9d
       management: false
-- 
GitLab