From e12bd1600a926b06d6e8ce06fd30729b132f9c21 Mon Sep 17 00:00:00 2001 From: Hugo Dominois <hugo.dominois@inria.fr> Date: Fri, 26 Apr 2024 09:54:40 +0200 Subject: [PATCH] [dmz] Add pve-dmz-north-1 --- .../sites/lille/servers/pve-dmz-north-1.json | 13 +++++++++++++ input/grid5000/sites/lille/servers/physical.yaml | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 data/grid5000/sites/lille/servers/pve-dmz-north-1.json diff --git a/data/grid5000/sites/lille/servers/pve-dmz-north-1.json b/data/grid5000/sites/lille/servers/pve-dmz-north-1.json new file mode 100644 index 00000000000..379ae5c1b32 --- /dev/null +++ b/data/grid5000/sites/lille/servers/pve-dmz-north-1.json @@ -0,0 +1,13 @@ +{ + "kind": "physical", + "network_adapters": { + "bmc": { + "ip": "172.17.46.20", + "mac": "5c:ed:8c:ab:62:5c" + } + }, + "serial": "CZJ3090BPS", + "type": "server", + "uid": "pve-dmz-north-1", + "warranty": "2030-03-30" +} \ No newline at end of file diff --git a/input/grid5000/sites/lille/servers/physical.yaml b/input/grid5000/sites/lille/servers/physical.yaml index 16abdc3eb41..bcf26d9db4e 100644 --- a/input/grid5000/sites/lille/servers/physical.yaml +++ b/input/grid5000/sites/lille/servers/physical.yaml @@ -256,3 +256,12 @@ srv-data2: bmc: ip: 172.17.46.19 mac: 5c:ed:8c:3c:cf:76 + +pve-dmz-north-1: + kind: physical + warranty: 2030-03-30 + serial: CZJ3090BPS + network_adapters: + bmc: + ip: 172.17.46.20 + mac: 5c:ed:8c:ab:62:5c -- GitLab