From: Guangrong Fu Date: Wed, 9 Oct 2019 16:12:10 +0000 (+0800) Subject: Updated the Release Notes X-Git-Tag: 1.2.7~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=868fc665d42a669a7ac73af9af2605cc50635f30 Updated the Release Notes Change-Id: Id8944784aed0a118f706d81821a638e618c19991 Issue-ID: HOLMES-267 Signed-off-by: Guangrong Fu --- diff --git a/docs/platform/configuration.rst b/docs/platform/configuration.rst index 8a4379f..4a1faa3 100644 --- a/docs/platform/configuration.rst +++ b/docs/platform/configuration.rst @@ -4,5 +4,5 @@ Configuration ------------- -No machanism for customized configurtions is provided in the Dublin release. Such functionalities will be provided in the future if necessary. +No machanism for customized configurtions is provided in the El Alto release. Such functionalities will be provided in the future if necessary. diff --git a/docs/platform/installation.rst b/docs/platform/installation.rst index e033cfe..baf36ef 100644 --- a/docs/platform/installation.rst +++ b/docs/platform/installation.rst @@ -4,7 +4,7 @@ Installation ------------ -In the Dublin release, Holmes is deployed as an analytic application by the DCAE controller. So the users do not have to install it on their own. +In the El Alto release, Holmes is deployed as an analytic application by the DCAE controller. So the users do not have to install it on their own. In case the users want to deploy Holmes independently, the steps for the installation is as follows. diff --git a/docs/platform/log-and-diagnostic-info.rst b/docs/platform/log-and-diagnostic-info.rst index fb4ef47..bc14b8b 100644 --- a/docs/platform/log-and-diagnostic-info.rst +++ b/docs/platform/log-and-diagnostic-info.rst @@ -4,7 +4,7 @@ Logging & Diagnostic Information --------------------------------- -In the Dublin release, the logs are kept inside the docker containers, which means that you can get the log information only when the docker is still running. +In the El Alto release, the logs are kept inside the docker containers, which means that you can get the log information only when the docker is still running. Where to Access Information ^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d2f03bd..d30bfd1 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,47 @@ and services, including hosts, vims, VNFs and NSs. Holmes aims to find the root reason which causes the failure or degradation of services by digging into the ocean of events collected from different levels of the telecom cloud. +Version: 5.0.1 +-------------- + +:Release Date: 2019-10-17 + + +**New Features** +N/A + +**Bug Fixes** +N/A + +**Known Issues** + +- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module. +- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future. + +**Security Issues** + +HOLMES code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, some of the items that remain open have been assessed for risk and determined to be false positive and the rest are planned to be resolved in the next release. + +Quick Links: + - `HOLMES project page `_ + + - `Passing Badge information for HOLMES `_ + + +**Upgrade Notes** + +N/A + + +**Deprecation Notes** + +N/A + + +**Other** + +N/A + Version: 1.2.6 --------------