From f82881eef6b179067afcf40e2896657a6ae29f6b Mon Sep 17 00:00:00 2001
From: Patrice RINGOT <patrice.ringot@loria.fr>
Date: Mon, 2 Jan 2023 16:30:37 +0100
Subject: [PATCH] Remove references to srv.nancy.grid5000.fr

---
 data/grid5000/sites/nancy/servers/srv.json    | 29 -------------------
 .../grid5000/sites/nancy/servers/servers.yaml | 19 ------------
 2 files changed, 48 deletions(-)
 delete mode 100644 data/grid5000/sites/nancy/servers/srv.json

diff --git a/data/grid5000/sites/nancy/servers/srv.json b/data/grid5000/sites/nancy/servers/srv.json
deleted file mode 100644
index f1da4af896c..00000000000
--- a/data/grid5000/sites/nancy/servers/srv.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
-  "kind": "physical",
-  "network_adapters": {
-    "bmc": {
-      "ip": "172.17.79.18",
-      "mac": "F0:1F:AF:E0:FA:DC",
-      "mounted": true
-    },
-    "default": {
-      "ip": "172.16.79.18",
-      "mac": "A0:36:9F:28:10:AC",
-      "mounted": true
-    }
-  },
-  "pdu": [
-    {
-      "port": 15,
-      "uid": "graoully-pdu1"
-    },
-    {
-      "port": 15,
-      "uid": "graoully-pdu2"
-    }
-  ],
-  "serial": "G8VYKZ1",
-  "type": "server",
-  "uid": "srv",
-  "warranty": "2020-11"
-}
\ No newline at end of file
diff --git a/input/grid5000/sites/nancy/servers/servers.yaml b/input/grid5000/sites/nancy/servers/servers.yaml
index b5970876883..312859c9c4a 100644
--- a/input/grid5000/sites/nancy/servers/servers.yaml
+++ b/input/grid5000/sites/nancy/servers/servers.yaml
@@ -1,23 +1,4 @@
 ---
-srv:
-  kind: physical
-  warranty: 2020-11
-  serial: G8VYKZ1
-  network_adapters:
-    default:
-      mounted: true
-      ip: 172.16.79.18
-      mac: A0:36:9F:28:10:AC
-    bmc:
-      mounted: true
-      ip: 172.17.79.18
-      mac: F0:1F:AF:E0:FA:DC
-  pdu:
-    - uid: graoully-pdu1
-      port: 15
-    - uid: graoully-pdu2
-      port: 15
-
 srv-data:
   kind: physical
   warranty: 2020-11
-- 
GitLab