Merge "[Doc] stx.2018.10 Release Summary"

This commit is contained in:
Zuul 2018-09-28 04:13:50 +00:00 committed by Gerrit Code Review
commit c402046eee
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
prelude: >
The StarlingX HA project is a new repository that provideds High
Availability Cluster Management for StarlingX and OpenStack Services on
Controllers.
features:
- |
High availability manager to manage the life cycle of services where the
redundancy model can be N+M or N across multiple nodes:
- Currently used in StarlingX to provide 1+1 HA Controller Cluster.
- |
Configured to use multiple messaging paths to avoid split-brain
communication failures:
- Up to 3 independent communication paths.
- LAG can also be configured for multi-link protection of each path.
- Messages are authenticated using HMAC SHA-512 if configured / enabled on
an interface-by-interface basis.
- |
Active or passive monitoring of services.
- |
Allows for specifying the impact of a service failure.
- |
Completely data driven through the configuration of a SQL database.