From b268cb5753de55a94426196f55e17ff7e8194676 Mon Sep 17 00:00:00 2001 From: snider-nokia <76123698+snider-nokia@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:03:05 -0500 Subject: [PATCH] [Nokia-IXR7250E][Devicedata] Update the device data for Nokia IXR7250E platform (thermal logging thresholds) (#18063) These changes adjust Nokia IXR7250 thermal sensor logging thresholds. Why I did it To modify the thermal sensor logging thresholds used on LC and Supervisor. How I did it Modified the JSON based thermal logging thresholds used to determine when to log current high sensor temperature and hottest sensor margin fluctuations. How to verify it Verify that syslog messages indicating current (high) temperature and margin values are only logged when these respective values fluctuate by at least 5 degrees. --- .../nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json | 4 ++-- device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json b/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json index f444a14a843c..57bc959d7104 100644 --- a/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json +++ b/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json @@ -50,11 +50,11 @@ }, { "key": "thermal_log_current_threshold", - "intval": 2 + "intval": 5 }, { "key": "thermal_log_margin_threshold", - "intval": 2 + "intval": 5 }, { "key": "thermal_log_min_threshold", diff --git a/device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json b/device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json index 9d68aacc59cd..bf7f1ed57427 100644 --- a/device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json +++ b/device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json @@ -38,11 +38,11 @@ }, { "key": "thermal_log_current_threshold", - "intval": 3 + "intval": 5 }, { "key": "thermal_log_margin_threshold", - "intval": 3 + "intval": 5 }, { "key": "thermal_log_min_threshold",