Skip to content
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

Merged
merged 1 commit into from
Dec 11, 2017

Conversation

mkanoor
Copy link
Contributor

@mkanoor mkanoor commented Dec 8, 2017

For service catalog each provider needs to report the supported catalog types.

Needed for PR ManageIQ/manageiq#16559

@@ -41,6 +41,10 @@ def supports_authentication?(authtype)
supported_auth_types.include?(authtype.to_s)
end

def supported_catalog_types
%w(vmware)
Copy link
Member

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?

Copy link
Contributor Author

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.

Copy link
Member

@agrare agrare Dec 8, 2017

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

Copy link
Contributor Author

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.

Copy link
Member

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

@miq-bot
Copy link
Member

miq-bot commented Dec 8, 2017

Checked commit mkanoor@5ed5138 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0
4 files checked, 0 offenses detected
Everything looks fine. 🏆

@agrare agrare self-assigned this Dec 11, 2017
@agrare agrare added this to the Sprint 75 Ending Dec 11, 2017 milestone Dec 11, 2017
@agrare agrare merged commit 5b35b19 into ManageIQ:master Dec 11, 2017
simaishi pushed a commit that referenced this pull request Dec 11, 2017
@simaishi
Copy link
Contributor

Gaprindashvili backport details:

$ git log -1
commit 62fe3970db8a00a699277631bc38463f1ef2aaa3
Author: Adam Grare <[email protected]>
Date:   Mon Dec 11 13:04:11 2017 -0500

    Merge pull request #151 from mkanoor/supported_catalog_types
    
    Added supported_catalog_types
    (cherry picked from commit 5b35b193aaaa3ced4a94b74b843c7c54b6c35eaf)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1520613

agrare pushed a commit to agrare/manageiq-providers-vmware that referenced this pull request Apr 15, 2019
…interval

Changed ae_retry_limit = 1.minute to ae_retry_interval = 1.minute.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants