SONiC Configuration Setup Service#433
Merged
xinliu-seattle merged 1 commit intosonic-net:masterfrom Dec 17, 2019
Merged
Conversation
- This document explains the need and functionality of a service to initialize and manage configuration of a SONiC switch. - The intention of this service is to replace some features of updategraph Signed-off-by: Rajendra Dendukuri <[email protected]>
lguohan
pushed a commit
to sonic-net/sonic-utilities
that referenced
this pull request
Dec 4, 2019
…#715) Used "config-setup backup" command to take a backup copy of current SONiC configuration. Refer to sonic-net/SONiC#433 and sonic-net/sonic-buildimage#3227 for more information Added skip_migration option to "sonic_installer install" command to allow user to install an image with factory default configuration. Signed-off-by: Rajendra Dendukuri <[email protected]>
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this pull request
Aug 3, 2023
… (#715) Used "config-setup backup" command to take a backup copy of current SONiC configuration. Refer to sonic-net/SONiC#433 and sonic-net/sonic-buildimage#3227 for more information Added skip_migration option to "sonic_installer install" command to allow user to install an image with factory default configuration. Signed-off-by: Rajendra Dendukuri <[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.
This document explains the need and functionality of a service to
initialize and manage configuration of a SONiC switch.
The intention of this service is to replace some features of updategraph
These changes are being made as part of Zero Touch Provisioning Feature for SONiC
Signed-off-by: Rajendra Dendukuri [email protected]