[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": {
|
"chassis": {
|
||||||
"name": "DCS-7050CX3-32S",
|
"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": [],
|
"fans": [],
|
||||||
"fan_drawers": [
|
"fan_drawers": [
|
||||||
{
|
{
|
||||||
@ -40,46 +56,47 @@
|
|||||||
"psus": [
|
"psus": [
|
||||||
{
|
{
|
||||||
"name": "psu1",
|
"name": "psu1",
|
||||||
"fans": []
|
"fans": [
|
||||||
|
{
|
||||||
|
"name": "psu1/1",
|
||||||
|
"speed": {
|
||||||
|
"controllable": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psu2",
|
"name": "psu2",
|
||||||
"fans": []
|
"fans": [
|
||||||
|
{
|
||||||
|
"name": "psu2/1",
|
||||||
|
"speed": {
|
||||||
|
"controllable": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"thermals": [
|
"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": "Front-panel temp sensor",
|
||||||
},
|
"controllable": false
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sfps": [
|
"sfps": [
|
||||||
@ -815,4 +832,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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