Mentions légales du service

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

Merge branch 'bug16408' into 'master'

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

See merge request !875
parents 5cd83087 4436d64d
No related branches found
No related tags found
1 merge request!875[Sophia] Add ip for pve-1 and pve-2
Pipeline #1081545 passed with warnings
......@@ -3,8 +3,11 @@
"network_adapters": {
"bmc": {
"ip": "172.17.143.1",
"mac": "5C:ED:8C:F6:ED:E0",
"mounted": true
"mac": "5C:ED:8C:F6:ED:E0"
},
"default": {
"ip": "172.16.143.1",
"mac": "d4:04:e6:af:8c:68"
}
},
"redfish": true,
......
......@@ -3,8 +3,11 @@
"network_adapters": {
"bmc": {
"ip": "172.17.143.2",
"mac": "5C:ED:8C:F6:ED:94",
"mounted": true
"mac": "5C:ED:8C:F6:ED:94"
},
"default": {
"ip": "172.16.143.2",
"mac": "d4:04:e6:af:32:Oe"
}
},
"redfish": true,
......
......@@ -85,8 +85,10 @@ pve-1:
warranty: 2031-10-07
serial: CZJD1N011C
network_adapters:
default:
mac: d4:04:e6:af:8c:68
ip: 172.16.143.1
bmc:
mounted: true
ip: 172.17.143.1
mac: 5C:ED:8C:F6:ED:E0
......@@ -95,7 +97,9 @@ pve-2:
warranty: 2031-10-07
serial: CZJD1N011B
network_adapters:
default:
mac: d4:04:e6:af:32:Oe
ip: 172.16.143.2
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