be0609ce88
Currently, there is no guarantee to make sure all nodes of one cluster are created on different compute hosts. So it would be nice if we can create a server group and set it with anti-affinity policy to get a better HA for cluster. This patch is proposing to create a server group for master and minion nodes with soft-anti-affinity policy by default. Closes-Bug: #1737802 Change-Id: Icc7a73ef55296a58bf00719ca4d1cdcc304fab86
8 lines
219 B
YAML
8 lines
219 B
YAML
---
|
|
issues:
|
|
- |
|
|
Enhancement to support anfinity policy for cluster nodes. Before this patch,
|
|
There is no way to gurantee all nodes of a cluster created on different
|
|
compute hosts to get high availbility.
|
|
|