From 1567a54bd8aeb9d93bb2efae496718eb73ccd234 Mon Sep 17 00:00:00 2001
From: Ludovic Schoepps <ludovic.schoepps@uni.lu>
Date: Tue, 3 Sep 2024 17:44:48 +0200
Subject: [PATCH] [luxembourg][pve] Add physical servers config for pve-{1,2}

---
 .../sites/luxembourg/servers/physical.yaml    | 28 +++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/input/grid5000/sites/luxembourg/servers/physical.yaml b/input/grid5000/sites/luxembourg/servers/physical.yaml
index 90389a47987..e228fe13a01 100644
--- a/input/grid5000/sites/luxembourg/servers/physical.yaml
+++ b/input/grid5000/sites/luxembourg/servers/physical.yaml
@@ -55,3 +55,31 @@ md1000:
   warranty: 2009-10
   serial: 6P90J2J
   network_adapters: {}
+
+pve-1:
+  kind: physical
+  warranty: 2025-12-18
+  serial: 3Q4TD93
+  network_adapters:
+    default:
+      ip: 172.16.191.3
+      mac: 78:ac:44:18:22:a8
+    adm:
+      ip: 172.17.191.3
+    bmc:
+      ip: 172.17.190.3
+      mac: 70:b5:e8:e2:8a:14
+
+pve-2:
+  kind: physical
+  warranty: 2025-12-18
+  serial: 
+  network_adapters:
+    default:
+      ip: 172.16.191.4
+      mac: 
+    adm: #TODO: Mac addr for adm? Which one?
+      ip: 172.17.191.4
+    bmc:
+      ip: 172.17.190.4
+      mac: 
-- 
GitLab