From 52f1dbc6a58184f4f0a68c541ab3f20af1676c46 Mon Sep 17 00:00:00 2001
From: Sebastien Philippot <sebastien.philippot@inria.fr>
Date: Tue, 19 Jun 2018 17:49:12 +0200
Subject: [PATCH] =?UTF-8?q?[lyon]=C2=A0add=20dns-dev.json?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 data/grid5000/sites/lyon/servers/dns-dev.json | 10 +++++
 grid5000-all.json                             | 38 ++++++++++++++++++-
 2 files changed, 46 insertions(+), 2 deletions(-)
 create mode 100644 data/grid5000/sites/lyon/servers/dns-dev.json

diff --git a/data/grid5000/sites/lyon/servers/dns-dev.json b/data/grid5000/sites/lyon/servers/dns-dev.json
new file mode 100644
index 00000000000..d419b3c18f6
--- /dev/null
+++ b/data/grid5000/sites/lyon/servers/dns-dev.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.63.213"
+    }
+  },
+  "type": "server",
+  "uid": "dns-dev"
+}
\ No newline at end of file
diff --git a/grid5000-all.json b/grid5000-all.json
index e11095e2304..3c8b49a7cc0 100644
--- a/grid5000-all.json
+++ b/grid5000-all.json
@@ -148260,14 +148260,48 @@
         "grvingt-pdu1": {
           "ip": "172.17.79.220",
           "mac": "00:C0:B7:E3:22:41",
+          "model": "AP8886",
+          "sensors": [
+            {
+              "power": {
+                "per_outlets": false,
+                "resolution": 1,
+                "snmp": {
+                  "available": true,
+                  "total_oids": [
+                    "iso.3.6.1.4.1.318.1.1.12.1.16.0"
+                  ],
+                  "unit": "W"
+                }
+              }
+            }
+          ],
           "type": "pdu",
-          "uid": "grvingt-pdu1"
+          "uid": "grvingt-pdu1",
+          "vendor": "APC"
         },
         "grvingt-pdu2": {
           "ip": "172.17.79.221",
           "mac": "00:C0:B7:E2:B6:68",
+          "model": "AP8886",
+          "sensors": [
+            {
+              "power": {
+                "per_outlets": false,
+                "resolution": 1,
+                "snmp": {
+                  "available": true,
+                  "total_oids": [
+                    "iso.3.6.1.4.1.318.1.1.12.1.16.0"
+                  ],
+                  "unit": "W"
+                }
+              }
+            }
+          ],
           "type": "pdu",
-          "uid": "grvingt-pdu2"
+          "uid": "grvingt-pdu2",
+          "vendor": "APC"
         }
       },
       "production": true,
-- 
GitLab