-
Notifications
You must be signed in to change notification settings - Fork 107
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
Introduce Amazon S3 StorageManager #106
Conversation
This pull request is not mergeable. Please rebase and repush. |
418997b
to
704eaf0
Compare
704eaf0
to
8964210
Compare
I've rebased my branch, fixed style issues and followed recommendations for #101. |
8964210
to
4e9c1e1
Compare
4e9c1e1
to
2ee3d7b
Compare
@aiperon Cannot apply the following label because they are not recognized: wip |
1332c3a
to
98a03fa
Compare
27eacd5
to
8f478cb
Compare
@aiperon ah, I think rename caused you need to rebase again :-) |
This pull request is not mergeable. Please rebase and repush. |
Basic stubs and test for management of Amazon S3
Similarly to ManageIQ#102. Adds support for inventory collection using inventory abstraction. It mimics existing cloud, network and ebs managers.
8f478cb
to
f500c6e
Compare
Checked commits aiperon/manageiq-providers-amazon@e57e466~...f500c6e with ruby 2.2.6, rubocop 0.46.0, and haml-lint 0.19.0 app/models/manageiq/providers/amazon/storage_manager/s3/refresh_parser_inventory_object.rb
app/models/manageiq/providers/amazon/storage_manager/s3/refresher.rb
spec/models/manageiq/providers/amazon/storage_manager/s3/stubbed_refresher_spec.rb
|
@Ladas fortunately it's not a big deal in that case. Done & green. |
@aiperon looks great, thank you for the contribution :-) |
Similarly to #101 this commit sets up the core structure of the new AWS S3 manager.
It provides just the basic stubs and tests that are to be extended.
The refresher collects data about existing buckets.
@miq-bot add_label enhancement