-
Notifications
You must be signed in to change notification settings - Fork 520
Milestone
Description
Description
Extend Compute quotas to support per clusters quota definition for the VM quotas.
Use case
We want to contextualize the VM quota with the clusters the quota applies. For example, if we want to restrict the above quota to a cluster 3 and 4 we will add:
VM=[
CLUSTER_IDS = β3,4β,
CPU="5",
MEMORY="2048",
VMS="4",
SYSTEM_DISK_SIZE="-1"
]
Now the quota only applies to VMs running in clusters 3 or 4. Note that a datacenter is implemented as a set of clusters. To prevent non-consistent scenarios a cluster can only appear in one quota
Additional Context
Internal document describing the issue
Progress Status
- Code committed
- Testing - QA
- Documentation (Release notes - resolved issues, compatibility, known issues)