-
Notifications
You must be signed in to change notification settings - Fork 900
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
[WIP] Rhv 4 api support for targeted refresh #14063
Conversation
3858fca
to
fdd883f
Compare
This is a preparation for using the new ovirt-engine-sdk for providers that support v4 of the api, while using the old Ovirt gem for those that do not.
e333a13
to
050d10a
Compare
Some comments on commits pkliczewski/manageiq@ba3bbc6~...050d10a spec/models/manageiq/providers/redhat/infra_manager/event_parser_spec.rb
spec/models/manageiq/providers/redhat/infra_manager/refresh/refresher_4_1_spec.rb
spec/models/manageiq/providers/redhat/infra_manager/refresh/refresher_target_vm_4_spec.rb
|
Checked commits pkliczewski/manageiq@ba3bbc6~...050d10a with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 app/models/manageiq/providers/redhat/infra_manager/inventory/strategies/v3.rb
app/models/manageiq/providers/redhat/infra_manager/inventory/strategies/v4.rb
app/models/manageiq/providers/redhat/infra_manager/provision/cloning.rb
app/models/manageiq/providers/redhat/infra_manager/provision/configuration.rb
app/models/manageiq/providers/redhat/infra_manager/provision/configuration/container.rb
app/models/manageiq/providers/redhat/infra_manager/refresh/parse/strategies/vm_inventory.rb
app/models/manageiq/providers/redhat/infra_manager/refresh/strategies/api3.rb
spec/models/manageiq/providers/redhat/infra_manager/event_parser_spec.rb
spec/models/manageiq/providers/redhat/infra_manager/refresh/refresher_4_1_spec.rb
|
This pull request is not mergeable. Please rebase and repush. |
This PR was only to collaborate with Boris. It is not needed any more. |
This PR contains targeted refresh changes built on top of:
#13742