-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nvidia-bluefield] Add support for new "nvidia-bluefield" platform. #21
Conversation
# | ||
|
||
BF_ASSETS_GITHUB_REPO = nvidia-sonic/sonic-bluefield-packages | ||
SDK_ASSETS_GITHUB_TOKEN = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we plan to handle this, shouldn't we be hosting these packages in a public repo instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'm working on moving releases to the public repository.
|
||
def get_bf_version(self): | ||
bf2_platforms = ['Nvidia-MBF2H536C'] | ||
return BFVersion.BF2 if self.get_platform_name() in bf2_platforms else BFVersion.BF3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, removed
raise ImportError (str(e) + "- required module not found") | ||
|
||
def initialize_chassis_thermals(bfversion): | ||
if bfversion == BFVersion.BF3: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we don't support BF2, maybe it's better to remove BFVersion and these checks altogether?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
Signed-off-by: Oleksandr Ivantsiv <oivantsiv@nvidia.com> Co-authored-by: Vivek Reddy <vkarri@nvidia.com> Co-authored-by: Yakiv Huryk <yhuryk@nvidia.com>
1c234e8
to
dc2b7dc
Compare
…tically (sonic-net#19459) #### Why I did it src/sonic-dash-api ``` * 5809048 - (HEAD -> master, origin/master, origin/HEAD) [build]Update pool sonicbld to sonic-ububtu-1c since it's deprecated (#21) (10 days ago) [Jianquan Ye] ``` #### How I did it #### How to verify it #### Description for the changelog
Why I did it
Work item tracking
How I did it
How to verify it
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)