sapcc / elektra

An opinionated openstack Web UI for consumer self service and operations.
Apache License 2.0
74 stars 29 forks source link

Compute: Server groups #209

Closed edda closed 1 month ago

edda commented 6 years ago

Server groups are affinity groups for servers which determine where (availability zone) a server will be spawned in relation to other servers in the same group.

  1. Show for a server which server groups it belongs to and which rule is applied (affinity / anti-affinity)

  2. Add a new server groups UI that allows CRUD for server groups

edda commented 6 years ago

Additional comments from kayrus:

  1. Show a dedicated page where we can list all available server groups and their members
  2. on the server page customer should see server group membership when it is available
  3. when customer creates a server, he should be able to specify a server group, or even create one when there are no server groups available.
kayrus commented 6 years ago

Show for a server which server groups it belongs to and which rule is applied (affinity / anti-affinity)

BTW, there are more profiles available: https://github.com/sapcc/nova/blob/stable/mitaka-m3/nova/scheduler/utils.py#L310..L311

kayrus commented 5 years ago

Another related filtering feature, which would be appreciated, when the project contains dozens of servers:

hgw77 commented 1 month ago

closed because it is more than a year without activity