-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DellEMC: Added platform.json file for N3248TE (#9404)
Why I did it Added platform.json file for N3248TE How I did it Defined the platform.json file with the required components under chassis. How to verify it validated the API 2.0 test suite Co-authored-by: Arun LK <Arun_L_K@dell.com>
- Loading branch information
1 parent
a9e86c3
commit ddc269a
Showing
1 changed file
with
350 additions
and
0 deletions.
There are no files selected for viewing
350 changes: 350 additions & 0 deletions
350
device/dell/x86_64-dellemc_n3248te_c3338-r0/platform.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,350 @@ | ||
{ | ||
"chassis": { | ||
"name": "N3248TE-ON", | ||
"status_led": { | ||
"controllable": true, | ||
"colors": ["green", "blink_green", "yellow", "blink_yellow"] | ||
}, | ||
"thermal_manager" : false, | ||
"components": [ | ||
{ | ||
"name": "BIOS" | ||
}, | ||
{ | ||
"name": "CPU CPLD" | ||
}, | ||
{ | ||
"name": "SYS CPLD" | ||
} | ||
], | ||
"fans": [ | ||
{ | ||
"name": "FanTray1-Fan1", | ||
"speed": { | ||
"controllable":false | ||
}, | ||
"status_led": { | ||
"available": false | ||
} | ||
}, | ||
{ | ||
"name": "FanTray2-Fan1", | ||
"speed": { | ||
"controllable":false | ||
}, | ||
"status_led": { | ||
"available": false | ||
} | ||
}, | ||
{ | ||
"name": "FanTray3-Fan1", | ||
"speed": { | ||
"controllable":false | ||
}, | ||
"status_led": { | ||
"available": false | ||
} | ||
} | ||
], | ||
"fan_drawers":[ | ||
{ | ||
"name": "FanTray1", | ||
"status_led": { | ||
"controllable": true, | ||
"colors": ["off", "green", "yellow"] | ||
}, | ||
"fans": [ | ||
{ | ||
"name": "FanTray1-Fan1", | ||
"speed": { | ||
"controllable":false | ||
}, | ||
"status_led": { | ||
"available": false | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "FanTray2", | ||
"status_led": { | ||
"controllable": true, | ||
"colors": ["off", "green", "yellow"] | ||
}, | ||
"fans": [ | ||
{ | ||
"name": "FanTray2-Fan1", | ||
"speed": { | ||
"controllable":false | ||
}, | ||
"status_led": { | ||
"available": false | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "FanTray3", | ||
"status_led": { | ||
"controllable": true, | ||
"colors": ["off", "green", "yellow"] | ||
}, | ||
"fans": [ | ||
{ | ||
"name": "FanTray3-Fan1", | ||
"speed": { | ||
"controllable":false | ||
}, | ||
"status_led": { | ||
"available": false | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"psus": [ | ||
{ | ||
"name": "PSU1", | ||
"status_led": { | ||
"controllable": false | ||
}, | ||
"fans": [ | ||
{ | ||
"name": "PSU1 Fan", | ||
"speed": { | ||
"controllable": false | ||
}, | ||
"status_led": { | ||
"available": false | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "PSU2", | ||
"status_led": { | ||
"controllable": false | ||
}, | ||
"fans": [ | ||
{ | ||
"name": "PSU2 Fan", | ||
"speed": { | ||
"controllable": false | ||
}, | ||
"status_led": { | ||
"available": false | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"thermals": [ | ||
{ | ||
"name": "Front Panel PHY Temperature", | ||
"controllable": false, | ||
"low-crit-threshold": false, | ||
"high-crit-threshold": false, | ||
"minimum-recorded": false, | ||
"maximum-recorded": false | ||
}, | ||
{ | ||
"name": "Middle Fan Tray Temperature", | ||
"controllable": false, | ||
"low-crit-threshold": false, | ||
"high-crit-threshold": false, | ||
"minimum-recorded": false, | ||
"maximum-recorded": false | ||
}, | ||
{ | ||
"name": "Near Front Panel Temperature", | ||
"controllable": false, | ||
"low-crit-threshold": false, | ||
"high-crit-threshold": false, | ||
"minimum-recorded": false, | ||
"maximum-recorded": false | ||
}, | ||
{ | ||
"name": "Switch Near Temperature", | ||
"controllable": false, | ||
"low-crit-threshold": false, | ||
"high-crit-threshold": false, | ||
"minimum-recorded": false, | ||
"maximum-recorded": false | ||
}, | ||
{ | ||
"name": "Switch Rear Temperature", | ||
"controllable": false, | ||
"low-crit-threshold": false, | ||
"high-crit-threshold": false, | ||
"minimum-recorded": false, | ||
"maximum-recorded": false | ||
} | ||
], | ||
"modules": [], | ||
"sfps": [ | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "1GSFPCu" | ||
}, | ||
{ | ||
"name": "SFP/SFP+/SFP28" | ||
}, | ||
{ | ||
"name": "SFP/SFP+/SFP28" | ||
}, | ||
{ | ||
"name": "SFP/SFP+/SFP28" | ||
}, | ||
{ | ||
"name": "SFP/SFP+/SFP28" | ||
}, | ||
{ | ||
"name": "QSFP+ or later" | ||
}, | ||
{ | ||
"name": "QSFP+ or later" | ||
} | ||
] | ||
}, | ||
"interfaces": {} | ||
} |