[asic_sensors] Generate the asic_sensors polling configuration based on the platform.json (#20826)#499
Closed
Javier-Tan wants to merge 1 commit intoAzure:202405from
Closed
[asic_sensors] Generate the asic_sensors polling configuration based on the platform.json (#20826)#499Javier-Tan wants to merge 1 commit intoAzure:202405from
Javier-Tan wants to merge 1 commit intoAzure:202405from
Conversation
…on the platform.json (#20826) For any platform which supports the asic_sensors pulling, it requires the configuration files (config_db#.json) contain the following configuration to trigger the system to poll the ASIC sensors temperature. Fixes Nokia-ION/ndk#48 Adding Yang model support to fixes #20633 --------- Signed-off-by: mlok <[email protected]>
Author
bingwang-ms
pushed a commit
that referenced
this pull request
Jan 16, 2026
…lly (#23897) #### Why I did it src/sonic-gnmi ``` * 9527897 - (HEAD -> master, origin/master, origin/HEAD) Feature/certificate system (#500) (12 hours ago) [Dawei Huang] * e3e76a0 - [Show] Implement `show chassis modules midplane-status` & `show system-health dpu` (#499) (7 days ago) [jingwenxie] ``` #### How I did it #### How to verify it #### Description for the changelog
bingwang-ms
pushed a commit
that referenced
this pull request
Jan 16, 2026
…tomatically (#24286) #### Why I did it src/sonic-linux-kernel ``` * 14cd5ce - (HEAD -> master, origin/master, origin/HEAD) Enable TMP464 I2C Temperature Sensor for Nokia H6-64O. (#511) (2 days ago) [JunhongMao] * 15e4ad9 - Secureboot modifications for ephemeral key signing (#499) (3 days ago) [Brad House - NextHop] ``` #### How I did it #### How to verify it #### Description for the changelog
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
For any platform which supports the asic_sensors pulling, it requires the configuration files (config_db#.json) contain the following configuration to trigger the system to poll the ASIC sensors temperature. Fixes https://github.com/Nokia-ION/ndk/issues/48
Adding Yang model support to fixes sonic-net/sonic-buildimage#20633
Work item tracking
How I did it
Notice: For all platforms which support the asic_sensors polling requires to add the following definition to the device data platform.json file
Also add Yang Model support the ASIC_SENSORS configuration. INcluding YangModel UT.
How to verify it