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

Showtech sonic mgmt framework: Add Management Framework functionality for "show tech-support" #49

Merged

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    6f643d5 View commit details
    Browse the repository at this point in the history
  2. Add host_comm.go to the translib/tranformer directory

    Add definitions for mgmt common host APIs.
    kerry-meyer committed May 15, 2021
    Configuration menu
    Copy the full SHA
    5fd8cb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Showtech sonic mgmt framework: Add handling for an output "status" fi…

    …eld.
    
    These changes make use of an additional output field for the "show
    tech-support" command. The corresponding output-status leaf is added
    to the set of output leaves in the Yang definition for the
    sonic-show-techsupport module. This additional field is specified
    in the SONiC Community HLD for the Management Framework "show tech-support"
    feature, but was not present in the initial implementation of the feature.
    
    The purpose of the additional field is to provide an indication of
    "success" or detailed failure  status that is separate from the
    output-filename field. With this change, the output-filename contains
    either an output filename or a null string, and is no longer used to
    describe errors in the event of a failure.
    kerry-meyer committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    06a82da View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Delete commented out code from host_comm.go

    This file contained commented out code to provide examples of synchronous and asynchronous invocation of the "HostQuery" and "HostQueryAsync" functions.
    
    The examples are being deleted from this file to eliminate a block of commented out code. The equivalent information should, instead, be provided in the "SONiC_Host_Services_Developer_Guide" document.
    kerry-meyer committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    781856d View commit details
    Browse the repository at this point in the history