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

Add a resource_group property to TemplateDeployment model objects #173

Closed
djberg96 opened this issue May 20, 2016 · 4 comments
Closed

Add a resource_group property to TemplateDeployment model objects #173

djberg96 opened this issue May 20, 2016 · 4 comments

Comments

@djberg96
Copy link
Collaborator

djberg96 commented May 20, 2016

Although deployments are compartmentalized by resource group, the properties for TemplateDeployment model objects returned by the REST API do not include a resourceGroup property.

Would it be alright to add one? We could parse it out of the ID field.

Overall this would make life a bit easier for MIQ inventory collection.

@bzwei
Copy link
Contributor

bzwei commented May 20, 2016

@djberg96 yes we could. Is there a need for adding resource group?

@djberg96
Copy link
Collaborator Author

@bzwei I think it would make life easier for the refresh parser in MIQ, since it doesn't have a location.

@bzwei
Copy link
Contributor

bzwei commented May 20, 2016

@djberg96 go ahead to add the feature if needed. I thought resource group does not help in MIQ refresh as it now looks for resource.

@djberg96
Copy link
Collaborator Author

Nevermind, we already have this in the base model. I got myself confused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants