From f663be55ed268371ab0bd95c7f38c7f6cb48da69 Mon Sep 17 00:00:00 2001
From: Dimitri DELABROYE <dimitri.delabroye@inria.fr>
Date: Fri, 4 Dec 2020 16:36:57 +0100
Subject: [PATCH] [lille] add echrv

---
 data/grid5000/sites/lille/servers/echrv.json    | 17 +++++++++++++++++
 .../grid5000/sites/lille/servers/physical.yaml  | 12 ++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 data/grid5000/sites/lille/servers/echrv.json

diff --git a/data/grid5000/sites/lille/servers/echrv.json b/data/grid5000/sites/lille/servers/echrv.json
new file mode 100644
index 0000000000..74f5c1acc7
--- /dev/null
+++ b/data/grid5000/sites/lille/servers/echrv.json
@@ -0,0 +1,17 @@
+{
+  "kind": "physical",
+  "network_adapters": {
+    "bmc": {
+      "ip": "172.17.47.16",
+      "mac": "2c:ea:7f:f6:ab:b0"
+    },
+    "default": {
+      "ip": "172.16.47.16",
+      "mac": "0c:42:a1:e2:18:70"
+    }
+  },
+  "serial": "1CMLS73",
+  "type": "server",
+  "uid": "echrv",
+  "warranty": "2027-11-11"
+}
\ No newline at end of file
diff --git a/input/grid5000/sites/lille/servers/physical.yaml b/input/grid5000/sites/lille/servers/physical.yaml
index 341549b324..5fccfb75e9 100644
--- a/input/grid5000/sites/lille/servers/physical.yaml
+++ b/input/grid5000/sites/lille/servers/physical.yaml
@@ -361,3 +361,15 @@ granche-srv2:
     name: storage2
     size: 90000000000000
     rate: 50000000000
+
+echrv:
+  kind: physical
+  warranty: 2027-11-11
+  serial: 1CMLS73
+  network_adapters:
+    default:
+      ip: 172.16.47.16
+      mac: 0c:42:a1:e2:18:70
+    bmc:
+      ip: 172.17.47.16
+      mac: 2c:ea:7f:f6:ab:b0
-- 
GitLab