From e5409b877189e1bb13f76a7fb7c645f9199ac167 Mon Sep 17 00:00:00 2001 From: Abraham Arce Date: Thu, 27 Sep 2018 11:37:24 -0500 Subject: [PATCH] [Doc] stx.2018.10 Release Summary Create stx.2018.10 release summary note. Change-Id: Ic872348123de61a09a4ec0da743fa9be5a5fa587 Signed-off-by: Abraham Arce --- ...se-summary-stx201810-94f53c14540b0fb1.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 releasenotes/notes/release-summary-stx201810-94f53c14540b0fb1.yaml diff --git a/releasenotes/notes/release-summary-stx201810-94f53c14540b0fb1.yaml b/releasenotes/notes/release-summary-stx201810-94f53c14540b0fb1.yaml new file mode 100644 index 00000000..adec069a --- /dev/null +++ b/releasenotes/notes/release-summary-stx201810-94f53c14540b0fb1.yaml @@ -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.