From 87587c2b6ae380a6f3522f7c504fafbc7b39e827 Mon Sep 17 00:00:00 2001
From: Nicolas Perrin <nicolas.perrin@inria.fr>
Date: Fri, 19 Jun 2020 10:39:43 +0200
Subject: [PATCH] [nancy][gros] iDRAC version fix

---
 data/grid5000/sites/nancy/clusters/gros/nodes/gros-73.json  | 2 +-
 data/grid5000/sites/nancy/clusters/gros/nodes/gros-99.json  | 2 +-
 input/grid5000/sites/nancy/clusters/gros/nodes/gros-73.yaml | 2 +-
 input/grid5000/sites/nancy/clusters/gros/nodes/gros-99.yaml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/grid5000/sites/nancy/clusters/gros/nodes/gros-73.json b/data/grid5000/sites/nancy/clusters/gros/nodes/gros-73.json
index d6446180bc..3029060546 100644
--- a/data/grid5000/sites/nancy/clusters/gros/nodes/gros-73.json
+++ b/data/grid5000/sites/nancy/clusters/gros/nodes/gros-73.json
@@ -11,7 +11,7 @@
     "vendor": "Dell Inc.",
     "version": "2.6.4"
   },
-  "bmc_version": "4.10",
+  "bmc_version": "4.10.10.10",
   "chassis": {
     "manufacturer": "Dell Inc.",
     "name": "PowerEdge R640",
diff --git a/data/grid5000/sites/nancy/clusters/gros/nodes/gros-99.json b/data/grid5000/sites/nancy/clusters/gros/nodes/gros-99.json
index cb63b6bbc6..2a5058754f 100644
--- a/data/grid5000/sites/nancy/clusters/gros/nodes/gros-99.json
+++ b/data/grid5000/sites/nancy/clusters/gros/nodes/gros-99.json
@@ -11,7 +11,7 @@
     "vendor": "Dell Inc.",
     "version": "2.6.4"
   },
-  "bmc_version": "4.10",
+  "bmc_version": "4.10.10.10",
   "chassis": {
     "manufacturer": "Dell Inc.",
     "name": "PowerEdge R640",
diff --git a/input/grid5000/sites/nancy/clusters/gros/nodes/gros-73.yaml b/input/grid5000/sites/nancy/clusters/gros/nodes/gros-73.yaml
index 482683b9b3..7fe1cd1009 100644
--- a/input/grid5000/sites/nancy/clusters/gros/nodes/gros-73.yaml
+++ b/input/grid5000/sites/nancy/clusters/gros/nodes/gros-73.yaml
@@ -11,7 +11,7 @@ gros-73:
     release_date: 04/09/2020
     vendor: Dell Inc.
     version: 2.6.4
-  bmc_version: '4.10'
+  bmc_version: '4.10.10.10'
   chassis:
     manufacturer: Dell Inc.
     name: PowerEdge R640
diff --git a/input/grid5000/sites/nancy/clusters/gros/nodes/gros-99.yaml b/input/grid5000/sites/nancy/clusters/gros/nodes/gros-99.yaml
index e8919db936..ff9fdd9288 100644
--- a/input/grid5000/sites/nancy/clusters/gros/nodes/gros-99.yaml
+++ b/input/grid5000/sites/nancy/clusters/gros/nodes/gros-99.yaml
@@ -11,7 +11,7 @@ gros-99:
     release_date: 04/09/2020
     vendor: Dell Inc.
     version: 2.6.4
-  bmc_version: '4.10'
+  bmc_version: '4.10.10.10'
   chassis:
     manufacturer: Dell Inc.
     name: PowerEdge R640
-- 
GitLab