-
Notifications
You must be signed in to change notification settings - Fork 0
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
split initialization of sonic_platform to a per-daemon basis #3
Commits on Jul 14, 2019
-
install new platform api on host
Stephen Sun committedJul 14, 2019 Configuration menu - View commit details
-
Copy full SHA for c183ce8 - Browse repository at this point
Copy the full SHA c183ce8View commit details
Commits on Jul 15, 2019
-
1. install necessary dependencys of chassis api on host, like sonic-d…
…aemon-base 2. remove dependency on the modules not feasible to install on host, like swsscomm, sdk, etc.
Stephen Sun committedJul 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 235e792 - Browse repository at this point
Copy the full SHA 235e792View commit details
Commits on Jul 16, 2019
-
add dependency on SONIC_PLATFORM_API_PY2 for SONIC_INSTALLERS
Stephen Sun committedJul 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 69168ca - Browse repository at this point
Copy the full SHA 69168caView commit details
Commits on Jul 17, 2019
-
fix type in process-reboot-cause
Stephen Sun committedJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 0e46276 - Browse repository at this point
Copy the full SHA 0e46276View commit details -
fix the issue "'NoneType' object has no attribute 'closelog'" which r…
…esults from referencing an already destroyed global variable when destructuring daemon_base.Logger by introducing a class member to represent the global
Stephen Sun committedJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for a45d957 - Browse repository at this point
Copy the full SHA a45d957View commit details
Commits on Jul 18, 2019
-
enhance the reboot cause by supporting aux power failure, long/short …
…push on power button
Stephen Sun committedJul 18, 2019 Configuration menu - View commit details
-
Copy full SHA for ca90b7a - Browse repository at this point
Copy the full SHA ca90b7aView commit details -
optimize chassis's initialization by
1. removing iniaializations of varient components out from constructor and providing one initializer for each. 2. only import other modules when initializing it. by doing so, initializing time is reduced and unnecessary dependencies of chassis is removed for daemons who don't need them.
Stephen Sun committedJul 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 18e2717 - Browse repository at this point
Copy the full SHA 18e2717View commit details
Commits on Jul 25, 2019
-
we decide to split chassis in a host/daemon basis rather than a per-daemon bases. adjust the argument of Platform() accordingly as well as all code that calls Platform.
Stephen Sun committedJul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for e2fe79d - Browse repository at this point
Copy the full SHA e2fe79dView commit details