-
Notifications
You must be signed in to change notification settings - Fork 25
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
external authentication modules are being included in podified even if not used #281
Comments
I'm not even sure why samba is getting installed in podified, since the appliance rpm isn't installed:
|
Similarly, ruby-dbus gem can probably be eliminated in podified (which also causes some licensing issues since it is LGPL) See: https://github.com/ManageIQ/manageiq/blob/dc3e771652e88e83e5687e554230bceda612ef6a/Gemfile#L258 I wonder if it can be moved to the systemd section? |
@kbrock if you're interested. |
self assigned, but just so it doesn't slip through the cracks for me. |
Seems cifs-utils in the gemset rpm is pulling samba-client-libs Searching we find:
Which implies samba is needs for the FileDepot stuff to connect to samba shares. If we can get rid of FileDeopt, then this can go away. cc @bdunne |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
We may be able to remove just the samba portion of file depot? |
Database backups and log collection. I think they're both gone from the UI as they're done in the appliance console and through the collect_logs tool. |
We should reorganize the external authentication modules (in particular samba), to not need to be present in the podified images, since they aren't need in those images. They might be needed in the httpd-init container image, but most probably don't need to live in the httpd container image either.
See
manageiq-rpm_build/rpm_spec/subpackages/manageiq-appliance
Lines 20 to 46 in a37578c
The text was updated successfully, but these errors were encountered: