Skip to content

Per Cluster QuotasΒ #6342

@paczerny

Description

@paczerny

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)

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions