diff --git a/data/grid5000/sites/lille/servers/pve-1.json b/data/grid5000/sites/lille/servers/pve-1.json new file mode 100644 index 0000000000000000000000000000000000000000..a77cb3540ff71bf369cc4be213f5e3cd2a230a6b --- /dev/null +++ b/data/grid5000/sites/lille/servers/pve-1.json @@ -0,0 +1,17 @@ +{ + "kind": "physical", + "network_adapters": { + "bmc": { + "ip": "172.17.46.17", + "mac": "5c:ed:8c:ab:62:fc" + }, + "default": { + "ip": "172.16.47.17", + "mac": "00:62:0b:a4:0f:d0" + } + }, + "serial": "CZJ3090BP2", + "type": "server", + "uid": "pve-1", + "warranty": "2030-04-13" +} \ No newline at end of file diff --git a/data/grid5000/sites/lille/servers/pve-2.json b/data/grid5000/sites/lille/servers/pve-2.json new file mode 100644 index 0000000000000000000000000000000000000000..a14317ed306925c7d9e12fd3fc24cc0544f2237c --- /dev/null +++ b/data/grid5000/sites/lille/servers/pve-2.json @@ -0,0 +1,17 @@ +{ + "kind": "physical", + "network_adapters": { + "bmc": { + "ip": "172.17.46.17", + "mac": "5c:ed:8c:ab:42:b8" + }, + "default": { + "ip": "172.16.47.17", + "mac": "00:62:0b:a4:11:da" + } + }, + "serial": "CZJ3090BP1", + "type": "server", + "uid": "pve-2", + "warranty": "2030-04-13" +} \ 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 2c4aa96266e18161582887f18aae20d8ac43bf44..c52808613d6246c1bfe660c3d0636338a46bc4d2 100644 --- a/input/grid5000/sites/lille/servers/physical.yaml +++ b/input/grid5000/sites/lille/servers/physical.yaml @@ -220,3 +220,27 @@ echrv: bmc: ip: 172.17.47.16 mac: 2c:ea:7f:f6:ab:b0 + +pve-1: + kind: physical + warranty: 2030-04-13 + serial: CZJ3090BP2 + network_adapters: + default: + ip: 172.16.47.17 + mac: 00:62:0b:a4:0f:d0 + bmc: + ip: 172.17.46.17 + mac: 5c:ed:8c:ab:62:fc + +pve-2: + kind: physical + warranty: 2030-04-13 + serial: CZJ3090BP1 + network_adapters: + default: + ip: 172.16.47.17 + mac: 00:62:0b:a4:11:da + bmc: + ip: 172.17.46.17 + mac: 5c:ed:8c:ab:42:b8