Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configring max number of cpus per cloud #309

Open
alasolli opened this issue Feb 2, 2021 · 1 comment
Open

Configring max number of cpus per cloud #309

alasolli opened this issue Feb 2, 2021 · 1 comment

Comments

@alasolli
Copy link

alasolli commented Feb 2, 2021

It would be nice to have option to set maximum number of CPUs per cloud.

This would be useful in cases when there are quite different sizes of templates in one cloud. For example one template with 1 CPU HW and another template with 16 CPUs. At the moment if I have hard limit of 100 cpus in my cloud, then I have configured the max num of instances of 5 for the 16 core template and 20 for the single core template. This is not very dynamic. What I would like to do is to configure just the maximum number of cpus to be 100, which would then be consumed by those two templates on what ever way requested.

@olivergondza
Copy link
Member

I like that feature. It would be great to specify other flavor attributes (CPUs, RAM, Storage, etc) in the cloud config as a maximal total capacity a cloud can consume in given regard. Maybe the instanceCap can be abstracted as one such attribute giving admins more flexibility in how to constrain the resources a plugin can consume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants