Skip to content

Commit d494db2

Browse files
author
Andriy Kokhan
committed
Added PSU temperature skip into platform.json (#18)
Signed-off-by: Andriy Kokhan <[email protected]>
1 parent 791554e commit d494db2

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

device/barefoot/x86_64-accton_as9516_32d-r0/platform.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"speed": {
1111
"controllable": false
1212
}
13-
}
13+
},
1414
{
1515
"name": "counter-rotating-fan-2",
1616
"status_led": {
@@ -57,7 +57,7 @@
5757
}
5858
}
5959
],
60-
"fan_drawers":[
60+
"fan_drawers": [
6161
{
6262
"name": "fantray-1",
6363
"status_led": {
@@ -123,10 +123,12 @@
123123
],
124124
"psus": [
125125
{
126-
"name": "psu-1"
126+
"name": "psu-1",
127+
"temperature": false
127128
},
128129
{
129-
"name": "psu-2"
130+
"name": "psu-2",
131+
"temperature": false
130132
}
131133
],
132134
"thermals": [

device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
}
5050
],
51-
"fan_drawers":[
51+
"fan_drawers": [
5252
{
5353
"name": "fantray-1",
5454
"status_led": {
@@ -105,10 +105,12 @@
105105
],
106106
"psus": [
107107
{
108-
"name": "psu-1"
108+
"name": "psu-1",
109+
"temperature": false
109110
},
110111
{
111-
"name": "psu-2"
112+
"name": "psu-2",
113+
"temperature": false
112114
}
113115
],
114116
"thermals": [

device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
}
9494
}
9595
],
96-
"fan_drawers":[
96+
"fan_drawers": [
9797
{
9898
"name": "fantray-1",
9999
"status_led": {
@@ -202,6 +202,16 @@
202202
}
203203
]
204204
},
205+
"psus": [
206+
{
207+
"name": "psu-1",
208+
"temperature": false
209+
},
210+
{
211+
"name": "psu-2",
212+
"temperature": false
213+
}
214+
],
205215
"interfaces": {
206216
"Ethernet0": {
207217
"index": "1,1,1,1",

0 commit comments

Comments
 (0)