diff options
author | lparker <lparker@amdocs.com> | 2017-11-13 14:16:18 +1100 |
---|---|---|
committer | lparker <lparker@amdocs.com> | 2017-11-13 14:16:18 +1100 |
commit | 02a454ac7e6b6bd4d827d9761e9d8a0908c23fc7 (patch) | |
tree | f640f513dc78b9cd36202ea77ea4cae244fa1625 /docs/release-notes.rst | |
parent | 51fe8a5ab1e89bdfb4f0dd188c9144034476eb20 (diff) |
Add initial release-notes.rst for Amsterdam
List epics as "New Features", closed bugs as "Bug Fixes" and open bugs as "Known Issues".
Change-Id: I577cd30c77afbf46d4586bbd0a1143d48f8dee96
Issue-ID: LOG-98
Signed-off-by: lparker <lparker@amdocs.com>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 0000000..54b70de --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,56 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Release Notes +============= + +Version: 1.0 (Amsterdam) +------------------------ + +:Release Date: 2017-11-XX + +**New Features** + +This release adds Elastic Stack analytics deployment to OOM, aligns logging provider configurations, and fixes issues with the propagation of transaction IDs and other contextual information. + + - `LOG-1 <https://jira.onap.org/browse/LOG-1>`_ Transaction ID propagation. + - `LOG-2 <https://jira.onap.org/browse/LOG-2>`_ Standardized logging provider configuration. + - `LOG-3 <https://jira.onap.org/browse/LOG-3>`_ Elastic Stack reference analytics pipeline. + - `LOG-4 <https://jira.onap.org/browse/LOG-4>`_ Transaction ID conventions. + +**Bug Fixes** + + - `LOG-64 <https://jira.onap.org/browse/LOG-64>`_ Logger field has a length restriction of 36 which needs a fix. + - `LOG-74 <https://jira.onap.org/browse/LOG-74>`_ Extract componentName from the source path of log files. + +**Known Issues** + + - `LOG-43 <https://jira.onap.org/browse/LOG-43>`_ + Unable to find logback xml for DMaaP component. + Logging file for DMaaP is available in this jar "eelf-core-0.0.1.jar". + + - `LOG-65 <https://jira.onap.org/browse/LOG-65>`_ + SO Logging Provider Config File need correction in Timestamp MDC. + Logging provider configuration file for SO i.e. logback files requires correction in Timestamp MDC for correct MDC generation in log. + The current pattern prints Timestamp as 2017-09-25 05:30:07,832. Expected pattern is - 2017-09-25T05:30:07.832Z. + + - `LOG-80 <https://jira.onap.org/browse/LOG-80>`_ Kibana does not seem to show all the logs from application pods. + The content of the log directories (/var/log/onap/mso) are not 100% reflected in Kibana. + + - `LOG-88 <https://jira.onap.org/browse/LOG-88>`_ + SO log format error during Health Check - blocking tracking jira for SO-246. + +**Security Issues** + None. + +**Upgrade Notes** + None + +**Deprecation Notes** + None + +**Other** + None + +=========== + +End of Release Notes |