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

[ycabled] add capability to enable/disable telemetry (#279) #280

Merged
merged 7 commits into from
Aug 10, 2022

Commits on Aug 9, 2022

  1. [ycabled] add capability to enable/disable telemetry (sonic-net#279)

    This PR provides a capability to sonic-utilities CLI to enable/disable telemetry for ycabled.
    Basically there is a periodic loop for ycabled which posts telemetry data for that configured interval of time(currently 60 sec). This PR diables this data posting, and does not call platform API calls for ycable.
    This PR is required for the initiative of getting some failover/switchover not get interfered because of sonic-telemetry API calls.
    The CLI for enabling/disabling telemetry is
    config muxcable telemetry enable/disable
    
    Description
    Motivation and Context
    How Has This Been Tested?
    UT and deploying changes on Arista testbed
    
    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2d13098 View commit details
    Browse the repository at this point in the history
  2. fix branch changes

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fa7bebc View commit details
    Browse the repository at this point in the history
  3. fix the diff

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    48f65aa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. fix pipelines

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b19fd67 View commit details
    Browse the repository at this point in the history
  2. try removing the dependency

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    84e521c View commit details
    Browse the repository at this point in the history
  3. try changing id

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6c3df9a View commit details
    Browse the repository at this point in the history
  4. remove buster path

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6037a25 View commit details
    Browse the repository at this point in the history