Add new liquid cooling base object#603
Merged
judyjoseph merged 1 commit intosonic-net:masterfrom Nov 3, 2025
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Yuanzhe, Liu <[email protected]>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Oct 5, 2025
Merged
Junchao-Mellanox
approved these changes
Oct 7, 2025
keboliu
approved these changes
Oct 14, 2025
Collaborator
|
@judyjoseph would you please help review this PR? |
nate-nexthop
reviewed
Nov 7, 2025
| """ | ||
| return self.name | ||
|
|
||
| def is_leak(self): |
Contributor
There was a problem hiding this comment.
I guess this merged already, but this code would read easier if this function was called is_leaking instead of is_leak.
Contributor
Author
There was a problem hiding this comment.
noted, I will update it in next round update, thanks for the suggestion!
liat-grozovik
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Dec 15, 2025
…24125) - Why I did it Following this HLD for liquid cooling sonic-net/SONiC#2032, I created this pr to add Mellanox platform specific APIs. This pr has dependency on sonic-net/sonic-platform-common#603 - How I did it Add support for liquid cool part of the platform API in case thermal How to verify it Add unit test to cover the new added code once liquid cool is enabled Signed-off-by: Yuanzhe Liu <[email protected]>
hdwhdw
pushed a commit
to hdwhdw/sonic-buildimage
that referenced
this pull request
Dec 18, 2025
…onic-net#24125) - Why I did it Following this HLD for liquid cooling sonic-net/SONiC#2032, I created this pr to add Mellanox platform specific APIs. This pr has dependency on sonic-net/sonic-platform-common#603 - How I did it Add support for liquid cool part of the platform API in case thermal How to verify it Add unit test to cover the new added code once liquid cool is enabled Signed-off-by: Yuanzhe Liu <[email protected]> Signed-off-by: Dawei Huang <[email protected]>
xwjiang-ms
pushed a commit
to xwjiang-ms/sonic-buildimage
that referenced
this pull request
Dec 22, 2025
…onic-net#24125) - Why I did it Following this HLD for liquid cooling sonic-net/SONiC#2032, I created this pr to add Mellanox platform specific APIs. This pr has dependency on sonic-net/sonic-platform-common#603 - How I did it Add support for liquid cool part of the platform API in case thermal How to verify it Add unit test to cover the new added code once liquid cool is enabled Signed-off-by: Yuanzhe Liu <[email protected]> Signed-off-by: xiaweijiang <[email protected]>
jasonbridges
pushed a commit
to jasonbridges/sonic-buildimage
that referenced
this pull request
Jan 22, 2026
…onic-net#24125) - Why I did it Following this HLD for liquid cooling sonic-net/SONiC#2032, I created this pr to add Mellanox platform specific APIs. This pr has dependency on sonic-net/sonic-platform-common#603 - How I did it Add support for liquid cool part of the platform API in case thermal How to verify it Add unit test to cover the new added code once liquid cool is enabled Signed-off-by: Yuanzhe Liu <[email protected]>
FengPan-Frank
pushed a commit
to FengPan-Frank/sonic-buildimage
that referenced
this pull request
Mar 6, 2026
…onic-net#24125) - Why I did it Following this HLD for liquid cooling sonic-net/SONiC#2032, I created this pr to add Mellanox platform specific APIs. This pr has dependency on sonic-net/sonic-platform-common#603 - How I did it Add support for liquid cool part of the platform API in case thermal How to verify it Add unit test to cover the new added code once liquid cool is enabled Signed-off-by: Yuanzhe Liu <[email protected]> Signed-off-by: Feng Pan <[email protected]>
dprital
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Mar 19, 2026
…24125) - Why I did it Following this HLD for liquid cooling sonic-net/SONiC#2032, I created this pr to add Mellanox platform specific APIs. This pr has dependency on sonic-net/sonic-platform-common#603 - How I did it Add support for liquid cool part of the platform API in case thermal How to verify it Add unit test to cover the new added code once liquid cool is enabled Signed-off-by: Yuanzhe Liu <[email protected]> Signed-off-by: dprital <[email protected]>
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.
Description
Motivation and Context
Following this HLD for liquid cooling sonic-net/SONiC#2032, I created this pr to add common liquid cooling object to common platform API
How Has This Been Tested?
Additional Information (Optional)