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

Introduce chassisd to monitor status of cards on chassis #97

Merged
merged 12 commits into from
Nov 10, 2020

Commits on Sep 30, 2020

  1. Chassisd to monitor status of cards on chassis

    Support of monitoring of line-cards and fabric-cards. This
    runs in the main thread periodically.
    
    Support of handling configuration of moving the cards to
    administratively up/down state. The handling happens as part
    of a separate thread that waits on select() for config event.
    mprabhu-nokia committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    e855529 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Chassisd changes to db key-name

    Additional changes to config-handling as part of another process.
    mprabhu-nokia committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c1a72c3 View commit details
    Browse the repository at this point in the history
  2. Fix error log message

    mprabhu-nokia committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    d82046b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    2a1f40b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2e5ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ef8f22 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Update chassisd to add UTs

    Separated chassisd tasks into ModuleUpdater and ModuleConfigManager
    classes. UTs are run using Mock platform, chassis and modules on
    the above classes
    mprabhu-nokia committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    34902a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    aa96fd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    69398bd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    b71cf95 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    f506d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced331f View commit details
    Browse the repository at this point in the history