You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: