Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 01075091 authored by Ludovic Schoepps's avatar Ludovic Schoepps
Browse files

[luxembourg][pve] Add physical servers config for pve-{1,2}

parent 3c1c2883
Branches
No related tags found
1 merge request!765[luxembourg][pve] Add physical servers config for pve-{1,2}
Pipeline #1030037 passed
{
"kind": "physical",
"network_adapters": {
"adm": {
"ip": "172.17.191.3"
},
"bmc": {
"ip": "172.17.190.3",
"mac": "70:b5:e8:e2:8a:14"
},
"default": {
"ip": "172.16.191.3",
"mac": "78:ac:44:18:22:a8"
}
},
"serial": "3Q4TD93",
"type": "server",
"uid": "pve-1",
"warranty": "2025-12-18"
}
\ No newline at end of file
{
"kind": "physical",
"network_adapters": {
"adm": {
"ip": "172.17.191.4"
},
"bmc": {
"ip": "172.17.190.4",
"mac": "70:b5:e8:e2:7e:68"
},
"default": {
"ip": "172.16.191.4",
"mac": "78:ac:44:18:02:c8"
}
},
"serial": "4Q4TD93",
"type": "server",
"uid": "pve-2",
"warranty": "2025-12-18"
}
\ No newline at end of file
......@@ -55,3 +55,31 @@ md1000:
warranty: 2009-10
serial: 6P90J2J
network_adapters: {}
pve-1:
kind: physical
warranty: 2025-12-18
serial: 3Q4TD93
network_adapters:
default:
ip: 172.16.191.3
mac: 78:ac:44:18:22:a8
adm:
ip: 172.17.191.3
bmc:
ip: 172.17.190.3
mac: 70:b5:e8:e2:8a:14
pve-2:
kind: physical
warranty: 2025-12-18
serial: 4Q4TD93
network_adapters:
default:
ip: 172.16.191.4
mac: 78:ac:44:18:02:c8
adm:
ip: 172.17.191.4
bmc:
ip: 172.17.190.4
mac: 70:b5:e8:e2:7e:68
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment