X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=2e6fd479358f5073eac4f37a6435d32765f77765;hb=46e851eb9dc2ba62f8be94c1b8ebf3a58fcaf860;hp=b568bee82139832a1d133734bb20ac9fc180bf9a;hpb=eb19eea362d3ad4c10ec6ada9c9ddffc04ba765d;p=clamp.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b568bee8..2e6fd479 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,48 +1,119 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. Release Notes ============= -.. note:: - * This Release Notes must be updated each time the team decides to Release new artifacts. - * The scope of this Release Notes is for this particular component. In other words, each ONAP component has its Release Notes. - * This Release Notes is cumulative, the most recently Released artifact is made visible in the top of this Release Notes. - * Except the date and the version number, all the other sections are optional but there must be at least one section describing the purpose of this new release. - * This note must be removed after content has been added. +Version: 2.0.0 +-------------- +:Release Date: 2018-06-25 -Version: x.y.z --------------- +**New Features** + +The Beijing release is the second release of the Control Loop Automation Management Platform (CLAMP). + +The main goal of the Beijing release was to: + + - Enhance Platform maturity by improving CLAMP maturity matrix see `Wiki `_. + - Focus CLAMP on Closed loop runtime operations and control - this is reflected by the move of the design part to DCAE-D. + - Introduce CLAMP Dashboard for monitoring of active Closed Loops. + - CLAMP is integrated with MSB. + - CLAMP has integrated SWAGGER. + - CLAMP main Core has been reworked for improved flexibility. + +**Bug Fixes** + + - The full list of implemented user stories and epics is available on `BEIJING RELEASE `_ + This includes the list of bugs that were fixed during the course of this release. + +**Known Issues** + - `CLAMP-69 `_ Deploy action does not always work. -:Release Date: yyyy-mm-dd + The "Deploy" action does not work directly after submitting it. + Workaround: + You have to close the CL and reopen it again. In that case the Deploy action will do something. + + +**Security Issues** + +CLAMP is following the CII Best Practices Badge Program, results including security assesment can be found on the `project page `_. +CLAMP Code is formally scanned during build time, the goal of Beijing Release was to ensure that all Critical items are closed. +The remaining security issues and their workarounds are captured `here `_. + +**Upgrade Notes** + + New Docker Containers are avaialble, an ELK stack is also now part of CLAMP deployments. + +**Deprecation Notes** + + The CLAMP Designer UI is now deprecated and unavailable, the design time is being onboarded into SDC - DCAE D. + +**Other** + + CLAMP Dashboard is now implemented, allows to monitor Closed Loops that are running by retrieving CL events on DMAAP. + +Version: 1.1.0 +-------------- + +:Release Date: 2017-11-16 **New Features** -One or two sentences explaining the purpose of this Release. +The Amsterdam release is the first release of the Control Loop Automation Management Platform (CLAMP). + +The main goal of the Amsterdam release was to: + + - Support the automation of provisionning for the Closed loops of the vFW, vDNW and vCPE through TCA. + - Support the automation of provisionning for the Closed loops of VVolte (Holmes) + - Demonstrate complete interaction with Policy, DCAE, SDC and Holmes. **Bug Fixes** - - `CIMAN-65 `_ and a sentence explaining what this defect is addressing. + + - The full list of implemented user stories and epics is available on `AMSTERDAM RELEASE `_ + This is technically the first release of CLAMP, previous release was the seed code contribution. + As such, 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** - - `CIMAN-65 `_ and two, three sentences. - One sentences explaining what is the issue. - - Another sentence explaining the impact of the issue. - - And an optional sentence providing a workaround. + - `CLAMP-68 `_ ResourceVF not always provisioned. + + In Closed Loop -> Properties CL: When opening the popup window, the first service in the list does not show Resource-VF even though in SDC there is a resource instance in the service. + + Workaround: + + If you have multiple service available (if not create a dummy one on SDC), just click on another one and then click back on the first one in the list. The ResourceVF should be provisioned now. + + - `CLAMP-69 `_ Deploy action does not always work. + + The "Deploy" action does not work directly after submitting it. + + Workaround: + + You have to close the CL and reopen it again. In that case the Deploy action will do something + **Security Issues** - You may want to include a reference to CVE (Common Vulnerabilities and Exposures) `CVE `_ + CLAMP is following the CII Best Practices Badge Program, results including security assesment can be found on the + `project page `_ **Upgrade Notes** + N/A + **Deprecation Notes** + N/A + **Other** + + =========== End of Release Notes