forked from sonic-net/SONiC
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Added documentation for 'ztp run' command #59
Open
olivier-singla
wants to merge
214
commits into
project-arlo:master
Choose a base branch
from
olivier-singla:ztp-doc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Includes changes from Sachin, Arun and Partha.
…into mgmt-framework
Added text and images for the Transformer section of the HLD.
This reverts commit 702f9af.
The first reversion was pushed by accident. This reverts commit 308a985.
Updated GNMI information
Updated GNMI information
Updated the overall architecture diagram to reflect the addition of the Transformer component.
…into mgmt-framework
* Put document in DRAFT state * Made changes throughout to account for Transformer module * MIscellaneous fixes for typos
…an image that did not add much in the gnmi section
* Concurrent Access via Redis CAS transactions
* Added support for Subscribe API in translib
update the transformer section with the latest progress
Added the model for patch, delete and get operations
* Initial draft of RBAC HLD * RBAC HLD: Fixed spacing issues * RBAC HLD: Combine PW/Token auth * RBAC HLD: Add certificate considerations * RBAC HLD: Add local user mgmt * RBAC: Finalized on CLI-to-REST authentication * RBAC: Updated document after review between Dell and Broadcom * RBAC HLD: Remote Users Clarification * RBAC HLD -- Addressed PR comments - clarified that operators are read-only and admins are read/write - clarified details around CLI authentication and how CLI uses certificates. - clarified details about how certificates are used by REST and gNMI. * Add documentation on persistent HTTP connections from CLI * Add details about hamd
Management Framework HLD updates
Signed-off-by: Tejaswi Goel <[email protected]>
Signed-off-by: Mike Lazar <[email protected]>
…ost-doc Dbus container to host doc
HLD - D-Bus Container to Host Communications
Add new API details, platform and custom validation, new test cases.
…ld_cvl Adding CVL related enhancements details in Mgmt Framwork spec
Add VLAN range option Signed-off-by: Tejaswi Goel <[email protected]>
PortChannel, Vlan etc are merged into one single HLD.
PortChannel, Vlan etc are merged into one single Interfaces HLD.
…pc-counters HLD for Interfaces
HLD: show/clear ip/ipv6 arp/neighbors
add initial version of data VRF HLD in mgmt framework
jeff-yin
approved these changes
Jan 25, 2020
doc/mgmt/SONiC_Ztp_DesignDoc.md
Outdated
@@ -73,6 +74,10 @@ This command displays the current ZTP configuration of the switch. It also displ | |||
|
|||
The ```ztp enable``` command is used to administratively enable ZTP. When ZTP feature is included as a build option, ZTP service is configured to be enabled by default. This command is used to re-enable ZTP after it has been disabled by user. It is to be noted that this command will only modify the ZTP configuration file and does not perform any other actions. | |||
|
|||
**ztp run** | |||
|
|||
The ```ztp run``` command is used to manually restart a new ZTP session. This command deletes the existing */etc/sonic/config_db.json* file and stats ZTP service. It also erases the previous ZTP session data. ZTP configuration is loaded on to the switch and ZTP discovery is performed. |
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.
"stats" should be "starts"
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.
No description provided.