diff --git a/data/grid5000/sites/sophia/servers/pve-1.json b/data/grid5000/sites/sophia/servers/pve-1.json new file mode 100644 index 0000000000000000000000000000000000000000..504b7e6b7a8cb5ae47836d163ec3d02fafd9d1b2 --- /dev/null +++ b/data/grid5000/sites/sophia/servers/pve-1.json @@ -0,0 +1,15 @@ +{ + "kind": "physical", + "network_adapters": { + "bmc": { + "ip": "172.17.143.1", + "mac": "5C:ED:8C:F6:ED:E0", + "mounted": true + } + }, + "redfish": true, + "serial": "CZJD1N011C", + "type": "server", + "uid": "pve-1", + "warranty": "2031-10-07" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/servers/pve-2.json b/data/grid5000/sites/sophia/servers/pve-2.json new file mode 100644 index 0000000000000000000000000000000000000000..c13bb21bf499e2f0c6936793853ccad6e23f6252 --- /dev/null +++ b/data/grid5000/sites/sophia/servers/pve-2.json @@ -0,0 +1,15 @@ +{ + "kind": "physical", + "network_adapters": { + "bmc": { + "ip": "172.17.143.2", + "mac": "5C:ED:8C:F6:ED:94", + "mounted": true + } + }, + "redfish": true, + "serial": "CZJD1N011B", + "type": "server", + "uid": "pve-2", + "warranty": "2031-10-07" +} \ 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 9b65ff820f116f48a0127d2bef922a0d6e6fca2f..d8c296b27273c4b3f045f79761b6cdece3a98b4c 100644 --- a/input/grid5000/sites/sophia/servers/physical.yaml +++ b/input/grid5000/sites/sophia/servers/physical.yaml @@ -79,3 +79,23 @@ pve-dmz-south-1: mounted: true ip: 172.17.143.17 mac: 5c:ed:8c:3b:dc:66 + +pve-1: + kind: physical + warranty: 2031-10-07 + serial: CZJD1N011C + network_adapters: + bmc: + mounted: true + ip: 172.17.143.1 + mac: 5C:ED:8C:F6:ED:E0 + +pve-2: + kind: physical + warranty: 2031-10-07 + serial: CZJD1N011B + network_adapters: + bmc: + mounted: true + ip: 172.17.143.2 + mac: 5C:ED:8C:F6:ED:94