shwstppr opened a new pull request, #8362:
URL: https://github.com/apache/cloudstack/pull/8362

   ### Description
   
   Introduces the concept of tagged resource limits. Limits can be enforced on 
accounts and domains for the deployment of entities for a tagged resource. 
Current tagged resource limits can be used for the following resource types,
   
   Host limits
       - user_vm
       - cpu
       - memory
   
   Storage limits
       - volume
       - primary_storage
   
   Following global settings can used to specify tags for which limit needs to 
be enforced,
   
       Host: `resource.limit.host.tags`
       Storage: `resource.limit.storage.tags`
   
   Option for specifying tagged resource limits and viewing tagged resource 
usage are made available in the UI.
   
   Enhances the use of templatetag for VM deployment and template creation
   
   Adds option to list disk offering with suitability flag for a virtual 
machine. A new parameter named `virtualmachineid` has been added to the 
listDiskOfferings API which when passed returns `suitableforvirtualmachine` 
param in the response.
   
   **ToDo: Schema changes to be moved in 4.20 upgrade path**
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] build/CI
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to 
-->
   
   #### How did you try to break this feature and the system with this change?
   
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) 
document -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to