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

Added documentation for 'ztp run' command #59

Open
wants to merge 214 commits into
base: master
Choose a base branch
from

Conversation

olivier-singla
Copy link

No description provided.

seiferteric and others added 30 commits July 29, 2019 20:29
Includes changes from Sachin, Arun and Partha.
Added text and images for the Transformer section of the HLD.
The first reversion was pushed by accident.
This reverts commit 308a985.
Updated GNMI information
Updated the overall architecture diagram to reflect the addition of the Transformer component.
* 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
justinejose91 and others added 27 commits December 10, 2019 22:14
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
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
PortChannel, Vlan etc are merged into one single HLD.
PortChannel, Vlan etc are merged into one single Interfaces HLD.
add initial version of data VRF HLD in mgmt framework
@@ -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.
Copy link
Collaborator

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.