From b4a03f98026dd722e616212116f3e09e356a7514 Mon Sep 17 00:00:00 2001 From: Nicolas Perrin <nicolas.perrin@inria.fr> Date: Thu, 6 Feb 2020 10:59:20 +0100 Subject: [PATCH] [nantes][ecotype] Fix some missing bmc_version --- .../grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.json | 1 + .../grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.json | 1 + .../grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.json | 1 + .../grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.json | 1 + .../grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.yaml | 1 + .../grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.yaml | 1 + .../grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.yaml | 1 + .../grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.yaml | 1 + 8 files changed, 8 insertions(+) diff --git a/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.json b/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.json index 76984a58706..f727d2cf134 100644 --- a/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.json +++ b/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.json @@ -11,6 +11,7 @@ "vendor": "Dell Inc.", "version": "2.11.0" }, + "bmc_version": "2.70.70.70", "chassis": { "manufacturer": "Dell Inc.", "name": "PowerEdge R630", diff --git a/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.json b/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.json index eb6b4af25c5..27c69f84672 100644 --- a/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.json +++ b/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.json @@ -11,6 +11,7 @@ "vendor": "Dell Inc.", "version": "2.11.0" }, + "bmc_version": "2.70.70.70", "chassis": { "manufacturer": "Dell Inc.", "name": "PowerEdge R630", diff --git a/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.json b/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.json index bbb8d3ac05f..f0eb5cd14b5 100644 --- a/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.json +++ b/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.json @@ -11,6 +11,7 @@ "vendor": "Dell Inc.", "version": "2.11.0" }, + "bmc_version": "2.70.70.70", "chassis": { "manufacturer": "Dell Inc.", "name": "PowerEdge R630", diff --git a/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.json b/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.json index 5eea7b31f5b..cdd9e564d13 100644 --- a/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.json +++ b/data/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.json @@ -11,6 +11,7 @@ "vendor": "Dell Inc.", "version": "2.11.0" }, + "bmc_version": "2.70.70.70", "chassis": { "manufacturer": "Dell Inc.", "name": "PowerEdge R630", diff --git a/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.yaml b/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.yaml index bc2c24ec9bc..f76c0a502f8 100644 --- a/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.yaml +++ b/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-18.yaml @@ -11,6 +11,7 @@ ecotype-18: release_date: 11/02/2019 vendor: Dell Inc. version: 2.11.0 + bmc_version: 2.70.70.70 chassis: manufacturer: Dell Inc. name: PowerEdge R630 diff --git a/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.yaml b/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.yaml index 2a6c88bdea1..d96310ad3d0 100644 --- a/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.yaml +++ b/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-34.yaml @@ -11,6 +11,7 @@ ecotype-34: release_date: 11/02/2019 vendor: Dell Inc. version: 2.11.0 + bmc_version: 2.70.70.70 chassis: manufacturer: Dell Inc. name: PowerEdge R630 diff --git a/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.yaml b/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.yaml index ff13bcafcf1..9c9662af408 100644 --- a/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.yaml +++ b/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-35.yaml @@ -11,6 +11,7 @@ ecotype-35: release_date: 11/02/2019 vendor: Dell Inc. version: 2.11.0 + bmc_version: 2.70.70.70 chassis: manufacturer: Dell Inc. name: PowerEdge R630 diff --git a/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.yaml b/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.yaml index 937a5fa1bca..c4809ddee5f 100644 --- a/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.yaml +++ b/input/grid5000/sites/nantes/clusters/ecotype/nodes/ecotype-39.yaml @@ -11,6 +11,7 @@ ecotype-39: release_date: 11/02/2019 vendor: Dell Inc. version: 2.11.0 + bmc_version: 2.70.70.70 chassis: manufacturer: Dell Inc. name: PowerEdge R630 -- GitLab