Skip to content

Commit

Permalink
Added PSU temperature skip into platform.json (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
Andriy Kokhan authored and Your Name committed Dec 22, 2021
1 parent c327a51 commit 110f8ab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
10 changes: 6 additions & 4 deletions device/barefoot/x86_64-accton_as9516_32d-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"speed": {
"controllable": false
}
}
},
{
"name": "counter-rotating-fan-2",
"status_led": {
Expand Down Expand Up @@ -57,7 +57,7 @@
}
}
],
"fan_drawers":[
"fan_drawers": [
{
"name": "fantray-1",
"status_led": {
Expand Down Expand Up @@ -123,10 +123,12 @@
],
"psus": [
{
"name": "psu-1"
"name": "psu-1",
"temperature": false
},
{
"name": "psu-2"
"name": "psu-2",
"temperature": false
}
],
"thermals": [
Expand Down
8 changes: 5 additions & 3 deletions device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
}
],
"fan_drawers":[
"fan_drawers": [
{
"name": "fantray-1",
"status_led": {
Expand Down Expand Up @@ -105,10 +105,12 @@
],
"psus": [
{
"name": "psu-1"
"name": "psu-1",
"temperature": false
},
{
"name": "psu-2"
"name": "psu-2",
"temperature": false
}
],
"thermals": [
Expand Down
12 changes: 11 additions & 1 deletion device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
}
}
],
"fan_drawers":[
"fan_drawers": [
{
"name": "fantray-1",
"status_led": {
Expand Down Expand Up @@ -202,6 +202,16 @@
}
]
},
"psus": [
{
"name": "psu-1",
"temperature": false
},
{
"name": "psu-2",
"temperature": false
}
],
"interfaces": {
"Ethernet0": {
"index": "1,1,1,1",
Expand Down

0 comments on commit 110f8ab

Please sign in to comment.