[Doc] stx.2018.10 Release Summary

Create stx.2018.10 release summary note.

Change-Id: Ic872348123de61a09a4ec0da743fa9be5a5fa587
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
This commit is contained in:
Abraham Arce 2018-09-27 11:37:24 -05:00
parent a59b5954d1
commit e5409b8771
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.