Skip to content

Commit

Permalink
Fix platform.json for 7050cx3
Browse files Browse the repository at this point in the history
  • Loading branch information
andywongarista committed Sep 26, 2022
1 parent 1b50a2b commit d359448
Showing 1 changed file with 30 additions and 21 deletions.
51 changes: 30 additions & 21 deletions device/arista/x86_64-arista_7050cx3_32s/platform.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"chassis": {
"name": "DCS-7050CX3-32S",
"components": [],
"components": [
{
"name": "Scd()"
},
{
"name": "Ucd90120A(addr=3-004e)"
},
{
"name": "Ucd90120A(addr=16-004e)"
},
{
"name": "CrowSysCpld(addr=2-0023)"
}
],
"fans": [],
"fan_drawers": [
{
Expand Down Expand Up @@ -40,11 +53,25 @@
"psus": [
{
"name": "psu1",
"fans": []
"fans": [
{
"name": "psu1/1",
"speed": {
"controllable": false
}
}
]
},
{
"name": "psu2",
"fans": []
"fans": [
{
"name": "psu2/1",
"speed": {
"controllable": false
}
}
]
}
],
"thermals": [
Expand All @@ -62,24 +89,6 @@
},
{
"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"
}
],
"sfps": [
Expand Down

0 comments on commit d359448

Please sign in to comment.