Bug 1465087
| Summary: | Service template provisioning request do not honour quotas | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> | ||||||||
| Component: | Automate | Assignee: | William Fitzgerald <wfitzger> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Aziza Karol <akarol> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 5.7.0 | CC: | akarol, gmccullo, igortiunov, jhardy, mkanoor, obarenbo, sacpatil, simaishi, sshveta, tfitzger, wfitzger | ||||||||
| Target Milestone: | GA | Keywords: | ZStream | ||||||||
| Target Release: | 5.8.2 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | quota:service | ||||||||||
| Fixed In Version: | 5.8.2.0 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | 1455844 | Environment: | |||||||||
| Last Closed: | 2017-10-24 00:16:35 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | 1455844, 1488313 | ||||||||||
| Bug Blocks: | |||||||||||
| Attachments: |
|
||||||||||
|
Comment 2
CFME Bot
2017-08-04 13:58:01 UTC
Wrong quota calculations for multiple vms when provision via services. Observations: 1.When you provision an instance Using: Lifecycle -> Provision instances with number of instances:25 flavor: m1.tiny the quota calculation message shows "Request exceeds maximum allowed for the following: (storage - Used: 5 GB plus requested: 25 GB exceeds quota: 4 GB) Note:number of instance count is considered in quota calculations. 2.When you provision using services catalogs with same number of instances:25 & flavor: m1.tiny the quota calculation message shows "Request exceeds maximum allowed for the following: (storage - Used: 5 GB plus requested: 1 GB exceeds quota: 4 GB) Note:No of instance is not considered in quota calculation as the requested shows only 1GB instead of 25GB. Quota calculations when provisioning via services should be fixed. My appliance for reference: https://10.8.197.134. Screenshots attached. Version:5.8.2.0.20170824192913_b09a5f8 Created attachment 1322163 [details]
provisioning from lifecycle
Created attachment 1322164 [details]
service provisioning
Created attachment 1322190 [details]
service provisioning with user as quota source
Aziza, Is is ok for me to use your appliance ? William, Sure, you can use it. Thanks, Aziza Aziza, If you look at https://bugzilla.redhat.com/show_bug.cgi?id=1488313, it will explain how to select a flavor (instance_type in your dialog). The error is coming because your dialog doesn't work. You can change your dialog to use a drop down list or the extra code in the BZ above. This is not a bug. Let me know if you have questions ... Thanks Billy Aziza, If you look at https://bugzilla.redhat.com/show_bug.cgi?id=1488313, it will explain how to select a flavor (instance_type in your dialog). The error is coming because your dialog doesn't work. You can change your dialog to use a drop down list or the extra code in the BZ above. This is not a bug. Let me know if you have questions ... Thanks Billy Aziza, I tried your appliance on Friday and today and I can't logon. Can you re-create? Thanks Billy Aziza, I checked your appliance. If you want to select the flavor/instance, you will have to build a dynamic dialog. These values can't be text values. You will need to write a method that looks up the flavor and returns that value. I was looking around for a sample but couldn't find one for you. Hope this helps ... Billy Aziza, I found a sample dynamic method, modified your dialog and it works. I added a Billy domain with the method. Let me know if you have any questions. Thanks Billy Hey Billy, I tried provisioning with your dynamic method on the same applaince.I am not getting `root_disk_size' error but it is still not honoring quotas. I selected m1.xlarge flavor while provisioning but did not get any quota exceeded msg. Can you please check? Also, Do we have to build the dynamic dialog for number of instances as well?. Thanks, Aziza Aziza, You don't need a dynamic dialog for instances. I tried asking for 6 vms and it didn't work. I changed your dialog value for number_of_vms to option_0_number_of_vms and it works. Can you try it now ? Let me know how it works. Thanks Billy Hi Billy, In the dialog you changed value for number_of_vms to option_0_number_of_vms. How are we suppose to know that it has to be prefix with option_0?. Do we have any documentation around that. Can you point me to that please? Also I tried provisioning 7 vms and i get quota exceeded messages for user and group quota but when i tried provisioning by selecting a large flavor(ex. m1.xlarge) i do not get any quota exceed message for storage. For reference please check request Id 16 on same appliance. Thanks, Aziza Aziza, I found a good example here for dialogs. https://pemcg.gitbooks.io/introduction-to-cloudforms-automation/content/chapter17/creating_a_service_item.html There is something wrong with the dialog. Even when I select large or xlarge, quota thinks it tiny. Not sure why but looking into this now. Thanks Billy Hey Billy, Thanks for the link.Let me know if there is any further changes in the dialog. ~~Aziza Aziza/Shveta, The reported issue is when the number of vms specified in the catalog item is greater than 1. The attached fix resolves this issue, but does not resolve the issue of the dialog override for the number of vms. Could you test/validate this fix by modifying the catalog item number of vms and open a separate ticket for the dialog override of number of vms. Let me know if you have any questions. Thanks Billy Aziza/Shveta, I created 3 new services with that don't use dialog overrides in your appliance. openstack_tiny_1 - request 28 openstack_xlarge_1 - request 29 openstack_xlarge_3 - request 30 These are working properly. Let me know if you have any questions. Thanks Billy Request shows quota error when number of vm's specified is more than 1 in dialog. Verified in 5.8.2.0.20170824192913_b09a5f8 . Dialog values for VM number is overridden correctly. (In reply to William Fitzgerald from comment #22) > Aziza/Shveta, > > The reported issue is when the number of vms specified in the catalog item > is greater than 1. > > The attached fix resolves this issue, but does not resolve the issue of the > dialog override for the number of vms. > > Could you test/validate this fix by modifying the catalog item number of vms > and open a separate ticket for the dialog override of number of vms. > > Let me know if you have any questions. > > Thanks > > Billy I've opened new BZ for provisioning VMs using dialog https://bugzilla.redhat.com/show_bug.cgi?id=1497912 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3005 |