199661c216
Why I did it Enabled SONiC on Supermicro switch SSE G3748. This contains the code needed under "device" directory. How I did it As per the porting guide documentation posted in SONiC WiKi How to verify it Build SONiC with ARC=arm64 PLATFORM=marvell and download image from ONIE into Supermicro SSE G3748
114 lines
2.9 KiB
JSON
114 lines
2.9 KiB
JSON
{
|
|
"chassis": {
|
|
"name": "SSE-G3748",
|
|
"components": [
|
|
{
|
|
"name": "System-CPLD"
|
|
},
|
|
{
|
|
"name": "U-Boot"
|
|
}
|
|
],
|
|
"fans": [
|
|
{
|
|
"name": "Fan1",
|
|
"status_led": {
|
|
"controllable": true,
|
|
"colors": ["red", "green"]
|
|
}
|
|
},
|
|
{
|
|
"name": "Fan2",
|
|
"status_led": {
|
|
"controllable": true,
|
|
"colors": ["red", "green"]
|
|
}
|
|
}
|
|
],
|
|
"fan_drawers": [
|
|
{
|
|
"name": "drawer1",
|
|
"status_led": {
|
|
"controllable": true,
|
|
"colors": ["red", "green"]
|
|
},
|
|
"max_consumed_power": false,
|
|
"fans": [
|
|
{
|
|
"name": "Fan1"
|
|
},
|
|
{
|
|
"name": "Fan2"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"psus": [
|
|
{
|
|
"name": "PSU1",
|
|
"status_led": {
|
|
"controllable": false
|
|
},
|
|
"current": false,
|
|
"power": false,
|
|
"max_power": false,
|
|
"voltage_high_threshold": false,
|
|
"voltage_low_threshold": false,
|
|
"temperature": false
|
|
},
|
|
{
|
|
"name": "PSU2",
|
|
"status_led": {
|
|
"controllable": false
|
|
},
|
|
"current": false,
|
|
"power": false,
|
|
"max_power": false,
|
|
"voltage_high_threshold": false,
|
|
"voltage_low_threshold": false,
|
|
"temperature": false
|
|
}
|
|
],
|
|
"thermals": [
|
|
{
|
|
"name": "FRONT",
|
|
"controllable": false,
|
|
"low-threshold": false,
|
|
"high-threshold": false,
|
|
"low-crit-threshold": false,
|
|
"high-crit-threshold": false
|
|
},
|
|
{
|
|
"name": "REAR",
|
|
"controllable": false,
|
|
"low-threshold": false,
|
|
"high-threshold": false,
|
|
"low-crit-threshold": false,
|
|
"high-crit-threshold": false
|
|
}
|
|
],
|
|
"sfps": [
|
|
{
|
|
"name": "Ethernet48"
|
|
},
|
|
{
|
|
"name": "Ethernet49"
|
|
},
|
|
{
|
|
"name": "Ethernet50"
|
|
},
|
|
{
|
|
"name": "Ethernet51"
|
|
},
|
|
{
|
|
"name": "Ethernet52"
|
|
},
|
|
{
|
|
"name": "Ethernet53"
|
|
}
|
|
]
|
|
},
|
|
"interfaces": {}
|
|
}
|
|
|