From 59197b59683cbf0bcd3f9e67a28a95d84a68751e Mon Sep 17 00:00:00 2001 From: Nicolas Michon <nicolas.michon@inria.fr> Date: Tue, 3 Jul 2018 16:18:50 +0200 Subject: [PATCH] [grenoble] bios/idrac/network cards firmware update for dahu --- .../sites/grenoble/clusters/dahu/nodes/dahu-10.json | 2 +- .../sites/grenoble/clusters/dahu/nodes/dahu-16.json | 4 +++- .../sites/grenoble/clusters/dahu/nodes/dahu-17.json | 2 +- .../sites/grenoble/clusters/dahu/nodes/dahu-30.json | 2 +- .../sites/grenoble/clusters/dahu/nodes/dahu-56.json | 2 +- .../sites/grenoble/clusters/dahu/nodes/dahu-66.json | 2 +- grid5000-all.json | 6 ++++-- .../sites/grenoble/clusters/dahu/nodes/dahu-16.yaml | 2 ++ 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-10.json b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-10.json index 08b4cc289ba..74ef56f9fdc 100644 --- a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-10.json +++ b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-10.json @@ -185,4 +185,4 @@ }, "type": "node", "uid": "dahu-10" -} \ No newline at end of file +} diff --git a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-16.json b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-16.json index fb4e39d1b44..cba98f73e20 100644 --- a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-16.json +++ b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-16.json @@ -91,8 +91,10 @@ "kavlan": false, "mac": "80:00:00:02:fe:80:00:00:00:00:00:00:00:11:75:01:01:71:67:99", "management": false, + "model": "Omni-Path HFI Silicon 100 Series [discrete]", "name": "ib0", - "rate": 100000000000 + "rate": 100000000000, + "vendor": "Intel" }, { "device": "bmc", diff --git a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-17.json b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-17.json index fe9b0b57e1d..e815dd277b2 100644 --- a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-17.json +++ b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-17.json @@ -185,4 +185,4 @@ }, "type": "node", "uid": "dahu-17" -} \ No newline at end of file +} diff --git a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-30.json b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-30.json index f59ab3dc465..4fc1231588d 100644 --- a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-30.json +++ b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-30.json @@ -185,4 +185,4 @@ }, "type": "node", "uid": "dahu-30" -} \ No newline at end of file +} diff --git a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-56.json b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-56.json index 32836b9dd4f..940f0a90e34 100644 --- a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-56.json +++ b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-56.json @@ -185,4 +185,4 @@ }, "type": "node", "uid": "dahu-56" -} \ No newline at end of file +} diff --git a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-66.json b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-66.json index e2dfdeabb7e..41243202ea5 100644 --- a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-66.json +++ b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-66.json @@ -185,4 +185,4 @@ }, "type": "node", "uid": "dahu-66" -} \ No newline at end of file +} diff --git a/grid5000-all.json b/grid5000-all.json index 0f455f58712..267f9e9ad01 100644 --- a/grid5000-all.json +++ b/grid5000-all.json @@ -1622,8 +1622,10 @@ "kavlan": false, "mac": "80:00:00:02:fe:80:00:00:00:00:00:00:00:11:75:01:01:71:67:99", "management": false, + "model": "Omni-Path HFI Silicon 100 Series [discrete]", "name": "ib0", - "rate": 100000000000 + "rate": 100000000000, + "vendor": "Intel" }, { "device": "bmc", @@ -238632,4 +238634,4 @@ }, "type": "grid", "uid": "grid5000" -} \ No newline at end of file +} diff --git a/input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-16.yaml b/input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-16.yaml index 79494c90207..a253967db87 100644 --- a/input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-16.yaml +++ b/input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-16.yaml @@ -48,8 +48,10 @@ dahu-16: interface: Omni-Path mac: 80:00:00:02:fe:80:00:00:00:00:00:00:00:11:75:01:01:71:67:99 management: false + model: Omni-Path HFI Silicon 100 Series [discrete] name: ib0 rate: 100000000000 + vendor: Intel operating_system: cstate_driver: intel_idle cstate_governor: menu -- GitLab