pls provide an openstack constraint for server groups

According to https://docs.openstack.org/nova/latest/user/server-groups.html “Server groups are useful for separating or grouping workloads…”.

For example, if I deploy a charmed mysql on 3 units, I need that every unit runs separately on an hypervisor. This is achieved in openstack by creating a server group and assigning every unit to it.

Why don’t use a zone? Because in my case I have all the hypervisors into the same zone, so a zone in not useful but server groups work simply well.

Could be very useful to have a juju constraint like this:

-server-groups=foo, where foo is an openstack server groups

1 Like

ok, what a pity that since 7 years there was no commitment on this