-
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
Added supported_catalog_types #151
Conversation
@@ -41,6 +41,10 @@ def supports_authentication?(authtype) | |||
supported_auth_types.include?(authtype.to_s) | |||
end | |||
|
|||
def supported_catalog_types | |||
%w(vmware) |
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.
Are any orchestration templates supported by vSphere?
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
Orchestration templates are not supported for vSphere.
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.
So should this be left as []
? or rather not overridden at all
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 This is not for orchestration templates alone, this is for service that provision a vm.
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.
Ah okay didn't realize that thanks
Checked commit mkanoor@5ed5138 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Added supported_catalog_types (cherry picked from commit 5b35b19) https://bugzilla.redhat.com/show_bug.cgi?id=1520613
Gaprindashvili backport details:
|
…interval Changed ae_retry_limit = 1.minute to ae_retry_interval = 1.minute.
For service catalog each provider needs to report the supported catalog types.
Needed for PR ManageIQ/manageiq#16559