diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2017-11-16 08:51:48 -0500 |
---|---|---|
committer | Michael O'Brien <frank.obrien@amdocs.com> | 2017-11-16 08:52:10 -0500 |
commit | 5ae20eefce05a0e8b216f85e8982e20a9e92493d (patch) | |
tree | a02dea9823e0f5b8a6a3ad97788cf9addb40fec7 | |
parent | 134c6259cf5d25e636aa1422d464ed5b89e2494e (diff) |
DOC: push release notes for R1
IssueID: OOM-426
Change-Id: I4a0df7f62cca7b1fb709c34cedd537c46a4af894
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
-rw-r--r-- | docs/release-notes.rst | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 0000000000..a2e2dceafe --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,65 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + +Release Notes +============= + +Version: 1.1.0 +-------------- + +:Release Date: 2017-11-16 + +**New Features** + +The Amsterdam release is the first release of the ONAP Operations Manager (OOM). + +The main goal of the Amsterdam release was to: + + - Support Flexible Platform Deployment via Kubernetes of fully containerized OMAP components - on any type of environment. + - Support State Management of ONAP platform components. + - Support full production ONAP deployment and any variation of component level deployment for development. + - Platform Operations Orchestration / Control Loop Actions. + - Platform centralized logging with ELK stack. + +**Bug Fixes** + + - The full list of implemented user stories and epics is available on `JIRA <https://jira.onap.org/secure/RapidBoard.jspa?rapidView=41&view=planning.nodetail&epics=visible>`_ + This is the first release of OOM, the defects fixed in this release were raised during the course of the release. + Anything not closed is captured below under Known Issues. If you want to review the defects fixed in the Amsterdam release, refer to Jira link above. + +**Known Issues** + - `OOM-6 <https://jira.onap.org/browse/OOM-6>`_ Automated platform deployment on Docker/Kubernetes - VFC, AAF, MSB minor issues. + + Workaround: + + Manual configuration changes - however the reference vFirewall use case does not currently require these components +. + - `OOM-10 <https://jira.onap.org/browse/OOM-10>`_ Platform configuration management. + + OOM ONAP Configuration Management - Handling of Secrets. + + Workaround: + + Automated workaround to be able to pull from protected docker repositories. + + +**Security Issues** + N/A + + +**Upgrade Notes** + + N/A + +**Deprecation Notes** + + N/A + +**Other** + + + +=========== + +End of Release Notes |