[Nokia][asic-sensors] Modify the platform.json to enable the asic_sensors polling on Nokia platforms#20979
Merged
rlhui merged 1 commit intosonic-net:masterfrom Dec 4, 2024
Conversation
…sors polling on Nokia Platforms Signed-off-by: mlok <[email protected]>
Contributor
Author
|
@arlakshm @judyjoseph This PR is the asic_sensors Nokia platform related change. Please review it. Thanks |
Merged
13 tasks
arlakshm
approved these changes
Dec 1, 2024
liamkearney-msft
approved these changes
Dec 2, 2024
judyjoseph
approved these changes
Dec 2, 2024
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Dec 11, 2024
…sors polling on Nokia Platforms (sonic-net#20979) Enable and use the asic_sensors polling on the Nokia platforms: arm64-nokia_ixs7215_52xb-r0 x86_64-nokia_ixr7220_h4-r0 x86_64-nokia_ixr7220_h4_32d-r0 x86_64-nokia_ixr7220_h5_64d-r0 Fixes Nokia-ION/ndk#36 Signed-off-by: mlok <[email protected]>
Collaborator
|
Cherry-pick PR to 202405: #21138 |
mssonicbld
pushed a commit
that referenced
this pull request
Dec 12, 2024
…sors polling on Nokia Platforms (#20979) Enable and use the asic_sensors polling on the Nokia platforms: arm64-nokia_ixs7215_52xb-r0 x86_64-nokia_ixr7220_h4-r0 x86_64-nokia_ixr7220_h4_32d-r0 x86_64-nokia_ixr7220_h5_64d-r0 Fixes Nokia-ION/ndk#36 Signed-off-by: mlok <[email protected]>
VladimirKuk
pushed a commit
to Marvell-switching/sonic-buildimage
that referenced
this pull request
Jan 21, 2025
…sors polling on Nokia Platforms (sonic-net#20979) Enable and use the asic_sensors polling on the Nokia platforms: arm64-nokia_ixs7215_52xb-r0 x86_64-nokia_ixr7220_h4-r0 x86_64-nokia_ixr7220_h4_32d-r0 x86_64-nokia_ixr7220_h5_64d-r0 Fixes Nokia-ION/ndk#36 Signed-off-by: mlok <[email protected]>
Contributor
Author
|
@arlakshm and @judyjoseph This PR is needed by 202411. Please help to cherry-pick it. Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why I did it
Enable and use the asic_sensors polling on the Nokia platforms:
arm64-nokia_ixs7215_52xb-r0
x86_64-nokia_ixr7220_h4-r0
x86_64-nokia_ixr7220_h4_32d-r0
x86_64-nokia_ixr7220_h5_64d-r0
Fixes https://github.com/Nokia-ION/ndk/issues/36
Work item tracking
How I did it
Modify the platform.json files with the below definition no Nokia platforms to enable the asic_sensors polling.
"asic_sensors": {
"polling_interval": "10",
"poll_admin_status": "enable"
}
This PR works with PR #20826
How to verify it
execute CLI "show platform temperature". The output will display the asic_sensors temperature.
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)