Book Image

Hybrid Cloud Management with Red Hat CloudForms

By : Sangram Rath
Book Image

Hybrid Cloud Management with Red Hat CloudForms

By: Sangram Rath

Overview of this book

Table of Contents (17 chapters)
Hybrid Cloud Management with Red Hat CloudForms
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Quotas


Once the provisioning requests are approved, before the actual provisioning of the instance or virtual machine begins, the Red Hat CloudForms engine checks whether the user or group has already used the maximum resources allowed. Again, the ProvisionRequestQuotaVerification state machine holds information about these quotas or maximum values defined in an Automate method.

As an example, let's view the default quota information for the ManageIQ locked domain. To do so, navigate to ManageIQ (Locked) | Cloud\VM | Provisioning | StateMachines | ProvisionRequestQuotaVerification.

Click on the Default Instance:

The method used to validate the quota threshold is validate_quotas, which is checked upon the entry of the state.

Modifying quotas

To modify the default quota, we must first copy the Default instance of this state machine to the new domain (as we saw earlier), then click on Configuration, then select Edit this instance, and finally make the modifications.

Note

To modify quotas, the user...