From 5b6bb991fa7497e720c2a7cfcfcbbb22ccfbed02 Mon Sep 17 00:00:00 2001 From: BERARD Benjamin <benjamin.berard@inria.fr> Date: Thu, 1 Oct 2020 18:59:24 +0200 Subject: [PATCH] [nancy/gros] Fix bad version of BMC --- data/grid5000/sites/nancy/clusters/gros/nodes/gros-118.json | 2 +- input/grid5000/sites/nancy/clusters/gros/nodes/gros-118.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/grid5000/sites/nancy/clusters/gros/nodes/gros-118.json b/data/grid5000/sites/nancy/clusters/gros/nodes/gros-118.json index d18bfbb6e23..3feb7bfa07d 100644 --- a/data/grid5000/sites/nancy/clusters/gros/nodes/gros-118.json +++ b/data/grid5000/sites/nancy/clusters/gros/nodes/gros-118.json @@ -11,7 +11,7 @@ "vendor": "Dell Inc.", "version": "2.8.2" }, - "bmc_version": "4.22", + "bmc_version": "4.22.00.53", "chassis": { "manufacturer": "Dell Inc.", "name": "PowerEdge R640", diff --git a/input/grid5000/sites/nancy/clusters/gros/nodes/gros-118.yaml b/input/grid5000/sites/nancy/clusters/gros/nodes/gros-118.yaml index 4b21512a9f7..86687920079 100644 --- a/input/grid5000/sites/nancy/clusters/gros/nodes/gros-118.yaml +++ b/input/grid5000/sites/nancy/clusters/gros/nodes/gros-118.yaml @@ -11,7 +11,7 @@ gros-118: release_date: '08/27/2020' vendor: Dell Inc. version: 2.8.2 - bmc_version: '4.22' + bmc_version: '4.22.00.53' chassis: manufacturer: Dell Inc. name: PowerEdge R640 -- GitLab