-
Notifications
You must be signed in to change notification settings - Fork 69
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
Persister: InventoryCollection building through add_collection() (Infra) #299
Conversation
switching from old interface for IC definitions
0b00342
to
2360e65
Compare
For InfraManager's persister
Ovirt added incompatible parent_iventory_collections property to core
end | ||
end | ||
|
||
def add_host_guest_devices |
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.
@agrare moved to core in your PR https://github.com/ManageIQ/manageiq/pull/17505/files#diff-be0179ddb233d59fa266cfa25e271345R27
So I'll wait for merge of it
end | ||
end | ||
|
||
def add_host_system_services |
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.
@agrare can I move this one to core too? ..or can you add it to your PR (mentioned above)?
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.
@slemrmartin 👍 I'll add it to my PR
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.
under Inventory dir
Checked commits slemrmartin/manageiq-providers-vmware@2360e65~...3d7d704 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Cc @Ladas |
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.
👍 awesome
Persister: InventoryCollection building through add_collection() (Infra)
…figration_namespace Created new namespace for Configuration/Email.
Issue: ManageIQ/manageiq#17396
New Interface for definition/creating InventoryCollection from persister.
Using add_collection() instead of add_inventory_collection() to build collections.
This PR refactors persister for Infra manager.
Builder classes are defined on core project, provider specific InventoryCollections specified in concerns
Cc @agrare