Skip to content
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

[doc]: Add github ownership file #1791

Merged
merged 1 commit into from
Jun 22, 2021
Merged

[doc]: Add github ownership file #1791

merged 1 commit into from
Jun 22, 2021

Conversation

prsunny
Copy link
Collaborator

@prsunny prsunny commented Jun 17, 2021

What I did
Add ownership file for swss repo

Why I did it

How I verified it

Details if related

@prsunny prsunny requested a review from lguohan June 17, 2021 17:28
@lguohan lguohan changed the title Add gihub ownership file [doc]: Add gihub ownership file Jun 17, 2021
@lguohan lguohan changed the title [doc]: Add gihub ownership file [doc]: Add github ownership file Jun 17, 2021
@prsunny prsunny merged commit e03c677 into sonic-net:master Jun 22, 2021
@prsunny prsunny deleted the owner branch June 22, 2021 16:44
raphaelt-nvidia pushed a commit to raphaelt-nvidia/sonic-swss that referenced this pull request Oct 5, 2021
EdenGri pushed a commit to EdenGri/sonic-swss that referenced this pull request Feb 28, 2022
… when image mismatch (sonic-net#1791)

What I did
Add --skip-platform-check option for sonic_installer;

How I did it
Add --skip-platform-check option for sonic_installer when image ASIC mismatch;
Split verify_binary_image to verify_secureboot_image and verify_image_platform to handle
image verification more accurately.

How to verify it
Installing a bin file which differs the running platform's ASIC will fail. 

Previous command output (if the output of a command-line utility has changed)
sudo sonic-installer install --help
Usage: sonic-installer install [OPTIONS] URL
Install image from local binary or URL
Options:
-y, --yes
-f, --force_install Force installation of an image of a type which
differs from that of the current running image
--skip_migration Do not migrate current configuration to the newly
installed image
--skip-package-migration Do not migrate current packages to the newly
installed image
--help Show this message and exit.

New command output (if the output of a command-line utility has changed)
Options:
-y, --yes
-f, --force, --skip-secure-check
Force installation of an image of a non-
secure type than secure running image
--skip-platform-check Force installation of an image of a type
which is not of the same platform
--skip_migration Do not migrate current configuration to the
newly installed image
--skip-package-migration Do not migrate current packages to the newly
installed image
--help Show this message and exit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants