From a2028cf982b01638af62f311d0d67e05c39f71c9 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux <Hyacinthe.Cartiaux@uni.lu> Date: Thu, 21 Mar 2019 14:12:55 +0100 Subject: [PATCH] [luxembourg] Generate json after removing hera/storage5k and adding srv-data --- .../sites/luxembourg/servers/hera.json | 19 ------------------- .../sites/luxembourg/servers/srv-data.json | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 data/grid5000/sites/luxembourg/servers/hera.json create mode 100644 data/grid5000/sites/luxembourg/servers/srv-data.json diff --git a/data/grid5000/sites/luxembourg/servers/hera.json b/data/grid5000/sites/luxembourg/servers/hera.json deleted file mode 100644 index 00394ffffd3..00000000000 --- a/data/grid5000/sites/luxembourg/servers/hera.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "alias": [ - "storage5k" - ], - "kind": "physical", - "network_adapters": { - "bmc": { - "ip": "172.17.190.50", - "mac": "00:1C:23:D6:C4:E6" - }, - "default": { - "ip": "172.16.191.50" - } - }, - "serial": "62R493J", - "type": "server", - "uid": "hera", - "warranty": "2012-11" -} \ No newline at end of file diff --git a/data/grid5000/sites/luxembourg/servers/srv-data.json b/data/grid5000/sites/luxembourg/servers/srv-data.json new file mode 100644 index 00000000000..188b66d463e --- /dev/null +++ b/data/grid5000/sites/luxembourg/servers/srv-data.json @@ -0,0 +1,19 @@ +{ + "alias": [ + + ], + "kind": "physical", + "network_adapters": { + "bmc": { + "ip": "172.17.190.70", + "mac": "D0:94:66:92:94:C1" + }, + "default": { + "ip": "172.16.191.70" + } + }, + "serial": "4HDKFV2", + "type": "server", + "uid": "srv-data", + "warranty": "2024-02" +} \ No newline at end of file -- GitLab