From 3a953b0c75836bcfbf9c12bb0807131c9756cd7e Mon Sep 17 00:00:00 2001 From: Pierre Jacquot <pierre.jacquot@inria.fr> Date: Mon, 18 Nov 2024 14:14:53 +0100 Subject: [PATCH] [lyon][procyon] Remove old NFS server --- .../lyon/network_equipments/force10.json | 3 --- data/grid5000/sites/lyon/servers/procyon.json | 21 ------------------- .../grid5000/sites/lyon/networks/force10.yaml | 3 --- .../grid5000/sites/lyon/servers/physical.yaml | 13 ------------ 4 files changed, 40 deletions(-) delete mode 100644 data/grid5000/sites/lyon/servers/procyon.json diff --git a/data/grid5000/sites/lyon/network_equipments/force10.json b/data/grid5000/sites/lyon/network_equipments/force10.json index 9f527cf3ebc..e023d736265 100644 --- a/data/grid5000/sites/lyon/network_equipments/force10.json +++ b/data/grid5000/sites/lyon/network_equipments/force10.json @@ -270,9 +270,6 @@ { }, { - "kind": "server", - "snmp_name": "TenGigabitEthernet 0/50", - "uid": "procyon" }, { }, diff --git a/data/grid5000/sites/lyon/servers/procyon.json b/data/grid5000/sites/lyon/servers/procyon.json deleted file mode 100644 index 1a71062d6e2..00000000000 --- a/data/grid5000/sites/lyon/servers/procyon.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "alias": [ - - ], - "kind": "physical", - "network_adapters": { - "bmc": { - "ip": "172.17.62.5", - "mac": "18:FB:7B:AB:05:AB" - }, - "default": { - "ip": "172.16.63.5", - "mac": "24:6E:96:33:EB:10" - } - }, - "redfish": true, - "serial": "203DZG2", - "type": "server", - "uid": "procyon", - "warranty": "2023-12" -} \ No newline at end of file diff --git a/input/grid5000/sites/lyon/networks/force10.yaml b/input/grid5000/sites/lyon/networks/force10.yaml index 5d6d00e55d3..edb6eb9ebc0 100644 --- a/input/grid5000/sites/lyon/networks/force10.yaml +++ b/input/grid5000/sites/lyon/networks/force10.yaml @@ -116,9 +116,6 @@ force10: 45: nova-21 46: nova-22 47: nova-23 - 50: - uid: procyon - kind: server 60: snmp_pattern: "fortyGigE %LINECARD%/%PORT%" uid: gw diff --git a/input/grid5000/sites/lyon/servers/physical.yaml b/input/grid5000/sites/lyon/servers/physical.yaml index b6fe839f68b..f1c7257056d 100644 --- a/input/grid5000/sites/lyon/servers/physical.yaml +++ b/input/grid5000/sites/lyon/servers/physical.yaml @@ -56,19 +56,6 @@ alcor: size: 75000000000000 rate: 10000000000 -procyon: - kind: physical - alias: [] - warranty: 2023-12 - serial: 203DZG2 - network_adapters: - default: - ip: 172.16.63.5 - mac: 24:6E:96:33:EB:10 - bmc: - ip: 172.17.62.5 - mac: 18:FB:7B:AB:05:AB - andromede: kind: physical redfish: false -- GitLab