-
Notifications
You must be signed in to change notification settings - Fork 667
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
Disable Key Validation feature on 202305 branch for Cisco Platforms #3115
Merged
abdosi
merged 2 commits into
sonic-net:master
from
selvipal:selvipal/disable_key_validation_m
Jan 11, 2024
Merged
Disable Key Validation feature on 202305 branch for Cisco Platforms #3115
abdosi
merged 2 commits into
sonic-net:master
from
selvipal:selvipal/disable_key_validation_m
Jan 11, 2024
Conversation
This file contains 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
… is not ready yet. This will be removed once platform support is added. Signed-off-by: selvipal <selvipal@cisco.com>
abdosi
approved these changes
Jan 11, 2024
Hi @abdosi , need help to prioritize this double commit for 202305. Thanks |
hi @abdosi could we have ADO if you support this chery pick? @StormLiangMS Updated. |
mssonicbld
pushed a commit
to mssonicbld/sonic-utilities
that referenced
this pull request
Jan 20, 2024
…atforms (sonic-net#3115) Disabling key validation feature in grub file as its not yet supported for Cisco platforms What I did Check if the platform we are installing the image on is a Cisco platform Return success if it is so we are on Cisco platform. This way, we do not perform signature verification as this feature is not yet supported on our platforms. How I did it Modified sonic-installer grub.py code
Cherry-pick PR to 202305: #3128 |
mssonicbld
pushed a commit
that referenced
this pull request
Jan 20, 2024
…atforms (#3115) Disabling key validation feature in grub file as its not yet supported for Cisco platforms What I did Check if the platform we are installing the image on is a Cisco platform Return success if it is so we are on Cisco platform. This way, we do not perform signature verification as this feature is not yet supported on our platforms. How I did it Modified sonic-installer grub.py code
mssonicbld
added
Included in 202305 Branch
and removed
Created PR to 202305 Branch
labels
Jan 20, 2024
mssonicbld
pushed a commit
to mssonicbld/sonic-utilities
that referenced
this pull request
Feb 2, 2024
…atforms (sonic-net#3115) Disabling key validation feature in grub file as its not yet supported for Cisco platforms What I did Check if the platform we are installing the image on is a Cisco platform Return success if it is so we are on Cisco platform. This way, we do not perform signature verification as this feature is not yet supported on our platforms. How I did it Modified sonic-installer grub.py code
Cherry-pick PR to 202311: #3141 |
mssonicbld
added
Included in 202311 Branch
and removed
Created PR to 202311 Branch
labels
Feb 2, 2024
mssonicbld
pushed a commit
that referenced
this pull request
Feb 2, 2024
…atforms (#3115) Disabling key validation feature in grub file as its not yet supported for Cisco platforms What I did Check if the platform we are installing the image on is a Cisco platform Return success if it is so we are on Cisco platform. This way, we do not perform signature verification as this feature is not yet supported on our platforms. How I did it Modified sonic-installer grub.py code
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.
Disabling key validation feature in grub file as its not yet supported for Cisco platforms
What I did
Microsoft ADO: 26501769
How I did it
Modified sonic-installer grub.py code
How to verify it
Use sonic-installer command without this fix and try to downgrade from 202305 image to 202205 image, you will see the error. With this fix, the image will be installed
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)