nodepool/nodepool/cmd
Benjamin Schanzel ee90100852 Add Tenant-Scoped Resource Quota
This change adds the option to put quota on resources on a per-tenant
basis (i.e. Zuul tenants).

It adds a new top-level config structure ``tenant-resource-limits``
under which one can specify a number of tenants, each with
``max-servers``, ``max-cores``, and ``max-ram`` limits.  These limits
are valid globally, i.e., for all providers. This is contrary to
currently existing provider and pool quotas, which only are consindered
for nodes of the same provider.

Change-Id: I0c0154db7d5edaa91a9fe21ebf6936e14cef4db7
2021-09-01 09:07:43 +02:00
..
__init__.py Remove uneeded shebang and exec bit on some files 2019-12-13 19:30:03 +01:00
builder.py Remove uneeded shebang and exec bit on some files 2019-12-13 19:30:03 +01:00
config_validator.py Add Tenant-Scoped Resource Quota 2021-09-01 09:07:43 +02:00
launcher.py Remove uneeded shebang and exec bit on some files 2019-12-13 19:30:03 +01:00
nodepoolcmd.py Support threadless deletes 2021-03-21 14:39:01 -07:00