From 94b7cb4aa4c6b07ef1239499c5d8649148dc2f01 Mon Sep 17 00:00:00 2001 From: Hugo Dominois <hugo.dominois@inria.fr> Date: Tue, 25 Jun 2024 11:27:53 +0200 Subject: [PATCH] [DMZ][south][pve] Add pve-dmz-south-1 --- .../sites/sophia/servers/pve-dmz-south-1.json | 20 +++++++++++++++++++ .../sites/sophia/servers/physical.yaml | 15 ++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 data/grid5000/sites/sophia/servers/pve-dmz-south-1.json diff --git a/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json b/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json new file mode 100644 index 00000000000..688666dcae9 --- /dev/null +++ b/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json @@ -0,0 +1,20 @@ +{ + "alias": null, + "kind": "physical", + "network_adapters": { + "adm": { + "ip": "172.16.143.4", + "mac": "14:02:ec:de:9a:c8", + "mounted": true + }, + "bmc": { + "ip": "172.17.143.17", + "mac": "5c:ed:8c:3b:dc:66", + "mounted": true + } + }, + "serial": "CZJ3070QS3", + "type": "server", + "uid": "pve-dmz-south-1", + "warranty": "2030-03-03" +} \ No newline at end of file diff --git a/input/grid5000/sites/sophia/servers/physical.yaml b/input/grid5000/sites/sophia/servers/physical.yaml index 01311991990..10cf2b1d409 100644 --- a/input/grid5000/sites/sophia/servers/physical.yaml +++ b/input/grid5000/sites/sophia/servers/physical.yaml @@ -134,3 +134,18 @@ opensm: ib0: mounted: true ip: 172.18.132.13 + +pve-dmz-south-1: + kind: physical + alias: + warranty: 2030-03-03 + serial: CZJ3070QS3 + network_adapters: + adm: + mounted: true + ip: 172.16.143.4 + mac: 14:02:ec:de:9a:c8 + bmc: + mounted: true + ip: 172.17.143.17 + mac: 5c:ed:8c:3b:dc:66 -- GitLab