-
Notifications
You must be signed in to change notification settings - Fork 176
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
[sonic-platform-base] Introduce APIs for modular chassis support #124
[sonic-platform-base] Introduce APIs for modular chassis support #124
Commits on Oct 21, 2020
-
Add card_base for line-cards in voq-chassis
Introducing CardBase class to repesent pluggable cards in a voq-chassis. Add helper APIs in chassis_base.py for num_cards(), get_card_list(), get_controlcard_instance() and get_my_instance()
Configuration menu - View commit details
-
Copy full SHA for 24d3735 - Browse repository at this point
Copy the full SHA 24d3735View commit details -
Using ModuleBase instead of CardBase
Addressing review-comments
Configuration menu - View commit details
-
Copy full SHA for 404b36c - Browse repository at this point
Copy the full SHA 404b36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ef178 - Browse repository at this point
Copy the full SHA 17ef178View commit details
Commits on Oct 22, 2020
-
Change control-card to supervisor
Fixes for other review comments * Add more decscriptive headers for APIs
Configuration menu - View commit details
-
Copy full SHA for 89d04c9 - Browse repository at this point
Copy the full SHA 89d04c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f108722 - Browse repository at this point
Copy the full SHA f108722View commit details
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1050999 - Browse repository at this point
Copy the full SHA 1050999View commit details
Commits on Oct 28, 2020
-
Fix docstring and add reboot_type in reboot API
In module_base.py, introducing a reboot_type option in reboot() API as per review comments.
Configuration menu - View commit details
-
Copy full SHA for 51ed4ae - Browse repository at this point
Copy the full SHA 51ed4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e610986 - Browse repository at this point
Copy the full SHA e610986View commit details
Commits on Nov 4, 2020
-
Addressing doc-string review comments
Changing get_status() to get_oper_status() since the signature is different from the device_base.get_status() which returns a bool
Configuration menu - View commit details
-
Copy full SHA for 2b13a42 - Browse repository at this point
Copy the full SHA 2b13a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bc927 - Browse repository at this point
Copy the full SHA 82bc927View commit details