blob: 0c3f368783a019864e9864f5f5f07c24892c7b86 [file] [log] [blame]
Rich Bennettc58f8462017-10-24 08:26:42 -04001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
ChrisCba72d202017-11-07 06:44:18 -08002.. http://creativecommons.org/licenses/by/4.0
ChrisC8ec1b912018-03-27 03:12:59 -07003.. Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
Rich Bennettc58f8462017-10-24 08:26:42 -04004
5Release Notes
6=============
7
osgn422w0e3b93e2019-02-06 13:57:27 +01008Version: 3.0.3 - maintenance release
9------------------------------------
10
11:Release Date: 2019-02-06
12
13**New Features**
14none
15
16**Bug Fixes**
17none
18
19**Known Issues**
20one documentation issue was fixed, this issue does not require a new docker image:
21 - `CLAMP-257 <https://jira.onap.org/browse/CLAMP-257>`_ User Manual for CLAMP : nothing on readthedocs.
22
osgn422waeb7db72018-11-24 14:57:43 +010023Version: 3.0.3
sebdet4d1e6b92018-10-23 16:54:02 +020024--------------
25
Gildas Lanilis452a2602018-11-28 15:01:43 -080026:Release Date: 2018-11-30
sebdet4d1e6b92018-10-23 16:54:02 +020027
28**New Features**
29
30The Casablanca release is the third release of the Control Loop Automation Management Platform (CLAMP).
31
32The main goal of the Casablanca release was to:
33
34 - Enhance Platform maturity by improving CLAMP maturity matrix see `Wiki <https://wiki.onap.org/display/DW/Casablanca+Release+Platform+Maturity>`_.
35 - CLAMP Dashboard improvements for the monitoring of active Closed Loops
36 - CLAMP logs alignment on the ONAP platform.
37 - CLAMP is now integrated with AAF for authentication and permissions retrieval (AAF server is pre-loaded by default with the required permissions)
38 - CLAMP improvement for configuring the policies (support of Scale Out use case)
39 - CLAMP main Core/UI have been reworked, removal of security issues reported by Nexus IQ on JAVA/JAVASCRIPT code (Libraries upgrade or removal/replacement when possible)
40 - As a POC, the javascript coverage can now be enabled in SONAR (Disabled for now)
41
42**Bug Fixes**
43
44 - The full list of implemented user stories and epics is available on `CASABLANCA RELEASE <https://jira.onap.org/projects/CLAMP/versions/10408>`_
45 This includes the list of bugs that were fixed during the course of this release.
46
47**Known Issues**
48
49 - None
50
51**Security Notes**
52
53CLAMP code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and actions to be taken in future release.
osgn422waeb7db72018-11-24 14:57:43 +010054The CLAMP open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=42598587>`_.
sebdet4d1e6b92018-10-23 16:54:02 +020055
56Quick Links:
57 - `CLAMP project page <https://wiki.onap.org/display/DW/CLAMP+Project>`_
58
59 - `Passing Badge information for CLAMP <https://bestpractices.coreinfrastructure.org/en/projects/1197>`_
60
osgn422waeb7db72018-11-24 14:57:43 +010061 - `Project Vulnerability Review Table for CLAMP <https://wiki.onap.org/pages/viewpage.action?pageId=42598587>`_
sebdet4d1e6b92018-10-23 16:54:02 +020062
63**Upgrade Notes**
64
65 New Docker Containers are available, an ELK stack is also now part of CLAMP deployments.
66
67**Deprecation Notes**
68
69 The CLAMP Designer Menu (in CLAMP UI) is deprecated since Beijing, the design time is being onboarded into SDC - DCAE D.
70
71**Other**
72
73 CLAMP Dashboard is now implemented, allows to monitor Closed Loops that are running by retrieving CL events on DMAAP.
74
75**How to - Videos**
76
77 https://wiki.onap.org/display/DW/CLAMP+videos
78
Determe, Sebastien (sd378r)64221d32018-05-30 18:16:31 +020079Version: 2.0.2
ChrisC802241a2018-03-26 05:21:05 -070080--------------
81
Gildas Lanilis6b6521b2018-05-30 12:11:25 -070082:Release Date: 2018-06-07
ChrisC802241a2018-03-26 05:21:05 -070083
84**New Features**
85
86The Beijing release is the second release of the Control Loop Automation Management Platform (CLAMP).
87
88The main goal of the Beijing release was to:
89
ChrisC8ec1b912018-03-27 03:12:59 -070090 - Enhance Platform maturity by improving CLAMP maturity matrix see `Wiki <https://wiki.onap.org/display/DW/Beijing+Release+Platform+Maturity>`_.
ChrisC802241a2018-03-26 05:21:05 -070091 - Focus CLAMP on Closed loop runtime operations and control - this is reflected by the move of the design part to DCAE-D.
92 - Introduce CLAMP Dashboard for monitoring of active Closed Loops.
ChrisC8ec1b912018-03-27 03:12:59 -070093 - CLAMP is integrated with MSB.
94 - CLAMP has integrated SWAGGER.
95 - CLAMP main Core has been reworked for improved flexibility.
ChrisC802241a2018-03-26 05:21:05 -070096
97**Bug Fixes**
98
ChrisC8ec1b912018-03-27 03:12:59 -070099 - The full list of implemented user stories and epics is available on `BEIJING RELEASE <https://jira.onap.org/projects/CLAMP/versions/10314>`_
100 This includes the list of bugs that were fixed during the course of this release.
ChrisC802241a2018-03-26 05:21:05 -0700101
102**Known Issues**
103
104 - `CLAMP-69 <https://jira.onap.org/browse/CLAMP-69>`_ Deploy action does not always work.
105
106 The "Deploy" action does not work directly after submitting it.
107
108 Workaround:
109
ChrisC8ec1b912018-03-27 03:12:59 -0700110 You have to close the CL and reopen it again. In that case the Deploy action will do something.
ChrisC802241a2018-03-26 05:21:05 -0700111
Gildas Lanilis6b6521b2018-05-30 12:11:25 -0700112**Security Notes**
ChrisC802241a2018-03-26 05:21:05 -0700113
Gildas Lanilis6b6521b2018-05-30 12:11:25 -0700114CLAMP code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The CLAMP open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=25440749>`_.
ChrisC802241a2018-03-26 05:21:05 -0700115
Gildas Lanilis6b6521b2018-05-30 12:11:25 -0700116Quick Links:
117 - `CLAMP project page <https://wiki.onap.org/display/DW/CLAMP+Project>`_
118
119 - `Passing Badge information for CLAMP <https://bestpractices.coreinfrastructure.org/en/projects/1197>`_
120
121 - `Project Vulnerability Review Table for CLAMP <https://wiki.onap.org/pages/viewpage.action?pageId=25440749>`_
ChrisC802241a2018-03-26 05:21:05 -0700122
123**Upgrade Notes**
124
ChrisC8ec1b912018-03-27 03:12:59 -0700125 New Docker Containers are avaialble, an ELK stack is also now part of CLAMP deployments.
ChrisC802241a2018-03-26 05:21:05 -0700126
127**Deprecation Notes**
128
ChrisC8ec1b912018-03-27 03:12:59 -0700129 The CLAMP Designer UI is now deprecated and unavailable, the design time is being onboarded into SDC - DCAE D.
ChrisC802241a2018-03-26 05:21:05 -0700130
131**Other**
132
ChrisC8ec1b912018-03-27 03:12:59 -0700133 CLAMP Dashboard is now implemented, allows to monitor Closed Loops that are running by retrieving CL events on DMAAP.
ChrisC802241a2018-03-26 05:21:05 -0700134
ChrisCba72d202017-11-07 06:44:18 -0800135Version: 1.1.0
Rich Bennettc58f8462017-10-24 08:26:42 -0400136--------------
137
ChrisCba72d202017-11-07 06:44:18 -0800138:Release Date: 2017-11-16
Rich Bennettc58f8462017-10-24 08:26:42 -0400139
140**New Features**
141
ChrisCba72d202017-11-07 06:44:18 -0800142The Amsterdam release is the first release of the Control Loop Automation Management Platform (CLAMP).
143
144The main goal of the Amsterdam release was to:
145
146 - Support the automation of provisionning for the Closed loops of the vFW, vDNW and vCPE through TCA.
147 - Support the automation of provisionning for the Closed loops of VVolte (Holmes)
148 - Demonstrate complete interaction with Policy, DCAE, SDC and Holmes.
Rich Bennettc58f8462017-10-24 08:26:42 -0400149
150**Bug Fixes**
ChrisCba72d202017-11-07 06:44:18 -0800151
ChrisC8ec1b912018-03-27 03:12:59 -0700152 - The full list of implemented user stories and epics is available on `AMSTERDAM RELEASE <https://jira.onap.org/projects/CLAMP/versions/10313>`_
ChrisCba72d202017-11-07 06:44:18 -0800153 This is technically the first release of CLAMP, previous release was the seed code contribution.
154 As such, the defects fixed in this release were raised during the course of the release.
155 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.
156
Rich Bennettc58f8462017-10-24 08:26:42 -0400157**Known Issues**
ChrisCba72d202017-11-07 06:44:18 -0800158 - `CLAMP-68 <https://jira.onap.org/browse/CLAMP-68>`_ ResourceVF not always provisioned.
159
160 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.
161
162 Workaround:
163
164 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.
ChrisC8ec1b912018-03-27 03:12:59 -0700165
ChrisCba72d202017-11-07 06:44:18 -0800166 - `CLAMP-69 <https://jira.onap.org/browse/CLAMP-69>`_ Deploy action does not always work.
167
168 The "Deploy" action does not work directly after submitting it.
169
170 Workaround:
171
172 You have to close the CL and reopen it again. In that case the Deploy action will do something
173
Rich Bennettc58f8462017-10-24 08:26:42 -0400174
175**Security Issues**
ChrisCba72d202017-11-07 06:44:18 -0800176 CLAMP is following the CII Best Practices Badge Program, results including security assesment can be found on the
177 `project page <https://bestpractices.coreinfrastructure.org/projects/1197>`_
Rich Bennettc58f8462017-10-24 08:26:42 -0400178
179
180**Upgrade Notes**
181
ChrisCba72d202017-11-07 06:44:18 -0800182 N/A
183
Rich Bennettc58f8462017-10-24 08:26:42 -0400184**Deprecation Notes**
185
ChrisCba72d202017-11-07 06:44:18 -0800186 N/A
187
Rich Bennettc58f8462017-10-24 08:26:42 -0400188**Other**
189
ChrisCba72d202017-11-07 06:44:18 -0800190
191
Rich Bennettc58f8462017-10-24 08:26:42 -0400192===========
193
194End of Release Notes