[Arista] Fix content of platform.json for DCS-7050CX3-32S (#12082)
* Fix platform.json for 7050cx3 * Add platform_components.json * Mark thermals as not controllable
This commit is contained in:
parent
cca17ce104
commit
34b6cc0de2
@ -1,7 +1,23 @@
|
||||
{
|
||||
"chassis": {
|
||||
"name": "DCS-7050CX3-32S",
|
||||
"components": [],
|
||||
"components": [
|
||||
{
|
||||
"name": "Aboot()"
|
||||
},
|
||||
{
|
||||
"name": "Scd(addr=0000:02:00.0)"
|
||||
},
|
||||
{
|
||||
"name": "Ucd90120A(addr=3-004e)"
|
||||
},
|
||||
{
|
||||
"name": "Ucd90120A(addr=16-004e)"
|
||||
},
|
||||
{
|
||||
"name": "CrowSysCpld(addr=2-0023)"
|
||||
}
|
||||
],
|
||||
"fans": [],
|
||||
"fan_drawers": [
|
||||
{
|
||||
@ -40,46 +56,47 @@
|
||||
"psus": [
|
||||
{
|
||||
"name": "psu1",
|
||||
"fans": []
|
||||
"fans": [
|
||||
{
|
||||
"name": "psu1/1",
|
||||
"speed": {
|
||||
"controllable": false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "psu2",
|
||||
"fans": []
|
||||
"fans": [
|
||||
{
|
||||
"name": "psu2/1",
|
||||
"speed": {
|
||||
"controllable": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"thermals": [
|
||||
{
|
||||
"name": "Cpu temp sensor"
|
||||
"name": "Cpu temp sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Cpu board temp sensor"
|
||||
"name": "Cpu board temp sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Back-panel temp sensor"
|
||||
"name": "Back-panel temp sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Board temp sensor"
|
||||
"name": "Board temp sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Front-panel temp sensor"
|
||||
},
|
||||
{
|
||||
"name": "Power supply 1 hotspot sensor"
|
||||
},
|
||||
{
|
||||
"name": "Power supply 1 inlet temp sensor"
|
||||
},
|
||||
{
|
||||
"name": "Power supply 1 exhaust temp sensor"
|
||||
},
|
||||
{
|
||||
"name": "Power supply 2 hotspot sensor"
|
||||
},
|
||||
{
|
||||
"name": "Power supply 2 inlet temp sensor"
|
||||
},
|
||||
{
|
||||
"name": "Power supply 2 exhaust temp sensor"
|
||||
"name": "Front-panel temp sensor",
|
||||
"controllable": false
|
||||
}
|
||||
],
|
||||
"sfps": [
|
||||
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"chassis": {
|
||||
"DCS-7050CX3-32S": {
|
||||
"component": {
|
||||
"Aboot()": {},
|
||||
"Scd(addr=0000:00:18.7)": {},
|
||||
"Ucd90120A(addr=3-004e)": {},
|
||||
"Ucd90120A(addr=16-004e)": {},
|
||||
"CrowSysCpld(addr=2-0023)": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user