From 530fbe686f07f3b348357146cfee52af4a0afe7a Mon Sep 17 00:00:00 2001
From: Hugo Dominois <hugo.dominois@inria.fr>
Date: Mon, 18 Mar 2024 16:35:39 +0100
Subject: [PATCH] [lille][pve] Add pve-[1-2]

---
 data/grid5000/sites/lille/servers/pve-1.json  | 17 +++++++++++++
 data/grid5000/sites/lille/servers/pve-2.json  | 17 +++++++++++++
 .../sites/lille/servers/physical.yaml         | 24 +++++++++++++++++++
 3 files changed, 58 insertions(+)
 create mode 100644 data/grid5000/sites/lille/servers/pve-1.json
 create mode 100644 data/grid5000/sites/lille/servers/pve-2.json

diff --git a/data/grid5000/sites/lille/servers/pve-1.json b/data/grid5000/sites/lille/servers/pve-1.json
new file mode 100644
index 00000000000..a77cb3540ff
--- /dev/null
+++ b/data/grid5000/sites/lille/servers/pve-1.json
@@ -0,0 +1,17 @@
+{
+  "kind": "physical",
+  "network_adapters": {
+    "bmc": {
+      "ip": "172.17.46.17",
+      "mac": "5c:ed:8c:ab:62:fc"
+    },
+    "default": {
+      "ip": "172.16.47.17",
+      "mac": "00:62:0b:a4:0f:d0"
+    }
+  },
+  "serial": "CZJ3090BP2",
+  "type": "server",
+  "uid": "pve-1",
+  "warranty": "2030-04-13"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/lille/servers/pve-2.json b/data/grid5000/sites/lille/servers/pve-2.json
new file mode 100644
index 00000000000..a14317ed306
--- /dev/null
+++ b/data/grid5000/sites/lille/servers/pve-2.json
@@ -0,0 +1,17 @@
+{
+  "kind": "physical",
+  "network_adapters": {
+    "bmc": {
+      "ip": "172.17.46.17",
+      "mac": "5c:ed:8c:ab:42:b8"
+    },
+    "default": {
+      "ip": "172.16.47.17",
+      "mac": "00:62:0b:a4:11:da"
+    }
+  },
+  "serial": "CZJ3090BP1",
+  "type": "server",
+  "uid": "pve-2",
+  "warranty": "2030-04-13"
+}
\ 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 2c4aa96266e..c52808613d6 100644
--- a/input/grid5000/sites/lille/servers/physical.yaml
+++ b/input/grid5000/sites/lille/servers/physical.yaml
@@ -220,3 +220,27 @@ echrv:
     bmc:
       ip: 172.17.47.16
       mac: 2c:ea:7f:f6:ab:b0
+
+pve-1:
+  kind: physical
+  warranty: 2030-04-13
+  serial: CZJ3090BP2
+  network_adapters:
+    default:
+      ip: 172.16.47.17
+      mac: 00:62:0b:a4:0f:d0
+    bmc:
+      ip: 172.17.46.17
+      mac: 5c:ed:8c:ab:62:fc
+
+pve-2:
+  kind: physical
+  warranty: 2030-04-13
+  serial: CZJ3090BP1
+  network_adapters:
+    default:
+      ip: 172.16.47.17
+      mac: 00:62:0b:a4:11:da
+    bmc:
+      ip: 172.17.46.17
+      mac: 5c:ed:8c:ab:42:b8
-- 
GitLab