-
Notifications
You must be signed in to change notification settings - Fork 109
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
Inventory::Builder functions moved to Inventory #480
Conversation
@Ladas Amazon is a bit special with its builder, but it's still worth to inherit from core. Please review |
6ea1c46
to
a0e8ae3
Compare
a0e8ae3
to
f890493
Compare
f890493
to
f0b8857
Compare
@agrare please review |
Checked commits slemrmartin/manageiq-providers-amazon@3fd3866~...f0b8857 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 app/models/manageiq/providers/amazon/inventory.rb
|
when ManagerRefresh::TargetCollection | ||
[ManageIQ::Providers::Amazon::Inventory::Parser::CloudManager, | ||
ManageIQ::Providers::Amazon::Inventory::Parser::NetworkManager, | ||
ManageIQ::Providers::Amazon::Inventory::Parser::StorageManager::Ebs] |
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.
I wonder if we could do something generally with child_manager_types on ExtManagementSystem or something...
common functionality extracted to
ManageIQ::Providers::Inventory