-
Notifications
You must be signed in to change notification settings - Fork 543
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
[greenboot] seperate logs to a standalone plugin. #3352
Conversation
c4e4157
to
c6bf6b0
Compare
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
c6bf6b0
to
8b00ac3
Compare
Commit message speaks about journal logs, but the change would collect just a config file - do I miss something..? |
Commit message for a plugin wants to be something like |
sos/report/plugins/greenboot.py
Outdated
short_desc = 'Greenboot' | ||
plugin_name = 'greenboot' | ||
plugin_timeout = 300 | ||
packages = ('microshift-greenboot',) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't want to tie this to MicroShift.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dhellmann , greenboot is distributed as microshift-greenboot
rpm, are we going to change that also?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The microshift-greenboot
RPM contains the scripts for MicroShift to integrate with greenboot, but the actual system software is in the greenboot
RPM.
8b00ac3
to
8bf6a4c
Compare
5c7d1c6
to
62c7f40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, however this needs to be rebased on current main
as there is now a merge conflict based upon another change to the microshift
plugin (minor change to the services tuple).
Once that's done, this should be good. Note 4.6.1 is scheduled to close tomorrow.
62c7f40
to
f4d2cab
Compare
Signed-off-by: Evgeny Slutsky <[email protected]>
f4d2cab
to
5319c3f
Compare
ACK and done . |
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines