Skip to content

Commit

Permalink
[Nokia][sonic-platform] Update Nokia sonic-platform submodule and dev…
Browse files Browse the repository at this point in the history
…ice data
  • Loading branch information
snider-nokia committed Jan 4, 2024
1 parent a0e2082 commit c6df286
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
22 changes: 21 additions & 1 deletion device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"key": "monitor_action",
"stringval": "warn"
"stringval": "reboot"
},
{
"key": "grpc_thermal_monitor",
Expand Down Expand Up @@ -43,6 +43,26 @@
{
"key": "sonic_log_level",
"stringval": "debug"
},
{
"key": "thermal_low_margin_threshold",
"intval": 10
},
{
"key": "thermal_log_current_threshold",
"intval": 2
},
{
"key": "thermal_log_margin_threshold",
"intval": 2
},
{
"key": "thermal_log_min_threshold",
"intval": 2
},
{
"key": "thermal_log_max_threshold",
"intval": 1
}
]
}
20 changes: 20 additions & 0 deletions device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_ndk.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,26 @@
{
"key": "sonic_log_level",
"stringval": "debug"
},
{
"key": "thermal_low_margin_threshold",
"intval": 10
},
{
"key": "thermal_log_current_threshold",
"intval": 3
},
{
"key": "thermal_log_margin_threshold",
"intval": 3
},
{
"key": "thermal_log_min_threshold",
"intval": 5
},
{
"key": "thermal_log_max_threshold",
"intval": 1
}
]
}

0 comments on commit c6df286

Please sign in to comment.