Skip to content

Commit 952df5d

Browse files
author
Dimitri DELABROYE
committed
[sophia] add mac address on opensm
1 parent 74bd47e commit 952df5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

data/grid5000/sites/sophia/servers/opensm.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"network_adapters": {
44
"bmc": {
55
"ip": "172.17.132.13",
6+
"mac": "00:26:6C:F0:13:66",
67
"mounted": true
78
},
89
"default": {
910
"ip": "172.16.132.13",
11+
"mac": "00:26:6C:F0:13:64",
1012
"mounted": true
1113
},
1214
"ib0": {

input/grid5000/sites/sophia/servers/physical.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,11 @@ opensm:
121121
default:
122122
mounted: true
123123
ip: 172.16.132.13
124+
mac: 00:26:6C:F0:13:64
124125
bmc:
125126
mounted: true
126127
ip: 172.17.132.13
128+
mac: 00:26:6C:F0:13:66
127129
ib0:
128130
mounted: true
129131
ip: 172.18.132.13

0 commit comments

Comments
 (0)