-
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
Add IBM Cloud to 'eligible_for_provisioning' list #20484
Add IBM Cloud to 'eligible_for_provisioning' list #20484
Conversation
#20483 will have to be merged before this |
@@ -17,7 +17,8 @@ def self.eligible_for_provisioning | |||
ManageIQ::Providers::Azure::CloudManager::Template | |||
ManageIQ::Providers::Google::CloudManager::Template | |||
ManageIQ::Providers::Openstack::CloudManager::VolumeTemplate | |||
ManageIQ::Providers::Openstack::CloudManager::VolumeSnapshotTemplate)) | |||
ManageIQ::Providers::Openstack::CloudManager::VolumeSnapshotTemplate | |||
ManageIQ::Providers::IbmCloud::PowerVirtualServers::CloudManager::Template)) |
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.
should this list be alphabetized for clarity?
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.
Done.
I was going to ask if we should also sort Templates from Volume* first, but turns out that comes free :)
Add IBM Cloud Power Virtual Server Template to list of Templates 'eligible_for_provisioning'. Sort items alphabetically.
6ab6624
to
4157833
Compare
Checked commit jaywcarman@4157833 with ruby 2.6.3, rubocop 0.69.0, haml-lint 0.28.0, and yamllint |
Add IBM Cloud Power Virtual Servers Template to list of Templates
'eligible_for_provisioning' to enable manageiq-providers-ibm_cloud.
This pluggability issue is already included in #19440