-
Notifications
You must be signed in to change notification settings - Fork 79
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
Move MiqFileStorage into core and provider specific gems #403
Comments
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
Updated full file list of files to be extracted (see PR description for previous version):
|
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 traige process documentation. |
Note: This will most likely just be removed/deleted, as we are moving away from supporting the process of connecting to file storage providers, and leaving that up to the user to mount it themselves. |
Did you want to keep this issue open anyway, or should we just close? |
@Fryguy I think I am going to leave it open until we delete it, and then close it. But if you think I might forget (which... honestly, I might), we can also close it now. I just wanted something open as a reminder that it needed to be updated. |
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. |
This issue has been automatically closed because it has not been updated for at least 3 months. Feel free to reopen this issue if this issue is still valid. Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
Related to the large issue, #231 (the
mount/*
checkbox), though has grown in scope since that issue was created do to the addition of the following classes/libs being created/reworked:lib/gems/pending/util/miq_file_storage.rb
lib/gems/pending/util/miq_object_storage.rb
lib/gems/pending/util/miq_ftp_lib.rb
lib/gems/pending/util/object_storage/*.rb
miq_ftp_storage.rb
miq_s3_storage.rb
miq_swift_storage.rb
Really, this is all
manageiq
related, and should just live there inlib/
(or a core gem... if we ever go that route). The provider specific ones should live in their respective provider repos, and get loaded in as part of the rake tasks to determine what functionality is available then (instead of the hard coding that is done currently).Task items
MiqFileStorage
andMiqFTPLib
manageiq#19547 , Extract MiqFileStorage and MiqFtpLib #454 )The text was updated successfully, but these errors were encountered: