Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5cd83087 authored by DOAN Lancelot's avatar DOAN Lancelot
Browse files

Merge branch 'bug16408' into 'master'

[Sophia] Add configuration for pve-1 and pve-2

See merge request !851
parents 85a0f607 9fc397b6
No related branches found
No related tags found
1 merge request!851[Sophia] Add configuration for pve-1 and pve-2
Pipeline #1081371 passed with warnings
{
"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
{
"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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment