From f1a921243f28276b58a17de97b3423cfcbd09e75 Mon Sep 17 00:00:00 2001
From: Laurent Mirtain <Laurent.Mirtain@inria.fr>
Date: Thu, 26 Sep 2024 11:19:25 +0200
Subject: [PATCH] [pve-dmz-south-1] remove adm interface

---
 data/grid5000/sites/sophia/servers/pve-dmz-south-1.json | 5 -----
 input/grid5000/sites/sophia/servers/physical.yaml       | 4 ----
 2 files changed, 9 deletions(-)

diff --git a/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json b/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json
index b9cb7fb305d..19de7e9c527 100644
--- a/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json
+++ b/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json
@@ -2,11 +2,6 @@
   "alias": null,
   "kind": "physical",
   "network_adapters": {
-    "adm": {
-      "ip": "172.17.143.4",
-      "mac": "14:02:ec:de:9a:c8",
-      "mounted": true
-    },
     "bmc": {
       "ip": "172.17.143.17",
       "mac": "5c:ed:8c:3b:dc:66",
diff --git a/input/grid5000/sites/sophia/servers/physical.yaml b/input/grid5000/sites/sophia/servers/physical.yaml
index 05b91eab557..dbe23102e11 100644
--- a/input/grid5000/sites/sophia/servers/physical.yaml
+++ b/input/grid5000/sites/sophia/servers/physical.yaml
@@ -94,10 +94,6 @@ pve-dmz-south-1:
   warranty: 2030-03-03
   serial: CZJ3070QS3
   network_adapters:
-    adm:
-      mounted: true
-      ip: 172.17.143.4
-      mac: 14:02:ec:de:9a:c8
     bmc:
       mounted: true
       ip: 172.17.143.17
-- 
GitLab