From b60d1fc52650b9fada57ea0dba674b4e8d53a898 Mon Sep 17 00:00:00 2001 From: Volodymyr Boiko <66446128+vboykox@users.noreply.github.com> Date: Fri, 12 Mar 2021 21:51:45 +0200 Subject: [PATCH] [barefoot][device] Enable thermalctld (#7005) Enable thermalctld on Barefoot platforms Signed-off-by: Volodymyr Boyko --- .../x86_64-accton_as9516_32d-r0/pmon_daemon_control.json | 2 +- .../x86_64-accton_wedge100bf_32x-r0/pmon_daemon_control.json | 2 +- .../x86_64-accton_wedge100bf_65x-r0/pmon_daemon_control.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device/barefoot/x86_64-accton_as9516_32d-r0/pmon_daemon_control.json b/device/barefoot/x86_64-accton_as9516_32d-r0/pmon_daemon_control.json index c4573af5e9..a0431d4781 100644 --- a/device/barefoot/x86_64-accton_as9516_32d-r0/pmon_daemon_control.json +++ b/device/barefoot/x86_64-accton_as9516_32d-r0/pmon_daemon_control.json @@ -1,7 +1,7 @@ { "skip_pcied": false, "skip_fancontrol": true, - "skip_thermalctld": true, + "skip_thermalctld": false, "skip_ledd": true, "skip_xcvrd": false, "skip_psud": false, diff --git a/device/barefoot/x86_64-accton_wedge100bf_32x-r0/pmon_daemon_control.json b/device/barefoot/x86_64-accton_wedge100bf_32x-r0/pmon_daemon_control.json index 70bce43bbf..b58e59ba00 100644 --- a/device/barefoot/x86_64-accton_wedge100bf_32x-r0/pmon_daemon_control.json +++ b/device/barefoot/x86_64-accton_wedge100bf_32x-r0/pmon_daemon_control.json @@ -1,7 +1,7 @@ { "skip_pcied": false, "skip_fancontrol": true, - "skip_thermalctld": true, + "skip_thermalctld": false, "skip_ledd": true, "skip_xcvrd": false, "skip_psud": false, diff --git a/device/barefoot/x86_64-accton_wedge100bf_65x-r0/pmon_daemon_control.json b/device/barefoot/x86_64-accton_wedge100bf_65x-r0/pmon_daemon_control.json index f94fa83702..d23e302dab 100644 --- a/device/barefoot/x86_64-accton_wedge100bf_65x-r0/pmon_daemon_control.json +++ b/device/barefoot/x86_64-accton_wedge100bf_65x-r0/pmon_daemon_control.json @@ -1,7 +1,7 @@ { "skip_pcied": true, "skip_fancontrol": true, - "skip_thermalctld": true, + "skip_thermalctld": false, "skip_ledd": true, "skip_xcvrd": false, "skip_psud": false,