-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use OvirtSDK for the provisioning flow, this respects use_ovirt_engin…
…e_sdk setting and will not use OvirtSDK if it is off. This was a common effort with big contribution from @pkliczewski and help from @jhernand and @masayag
- Loading branch information
Boris Odnopozov
committed
Apr 24, 2017
1 parent
a914960
commit dee68de
Showing
34 changed files
with
919 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/models/manageiq/providers/redhat/infra_manager/inventory.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ManageIQ::Providers::Redhat::InfraManager::Inventory | ||
require_nested :Inventory | ||
require_nested :Builder | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/models/manageiq/providers/redhat/infra_manager/ovirt_services.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ManageIQ::Providers::Redhat::InfraManager::OvirtServices | ||
require_nested :Builder | ||
require_nested :OvirtServices | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...dhat/infra_manager/inventory/inventory.rb → ..._manager/ovirt_services/ovirt_services.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module ManageIQ::Providers::Redhat::InfraManager::Inventory | ||
module ManageIQ::Providers::Redhat::InfraManager::OvirtServices | ||
class Error < StandardError; end | ||
class VmNotReadyToBoot < Error; end | ||
end |
Oops, something went wrong.