From c2fdefb3186efeab31acc4d954de41594cf6ca18 Mon Sep 17 00:00:00 2001 From: David Loup <david.loup@inria.fr> Date: Tue, 12 May 2020 17:08:15 +0200 Subject: [PATCH] [pyxis] Set wattmeter to true --- data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.json | 3 ++- data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.json | 3 ++- data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.json | 3 ++- data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.json | 3 ++- input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml | 1 + 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.json b/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.json index 79c83a73034..6deac9f9144 100644 --- a/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.json +++ b/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.json @@ -203,5 +203,6 @@ "virtual": "arm64" }, "type": "node", - "uid": "pyxis-1" + "uid": "pyxis-1", + "wattmeter": true } \ No newline at end of file diff --git a/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.json b/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.json index 7f992b743c1..2d3a4b108f2 100644 --- a/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.json +++ b/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.json @@ -203,5 +203,6 @@ "virtual": "arm64" }, "type": "node", - "uid": "pyxis-2" + "uid": "pyxis-2", + "wattmeter": true } \ No newline at end of file diff --git a/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.json b/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.json index a18435acc8c..f3f69989220 100644 --- a/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.json +++ b/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.json @@ -203,5 +203,6 @@ "virtual": "arm64" }, "type": "node", - "uid": "pyxis-3" + "uid": "pyxis-3", + "wattmeter": true } \ No newline at end of file diff --git a/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.json b/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.json index 0252d14b91c..346d64cd5b8 100644 --- a/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.json +++ b/data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.json @@ -203,5 +203,6 @@ "virtual": "arm64" }, "type": "node", - "uid": "pyxis-4" + "uid": "pyxis-4", + "wattmeter": true } \ No newline at end of file diff --git a/input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml b/input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml index 213e47623cb..7cec4dc9856 100644 --- a/input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml +++ b/input/grid5000/sites/lyon/clusters/pyxis/pyxis.yaml @@ -40,6 +40,7 @@ nodes: sdb: interface: SAS storage: HDD + wattmeter: true sensors: power: available: true -- GitLab