blob: 1c6a673648f9378c7a7167e09075233d2a4bbfa6 [file] [log] [blame]
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -04002
3.. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING
4.. _release_notes:
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04005
6Policy Release Notes
Jim Hahn961360a2020-11-10 16:36:00 -05007####################
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04008
9.. note
10.. * This Release Notes must be updated each time the team decides to Release new artifacts.
Pamela Dragoshc1c46402019-05-29 08:10:09 -040011.. * The scope of these Release Notes are for ONAP POLICY. In other words, each ONAP component has its Release Notes.
12.. * This Release Notes is cumulative, the most recently Released artifact is made visible in the top of
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -040013.. * this Release Notes.
Pamela Dragoshc1c46402019-05-29 08:10:09 -040014.. * Except the date and the version number, all the other sections are optional but there must be at least
15.. * one section describing the purpose of this new release.
Jim Hahn961360a2020-11-10 16:36:00 -050016
Jim Hahn4cb51012021-03-24 15:37:45 -040017.. ==========================
18.. * * * HONOLULU * * *
19.. ==========================
20
21Version: 8.0.0
22--------------
23
Jim Hahnaf159eb2021-04-27 11:14:43 -040024:Release Date: 2021-04-29 (Honolulu Release)
Jim Hahn4cb51012021-03-24 15:37:45 -040025
26New features
27============
28
29Artifacts released:
30
31.. csv-table::
32 :header: "Repository", "Java Artifact", "Docker Image (if applicable)"
33 :widths: 15,10,10
34
35 "policy/parent", "3.3.0", ""
36 "policy/common", "1.8.0", ""
37 "policy/models", "2.4.2", ""
38 "policy/api", "2.4.2", "onap/policy-api:2.4.2"
39 "policy/pap", "2.4.2", "onap/policy-pap:2.4.2"
40 "policy/drools-pdp", "1.8.2", "onap/policy-drools:1.8.2"
41 "policy/apex-pdp", "2.5.2", "onap/policy-apex-pdp:2.5.2"
42 "policy/xacml-pdp", "2.4.2", "onap/policy-xacml-pdp:2.4.2"
43 "policy/drools-applications", "1.8.2", "onap/policy-pdpd-cl:1.8.2"
44 "policy/distribution", "2.5.2", "onap/policy-distribution:2.5.2"
45 "policy/docker", "2.2.1", "onap/policy-jdk-alpine:2.2.1, onap/policy-jre-alpine:2.2.1"
46
47Key Updates
48===========
49
50* Enhanced statistics
51 - PDPs provide statistics, retrievable via PAP REST API
52* PDP deployment status
53 - Policy deployment API enhanced to reflect actual policy deployment status in PDPs
54 - Make PAP component stateless
55* Policy support
56 - Upgrade XACML 3.0 code to use new Time Extensions
57 - Enhancements for interoperability between Native Policies and other policy types
58 - Support for arbitrary policy types on the Drools PDP
59 - Improve handling of multiple policies in APEX PDP
60 - Update policy-models TOSCA handling with Control Loop Entities
61* Alternative locking mechanisms
62 - Support NO locking feature in Drools-PDP
63* Security
64 - Remove credentials in code from the Apex JMS plugin
65* Actor enhancements
66 - Actors should give better warnings than NPE when data is missing
67 - Remove old event-specific actor code
68* PDP functional assignments
69 - Make PDP type configurable in drools-pdp
70 - Make PDP type configurable in xacml-pdp
71* Performance improvements
72 - Support policy updates between PAP and the PDPs, phase 1
73* Maintainability
74 - Use ONAP base docker image
75 - Remove GPLv3 components from docker containers
76 - Move CSITs to Policy repos
77 - Deprecate server pool feature in drools-pdp
78* PoCs
79 - Merge CLAMP functionality into Policy Framework project
80 - TOSCA Defined Control Loop
81
82
83Known Limitations, Issues and Workarounds
84=========================================
85
86System Limitations
87~~~~~~~~~~~~~~~~~~
88
89The policy API component requires a fresh new database when migrating to the honolulu release.
90Therefore, upgrades require a fresh new database installation.
91Please see the
Jim Hahn182f20f2021-03-30 15:02:36 -040092`Installing or Upgrading Policy <https://docs.onap.org/projects/onap-policy-parent/en/honolulu/installation/oom.html#installing-or-upgrading-policy>`__ section for appropriate procedures.
Jim Hahn4cb51012021-03-24 15:37:45 -040093
94Known Vulnerabilities
95~~~~~~~~~~~~~~~~~~~~~
96
97Workarounds
98~~~~~~~~~~~
99
100Security Notes
101==============
102
103* `POLICY-3005 <https://jira.onap.org/browse/POLICY-3005>`_ - Bump direct dependency versions
104 - Upgrade org.onap.dmaap.messagerouter.dmaapclient to 1.1.12
105 - Upgrade org.eclipse.persistence to 2.7.8
106 - Upgrade org.glassfish.jersey.containers to 2.33
107 - Upgrade com.fasterxml.jackson.module to 2.11.3
108 - Upgrade com.google.re2j to 1.5
109 - Upgrade org.mariadb.jdbc to 2.7.1
110 - Upgrade commons-codec to 1.15
111 - Upgrade com.thoughtworks.xstream to 1.4.15
112 - Upgrade org.apache.httpcomponents:httpclient to 4.5.13
113 - Upgrade org.apache.httpcomponents:httpcore to 4.4.14
114 - Upgrade org.json to 20201115
115 - Upgrade org.projectlombok to 1.18.16
116 - Upgrade org.yaml to 1.27
117 - Upgrade io.cucumber to 6.9.1
118 - Upgrade org.apache.commons:commons-lang3 to 3.11
119 - Upgrade commons-io to 2.8.0
120* `POLICY-2936 <https://jira.onap.org/browse/POLICY-2936>`_ - Upgrade to latest version of CDS API
121 - Upgrade io.grpc to 1.35.0
122 - Upgrade com.google.protobuf to 3.14.0
123
124
125References
126==========
127
128For more information on the ONAP Honolulu release, please see:
129
130#. `ONAP Home Page`_
131#. `ONAP Documentation`_
132#. `ONAP Release Downloads`_
133#. `ONAP Wiki Page`_
134
135
136.. _`ONAP Home Page`: https://www.onap.org
137.. _`ONAP Wiki Page`: https://wiki.onap.org
138.. _`ONAP Documentation`: https://docs.onap.org
139.. _`ONAP Release Downloads`: https://git.onap.org
140
141Quick Links:
142 - `POLICY project page`_
143 - `Passing Badge information for POLICY`_
144
145
Jim Hahn961360a2020-11-10 16:36:00 -0500146.. ========================
147.. * * * GUILIN * * *
148.. ========================
149
150Version: 7.0.0
151--------------
152
Jim Hahnfee72972020-11-23 09:49:49 -0500153:Release Date: 2020-12-03 (Guilin Release)
Jim Hahn961360a2020-11-10 16:36:00 -0500154
155New features
156============
157
158Artifacts released:
159
160.. csv-table::
161 :header: "Repository", "Java Artifact", "Docker Image (if applicable)"
162 :widths: 15,10,10
163
164 "policy/parent", "3.2.0", ""
165 "policy/common", "1.7.1", ""
166 "policy/models", "2.3.5", ""
167 "policy/api", "2.3.3", "onap/policy-api:2.3.3"
168 "policy/pap", "2.3.3", "onap/policy-pap:2.3.3"
169 "policy/drools-pdp", "1.7.4", "onap/policy-drools:1.7.4"
170 "policy/apex-pdp", "2.4.4", "onap/policy-apex-pdp:2.4.4"
171 "policy/xacml-pdp", "2.3.3", "onap/policy-xacml-pdp:2.3.3"
172 "policy/drools-applications", "1.7.5", "onap/policy-pdpd-cl:1.7.5"
173 "policy/distribution", "2.4.3", "onap/policy-distribution:2.4.3"
174 "policy/docker", "2.1.1", "onap/policy-jdk-alpine:2.1.1, onap/policy-jre-alpine:2.1.1"
175
176Key Updates
177===========
178
179* Kubernetes integration
180 - All components return with non-zero exit code in case of application failure
181 - All components log to standard out (i.e., k8s logs) by default
182 - Continue to write log files inside individual pods, as well
183* Multi-tenancy
184 - Basic initial support using the existing features
185* E2E Network Slicing
186 - Added ModifyNSSI operation to SO actor
187* Consolidated health check
188 - Indicate failure if there arent enough PDPs registered
189* Legacy operational policies
190 - Removed from all components
191* OOM helm charts refactoring
192 - Name standardization
193 - Automated certificate generation
194* Actor Model
195 - Support various use cases and provide more flexibility to Policy Designers
Jim Hahne5734752020-11-16 11:12:10 -0500196 - Reintroduced the "usecases" controller into drools-pdp, supporting the use cases
197 under the revised actor architecture
Jim Hahn961360a2020-11-10 16:36:00 -0500198* Guard Application
199 - Support policy filtering
200* Matchable Application
201 - Support for ONAP or 3rd party components to create matchable policy types out of the box
202* Policy Lifecycle & Administration API
203 - Query/Delete by policy name & version without policy type
204* Apex-PDP enhancements
205 - Support multiple event & response types coming from a single endpoint
206 - Standalone installation now supports Tosca-based policies
207 - Legacy policy format has been removed
208 - Support chaining/handling of gRPC failure responses
209* Policy Distribution
210 - HPA decoders & related classes have been removed
211* Policy Engine
212 - Deprecated
213
214Known Limitations, Issues and Workarounds
215=========================================
216
217System Limitations
218~~~~~~~~~~~~~~~~~~
219
220The policy API component requires a fresh new database when migrating to the guilin release.
221Therefore, upgrades require a fresh new database installation.
222Please see the
Jim Hahn182f20f2021-03-30 15:02:36 -0400223`Installing or Upgrading Policy <https://docs.onap.org/projects/onap-policy-parent/en/guilin/installation/oom.html#installing-or-upgrading-policy>`__ section for appropriate procedures.
Jim Hahn961360a2020-11-10 16:36:00 -0500224
225Known Vulnerabilities
226~~~~~~~~~~~~~~~~~~~~~
227
228* `POLICY-2463 <https://jira.onap.org/browse/POLICY-2463>`_ - In APEX Policy javascript task logic, JSON.stringify causing stackoverflow exceptions
229
230Workarounds
231~~~~~~~~~~~
232* `POLICY-2463 <https://jira.onap.org/browse/POLICY-2463>`_ - Use the stringify method of the execution context
233
234Security Notes
235==============
236
237* `POLICY-2878 <https://jira.onap.org/browse/POLICY-2878>`_ - Dependency upgrades
238 - Upgrade com.fasterxml.jackson to 2.11.1
239* `POLICY-2387 <https://jira.onap.org/browse/POLICY-2387>`_ - Dependency upgrades
240 - Upgrade org.json to 20200518
241 - Upgrade com.google.re2j to 1.4
242 - Upgrade com.thoughtworks.xstream to 1.4.12
243 - Upgrade org.eclipse.persistence to 2.2.1
244 - Upgrade org.apache.httpcomponents to 4.5.12
245 - Upgrade org.projectlombok to 1.18.12
246 - Upgrade org.slf4j to 1.7.30
247 - Upgrade org.codehaus.plexus to 3.3.0
248 - Upgrade com.h2database to 1.4.200
249 - Upgrade io.cucumber to 6.1.2
250 - Upgrade org.assertj to 3.16.1
251 - Upgrade com.openpojo to 0.8.13
252 - Upgrade org.mockito to 3.3.3
253 - Upgrade org.awaitility to 4.0.3
254 - Upgrade org.onap.aaf.authz to 2.1.21
255* `POLICY-2668 <https://jira.onap.org/browse/POLICY-2668>`_ - Dependency upgrades
256 - Upgrade org.java-websocket to 1.5.1
257* `POLICY-2623 <https://jira.onap.org/browse/POLICY-2623>`_ - Remove log4j dependency
258* `POLICY-1996 <https://jira.onap.org/browse/POLICY-1996>`_ - Dependency upgrades
259 - Upgrade org.onap.dmaap.messagerouter.dmaapclient to 1.1.11
260
261
262References
263==========
264
Jim Hahn4cb51012021-03-24 15:37:45 -0400265For more information on the ONAP Guilin release, please see:
Jim Hahn961360a2020-11-10 16:36:00 -0500266
267#. `ONAP Home Page`_
268#. `ONAP Documentation`_
269#. `ONAP Release Downloads`_
270#. `ONAP Wiki Page`_
271
272
273.. _`ONAP Home Page`: https://www.onap.org
274.. _`ONAP Wiki Page`: https://wiki.onap.org
275.. _`ONAP Documentation`: https://docs.onap.org
276.. _`ONAP Release Downloads`: https://git.onap.org
277
278Quick Links:
279 - `POLICY project page`_
280 - `Passing Badge information for POLICY`_
281
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400282
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400283.. ===========================
284.. * * * FRANKFURT * * *
285.. ===========================
286
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400287
Jim Hahn087f4fc2020-08-19 11:54:57 -0400288Version: 6.0.1
289--------------
290
Jim Hahn9b4f2c42020-08-19 23:05:33 -0400291:Release Date: 2020-08-21 (Frankfurt Maintenance Release #1)
Jim Hahn087f4fc2020-08-19 11:54:57 -0400292
293**Artifacts**
294
295Artifacts released:
296
297.. csv-table::
298 :header: "Repository", "Java Artifact", "Docker Image (if applicable)"
299 :widths: 15,10,10
300
301 "policy/drools-applications", "1.6.4", "onap/policy-pdpd-cl:1.6.4"
302
303
304**Bug Fixes**
305
306
307 * `[POLICY-2704] <https://jira.onap.org/browse/POLICY-2704>`_ - Legacy PDP-X and PAP stuck in PodIntializing
308
309
310**Security Notes**
311
312*Fixed Security Issues*
313
314
315 * `[POLICY-2678] <https://jira.onap.org/browse/POLICY-2678>`_ - policy/engine tomcat upgrade for CVE-2020-11996
316
317
318Version: 6.0.0
319--------------
320
321:Release Date: 2020-06-04 (Frankfurt Release)
322
323New features
Jim Hahn961360a2020-11-10 16:36:00 -0500324============
Jim Hahn087f4fc2020-08-19 11:54:57 -0400325
326Artifacts released:
327
328.. csv-table::
329 :header: "Repository", "Java Artifact", "Docker Image (if applicable)"
330 :widths: 15,10,10
331
332 "policy/parent", "3.1.3", ""
333 "policy/common", "1.6.5", ""
334 "policy/models", "2.2.6", ""
335 "policy/api", "2.2.4", "onap/policy-api:2.2.4"
336 "policy/pap", "2.2.3", "onap/policy-pap:2.2.3"
337 "policy/drools-pdp", "1.6.3", "onap/policy-drools:1.6.3"
338 "policy/apex-pdp", "2.3.2", "onap/policy-apex-pdp:2.3.2"
339 "policy/xacml-pdp", "2.2.2", "onap/policy-xacml-pdp:2.2.2"
340 "policy/drools-applications", "1.6.4", "onap/policy-pdpd-cl:1.6.4"
341 "policy/engine", "1.6.4", "onap/policy-pe:1.6.4"
342 "policy/distribution", "2.3.2", "onap/policy-distribution:2.3.2"
343 "policy/docker", "2.0.1", "onap/policy-jdk-alpine:2.0.1, onap/policy-jre-alpine:2.0.1, onap/policy-jdk-debian:2.0.1, onap/policy-jre-debian:2.0.1"
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400344
345Summary
346=======
347
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400348New features include policy update notifications, native policy support, streamlined health check for the Policy Administration Point (PAP),
349configurable pre-loading/pre-deployment of policies, new APIs (e.g. to create one or more Policies with a single call), new experimental PDP monitoring GUI, and enhancements to all three PDPs: XACML, Drools, APEX.
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400350
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400351Common changes in all policy components
Jim Hahn961360a2020-11-10 16:36:00 -0500352=======================================
353
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400354* Upgraded all policy components to Java 11.
355* Logback file can be now loaded using OOM configmap.
Jim Hahn961360a2020-11-10 16:36:00 -0500356 - If needed, logback file can be loaded as a configmap during the OOM deployment. For this, just put the logback.xml file in corresponding config directory in OOM charts.
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400357
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400358* TOSCA changes:
Jim Hahn961360a2020-11-10 16:36:00 -0500359 - tosca_definitions_version is now tosca_simple_yaml_1_1_0
360 - typeVersion type_version, intinteger, boolboolean, Stringstring, Mapmap, Listlist
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400361* SupportedPolicyTypes now removed from pdp status message.
Jim Hahn961360a2020-11-10 16:36:00 -0500362 - All PDPs now send PdpGroup to which they belong to in the registration message.
363 - SupportedPolicyTypes are not sent anymore.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400364
365* Native Policy Support
Jim Hahn961360a2020-11-10 16:36:00 -0500366 - Each PDP engine has its own native policy language. A new Policy Type **onap.policies.Native** was created and supported for each PDP
367 engine to support native policy types.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400368
369
370POLICY-PAP
Jim Hahn961360a2020-11-10 16:36:00 -0500371==========
372
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400373* Policy Update Notifications
Jim Hahn961360a2020-11-10 16:36:00 -0500374 - PAP now generates notifications via the DMaaP Message Router when policies are successfully or unsuccessfully deployed (or undeployed) from all relevant PDPs.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400375
376* PAP API to fetch Policy deployment status
Jim Hahn961360a2020-11-10 16:36:00 -0500377 - Clients will be able to poll the PAP API to find out when policies have been successfully or unsuccessfully deployed to the PDP's.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400378
379* Removing supportedPolicyTypes from PdpStatus
Jim Hahn961360a2020-11-10 16:36:00 -0500380 - PDPs are assigned to a PdpGroup based on what group is mentioned in the heartbeat. Earlier this was done based on the supportedPolicyTypes.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400381
382* Support policy types with wild-cards, Preload wildcard supported type in PAP
383
384* PAP should NOT make a PDP passive if it cannot deploy a policy.
Jim Hahn961360a2020-11-10 16:36:00 -0500385 - If a PDP fails to deploy one or more policies specified in a PDP-UPDATE message, PAP will undeploy those policies that failed to deploy to the PDP. This entails removing the policies from the Pdp Group(s), issuing new PDP-UPDATE requests, and updating the notification tracking data.
386 - Also, re-register pdp if not found in the DB during heartbeat processing.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400387
388* Consolidated health check in PAP
Jim Hahn961360a2020-11-10 16:36:00 -0500389 - PAP can report the health check for ALL the policy components now. The PDP’s health is tracked based on heartbeats, and other component’s REST API is used for healthcheck.
390 - “healthCheckRestClientParameters” (REST parameters for API and Distribution healthcheck) are added to the startup config file in PAP.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400391
392* PDP statistics from PAP
Jim Hahn961360a2020-11-10 16:36:00 -0500393 - All PDPs send statistics data as part of the heartbeat. PAP reads this and saves this data to the database, and this statistics data can be accessed from the monitoring GUI.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400394
395* PAP API for Create or Update PdpGroups
Jim Hahn961360a2020-11-10 16:36:00 -0500396 - A new API is now available just for creating/updating PDP Groups. Policies cannot be added/updated during PDP Group create/update operations. There is another API for this. So, if provided in the create/update group request, they are ignored. Supported policy types are defined during PDP Group creation. They cannot be updated once they are created. Refer to this for details: https://github.com/onap/policy-parent/blob/master/docs/pap/pap.rst#id8
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400397
398* PAP API to deploy policies to PdpGroups
Jim Hahn961360a2020-11-10 16:36:00 -0500399 - A new API is introduced to deploy policies on specific PDPGroups. Each subgroup includes an "action" property, which is used to indicate that the policies are being added (POST) to the subgroup, deleted (DELETE) from the subgroup, or that the subgroup's entire set of policies is being replaced (PATCH) by a new set of policies.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400400
401POLICY-API
Jim Hahn961360a2020-11-10 16:36:00 -0500402==========
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400403
404* A new simplified API to create one or more policies in one call.
Jim Hahn961360a2020-11-10 16:36:00 -0500405 - This simplified API doesnt require policy type id & policy type version to be part of the URL.
406 - The simple URI policy/api/v1/policies with a POST input body takes in a ToscaServiceTemplate with the policies in it.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400407
408* List of Preloaded policy types are made configurable
Jim Hahn961360a2020-11-10 16:36:00 -0500409 - Until El Alto, the list of pre-loaded policy types are hardcoded in the code. Now, this is made configurable, and the list can be specified in the startup config file for the API component under preloadPolicyTypes”. The list is ignored if the DB already contains one or more policy types.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400410
411* Preload default policies for ONAP components
Jim Hahn961360a2020-11-10 16:36:00 -0500412 - The ability to configure the preloading of initial default policies into the system upon startup.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400413
414* A lot of improvements to the API code and validations corresponding to the changes in policy-models.
Jim Hahn961360a2020-11-10 16:36:00 -0500415 - Creating same policyType/policy repeatedly without any change in request body will always be successful with 200 response
416 - If there is any change in the request body, then that should be a new version. If any change is posted without a version change, then 406 error response is returned.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400417
418* Known versioning issues are there in Policy Types handling.
Jim Hahn961360a2020-11-10 16:36:00 -0500419 - https://jira.onap.org/browse/POLICY-2377 covers the versioning issues in Policy. Basically, multiple versions of a Policy Type cannot be handled in TOSCA. So, in Frankfurt, the latest version of the policy type is examined. This will be further looked into in Guilin.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400420
421* Cascaded GET of PolicyTypes and Policies
Jim Hahn961360a2020-11-10 16:36:00 -0500422 - Fetching/GET PolicyType now returns all of the referenced/parent policyTypes and dataTypes as well.
423 - Fetching/GET Policy allows specifying mode now.
424 - By default the mode is BARE”, which returns only the requested Policy in response. If mode is specified as REFERENCED”, all of the referenced/parent policyTypes and dataTypes are returned as well.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400425
426* The /deployed API is removed from policy/api
Jim Hahn961360a2020-11-10 16:36:00 -0500427 - This run time administration job to see the deployment status of a policy is now possible via PAP.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400428
429* Changes related to design and support of TOSCA Compliant Policy Types for the operational and guard policy models.
430
431POLICY-DISTRIBUTION
Jim Hahn961360a2020-11-10 16:36:00 -0500432===================
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400433
434* From Frankfurt release, policy-distribution component uses APIs provided by Policy-API and Policy-PAP for creation of policy types and policies, and deployment of policies.
Jim Hahn961360a2020-11-10 16:36:00 -0500435 - Note: If deployPolicies field in the startup config file is true, then only the policies are deployed using PAP endpoint.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400436
437* Policy/engine & apex-pdp dependencies are removed from policy-distribution.
438
439
Jim Hahn961360a2020-11-10 16:36:00 -0500440POLICY-APEX-PDP
441===============
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400442
443* Changed the JavaScript executor from Nashorn to Rhino as part of Java 11 upgrade.
Jim Hahn961360a2020-11-10 16:36:00 -0500444 - There are minor changes in the JavaScript task logic files associated with this Rhino migration. An example for this change can be seen here: https://gerrit.onap.org/r/c/policy/apex-pdp/+/103546/2/examples/examples-onap-bbs/src/main/resources/logic/SdncResourceUpdateTask.js
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400445
Jim Hahn961360a2020-11-10 16:36:00 -0500446 - There is a known issue in Rhino javascript related to the usage of JSON.stringify. This is captured in this JIRA https://jira.onap.org/browse/POLICY-2463.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400447
448* APEX supports multiple policy deployment in Frankfurt.
Jim Hahn961360a2020-11-10 16:36:00 -0500449 - Up through El Alto APEX-PDP had the capability to take in only a single ToscaPolicy. When PAP sends a list of Tosca Policies in PdpUpdate, only the first one is taken and only that single Policy is deployed in APEX. This is fixed in Frankfurt. Now, APEX can deploy a list of Tosca Policies altogether into the engine.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400450
Jim Hahn961360a2020-11-10 16:36:00 -0500451 - Note: There shouldnt be any duplicates in the deployed policies (for e.g. same input/output parameter names, or same event/task names etc).
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400452
Jim Hahn961360a2020-11-10 16:36:00 -0500453 - For example, when 3 policies are deployed and one has duplicates, say same input/task or any such concept is used in the 2nd and 3rd policy, then APEX-PDP ignores the 3rd policy and executes only the 1st and 2nd policies. APEX-PDP also respond back to PAP with the message saying that only Policy 1 and 2 are deployed. Others failed due to duplicate concept”.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400454
455* Context retainment during policy upgrade.
Jim Hahn961360a2020-11-10 16:36:00 -0500456 - In APEX-PDP, context is referred by the apex concept contextAlbum’. When there is no major version change in the upgraded policy to be deployed, the existing context of the currently running policy is retained. When the upgraded policy starts running, it will have access to this context as well.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400457
Jim Hahn961360a2020-11-10 16:36:00 -0500458 - For example, Policy A v1.1 is currently deployed to APEX. It has a contextAlbum named HeartbeatContext and heartbeats are currently added to the HeartbeatContext based on events coming in to the policy execution. Now, when Policy A v1.2 (with some other changes and same HeartbeatContext) is deployed, Policy Av1.1 is replaced by Policy A1.2 in the APEX engine, but the content in HeartbeatContext is retained for Policy A1.2.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400459
460* APEX-PDP now specifies which PdpGroup it belongs to.
Jim Hahn961360a2020-11-10 16:36:00 -0500461 - Up through El Alto, PAP assigned each PDP to a PDP group based on the supportedPolicyTypes it sends in the heartbeat. But in Frankfurt, each PDP comes up saying which PdpGroup they belong to, and this is sent to PAP in the heartbeat. PAP then registers the PDP the PdpGroup specified by the PDP. If no group name is specified like this, then PAP assigns the PDP to defaultGroup by default. SupportedPolicyTypes are not sent to PAP by the PDP now.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400462
Jim Hahn961360a2020-11-10 16:36:00 -0500463 - In APEX-PDP, this can be specified in the startup config file(OnapPfConfig.json). "pdpGroup": "<groupName>" is added under pdpStatusParameters in the config file.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400464
465* APEX-PDP now sends PdpStatistics data in heartbeat.
Jim Hahn961360a2020-11-10 16:36:00 -0500466 - Apex now sends the PdpStatistics data in every heartbeat sent to PAP. PAP saves this data to the database, and this statistics data can be accessed from the monitoring GUI.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400467
468* Removed content section from ToscaPolicy properties in APEX.
Jim Hahn961360a2020-11-10 16:36:00 -0500469 - Up through El Alto, APEX specific policy information was placed under properties|content in ToscaPolicy. Avoid placing under "content" and keep the information directly under properties. So, the ToscaPolicy structure will have apex specific policy information in properties|engineServiceParameters, properties|eventInputParameters, properties|eventOutputParameters.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400470
471* Passing parameters from ApexConfig to policy logic.
Jim Hahn961360a2020-11-10 16:36:00 -0500472 - TaskParameters can be used to pass parameters from ApexConfig to the policy logic. Consider a scenario where from CLAMP, serviceId or closedLoopId has to be passed to the policy, and this should be available to perform some logic or action within the policy. In the CLAMP UI, while configuring the APEX Policy, specifying taskParameters with these will enable this.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400473
Jim Hahn182f20f2021-03-30 15:02:36 -0400474 - More information about the usage of Task Parameters can be found here: https://docs.onap.org/projects/onap-policy-parent/en/frankfurt/apex/APEX-User-Manual.html#configure-task-parameters
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400475
Jim Hahn961360a2020-11-10 16:36:00 -0500476 - In the taskLogic, taskParameters can be accessed as executor.parameters.get("ParameterKey1"))
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400477
Jim Hahn182f20f2021-03-30 15:02:36 -0400478 - More information can be found here: https://docs.onap.org/projects/onap-policy-parent/en/frankfurt/apex/APEX-Policy-Guide.html#accessing-taskparameters
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400479
480* GRPC support for APEX-CDS interaction.
Jim Hahn182f20f2021-03-30 15:02:36 -0400481 - APEX-PDP now supports interaction with CDS over gRPC. Up through El Alto, CDS interaction was possible over REST only. A new plugin was developed in APEX for this feature. Refer the link for more details. https://docs.onap.org/projects/onap-policy-parent/en/frankfurt/apex/APEX-User-Manual.html#grpc-io
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400482
Jim Hahn961360a2020-11-10 16:36:00 -0500483POLICY-XACML-PDP
484================
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400485
486* Added optional Decision API param to Decision API for monitor decisions that returns abbreviated results.
Jim Hahn961360a2020-11-10 16:36:00 -0500487 - Return only an abbreviated list of policies (e.g. metadata Policy Id and Version) without the actual contents of the policies (e.g. the Properties).
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400488
489* XACML PDP now support PASSIVE_MODE.
490* Added support to return status and error if pdp-x failed to load a policy.
491* Changed optimization Decision API application to support "closest matches" algorithm.
492* Changed Xacml-pdp to report the pdp group defined in XacmlPdpParameters config file as part of heartbeat. Also, removed supportedPolicyType from pdpStatus message.
493* Design the TOSCA policy model for SDNC naming policies and implement an application that translates it to a working policy and is available for decision API.
494* XACML pdp support for Control Loop Coordination
Jim Hahn961360a2020-11-10 16:36:00 -0500495 - Added policies for SON and PCI to support each blocking the other, with test cases and appropriate requests
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400496
497* Extend PDP-X capabilities so that it can load in and enforce the native XACML policies deployed from PAP.
498
499POLICY-DROOLS-PDP
Jim Hahn961360a2020-11-10 16:36:00 -0500500=================
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400501
jhh4efa6f42020-06-09 11:28:08 -0500502* Support for PDP-D in offline mode to support locked deployments. This is the default ONAP installation.
503* Parameterize maven repository URLs for easier CI/CD integration.
504* Support for Tosca Compliant Operational Policies.
505* Support for TOSCA Compliant Native Policies that allows creation and deployment of new drools-applications.
506* Validation of Operational and Native Policies against their policy type.
507* Support for a generic Drools-PDP docker image to host any type of application.
508* Experimental Server Pool feature that supports multiple active Drools PDP hosts.
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400509
510POLICY-DROOLS-APPLICATIONS
Jim Hahn961360a2020-11-10 16:36:00 -0500511==========================
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400512
jhh4efa6f42020-06-09 11:28:08 -0500513* Removal of DCAE ONSET alarm duplicates (with different request IDs).
514* Support of a new controller (frankfurt) that supports the ONAP use cases under the new actor architecture.
515* Deprecated the "usecases" controller supporting the use cases under the legacy actor architecture.
516* Deleted the unsupported "amsterdam" controller related projects.
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400517
Jim Hahn961360a2020-11-10 16:36:00 -0500518
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400519Known Limitations, Issues and Workarounds
520=========================================
521
522System Limitations
Jim Hahn961360a2020-11-10 16:36:00 -0500523~~~~~~~~~~~~~~~~~~
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400524
jhh4efa6f42020-06-09 11:28:08 -0500525The policy API component requires a fresh new database when migrating to the frankfurt release.
526Therefore, upgrades require a fresh new database installation.
527Please see the
Jim Hahn182f20f2021-03-30 15:02:36 -0400528`Installing or Upgrading Policy <https://docs.onap.org/projects/onap-policy-parent/en/frankfurt/installation/oom.html#installing-or-upgrading-policy>`__ section for appropriate procedures.
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400529
530Known Vulnerabilities
Jim Hahn961360a2020-11-10 16:36:00 -0500531~~~~~~~~~~~~~~~~~~~~~
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400532
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400533* `POLICY-2463 <https://jira.onap.org/browse/POLICY-2463>`_ - In APEX Policy javascript task logic, JSON.stringify causing stackoverflow exceptions
534* `POLICY-2487 <https://jira.onap.org/browse/POLICY-2487>`_ - policy/api hangs in loop if preload policy does not exist
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400535
536Workarounds
Jim Hahn961360a2020-11-10 16:36:00 -0500537~~~~~~~~~~~
RossCf949be42020-06-09 12:54:50 +0100538* `POLICY-2463 <https://jira.onap.org/browse/POLICY-2463>`_ - Parse incoming object using JSON.Parse() or cast the object to a String
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400539
540Security Notes
Jim Hahn961360a2020-11-10 16:36:00 -0500541==============
Pamela Dragoshdb60fd22020-04-01 12:34:41 -0400542
Pamela Dragoshd5ff9882020-05-11 15:18:01 -0400543* `POLICY-2221 <https://jira.onap.org/browse/POLICY-2221>`_ - Password removal from helm charts
544* `POLICY-2064 <https://jira.onap.org/browse/POLICY-2064>`_ - Allow overriding of keystore and truststore in policy helm charts
545* `POLICY-2381 <https://jira.onap.org/browse/POLICY-2381>`_ - Dependency upgrades
546 - Upgrade drools 7.33.0
547 - Upgrade jquery to 3.4.1 in jquery-ui
548 - Upgrade snakeyaml to 1.26
549 - Upgrade org.infinispan infinispan-core 10.1.5.Final
550 - upgrade io.netty 4.1.48.Final
551 - exclude org.glassfish.jersey.media jersey-media-jaxb artifact
552 - Upgrade com.fasterxml.jackson.core 2.10.0.pr3
553 - Upgrade org.org.jgroups 4.1.5.Final
554 - Upgrade commons-codec 20041127.091804
555 - Upgrade com.github.ben-manes.caffeine 2.8.0
556
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400557.. ==========================
558.. * * * EL ALTO * * *
559.. ==========================
560
Jim Hahn087f4fc2020-08-19 11:54:57 -0400561Version: 5.0.2
562--------------
563
Jim Hahn9b4f2c42020-08-19 23:05:33 -0400564:Release Date: 2020-08-24 (El Alto Maintenance Release #1)
Jim Hahn087f4fc2020-08-19 11:54:57 -0400565
566**New Features**
567
568Artifacts released:
569
570.. csv-table::
571 :header: "Repository", "Java Artifact", "Docker Image (if applicable)"
572 :widths: 15,10,10
573
574 "policy/api", "2.1.3", "onap/policy-api:2.1.3"
575 "policy/pap", "2.1.3", "onap/policy-pap:2.1.3"
576 "policy/drools-pdp", "1.5.3", "onap/policy-drools:1.5.3"
577 "policy/apex-pdp", "2.2.3", "onap/policy-apex-pdp:2.2.3"
578 "policy/xacml-pdp", "2.1.3", "onap/policy-xacml-pdp:2.1.3"
579 "policy/drools-applications", "1.5.4", "onap/policy-pdpd-cl:1.5.4"
580 "policy/engine", "1.5.3", "onap/policy-pe:1.5.3"
581 "policy/distribution", "2.2.2", "onap/policy-distribution:2.2.2"
582 "policy/docker", "1.4.0", "onap/policy-common-alpine:1.4.0, onap/policy/base-alpine:1.4.0"
583
584
585**Bug Fixes**
586
587
588 * `[PORTAL-760] <https://jira.onap.org/browse/PORTAL-760>`_ - Access to Policy portal is impossible
589 * `[POLICY-2107] <https://jira.onap.org/browse/POLICY-2107>`_ - policy/distribution license issue in resource needs to be removed
590 * `[POLICY-2169] <https://jira.onap.org/browse/POLICY-2169>`_ - SDC client interface change caused compile error in policy distribution
591 * `[POLICY-2171] <https://jira.onap.org/browse/POLICY-2171>`_ - Upgrade elalto branch models and drools-applications
592 * `[POLICY-1509] <https://jira.onap.org/browse/POLICY-1509>`_ - Investigate Apex org.python.jython-standalone.2.7.1
593 * `[POLICY-2062] <https://jira.onap.org/browse/POLICY-2062>`_ - APEX PDP logs > 4G filled local storage
594
595
596**Security Notes**
597
598*Fixed Security Issues*
599
600
601 * `[POLICY-2475] <https://jira.onap.org/browse/POLICY-2475>`_ - Update El Alto component certificates
602
Pamela Dragosh8b0f5cc2019-09-16 07:48:20 -0400603Version: 5.0.1
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400604--------------
605
Pamela Dragosh8bc72232019-10-11 18:42:17 -0400606:Release Date: 2019-10-24 (El Alto Release)
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400607
608**New Features**
609
610Artifacts released:
611
612.. csv-table::
613 :header: "Repository", "Java Artifact", "Docker Image (if applicable)"
614 :widths: 15,10,10
615
Pamela Dragosh8bc72232019-10-11 18:42:17 -0400616 "policy/parent", "3.0.1", ""
617 "policy/common", "1.5.2", ""
618 "policy/models", "2.1.4", ""
619 "policy/api", "2.1.2", "onap/policy-api:2.1.2"
620 "policy/pap", "2.1.2", "onap/policy-pap:2.1.2"
621 "policy/drools-pdp", "1.5.2", "onap/policy-drools:1.5.2"
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400622 "policy/apex-pdp", "2.2.1", "onap/policy-apex-pdp:2.2.1"
Pamela Dragosh8bc72232019-10-11 18:42:17 -0400623 "policy/xacml-pdp", "2.1.2", "onap/policy-xacml-pdp:2.1.2"
624 "policy/drools-applications", "1.5.3", "onap/policy-pdpd-cl:1.5.3"
625 "policy/engine", "1.5.2", "onap/policy-pe:1.5.2"
626 "policy/distribution", "2.2.1", "onap/policy-distribution:2.2.1"
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400627 "policy/docker", "1.4.0", "onap/policy-common-alpine:1.4.0 onap/policy/base-alpine:1.4.0"
628
629The El Alto release for POLICY delivered the following Epics. For a full list of stories and tasks delivered in the El Alto release, refer to `JiraPolicyElAlto`_.
630
631 * [POLICY-1727] - This epic covers technical debt left over from Dublin
Jim Hahn961360a2020-11-10 16:36:00 -0500632
Jim Hahn087f4fc2020-08-19 11:54:57 -0400633 - POLICY-969 Docker improvement in policy framwork modules
634 - POLICY-1074 Fix checkstyle warnings in every repository
635 - POLICY-1121 RPM build for Apex
636 - POLICY-1223 CII Silver Badging Requirements
637 - POLICY-1600 Clean up hash code equality checks, cloning and copying in policy-models
638 - POLICY-1646 Replace uses of getCanonicalName() with getName()
639 - POLICY-1652 Move PapRestServer to policy/common
640 - POLICY-1732 Enable maven-checkstyle-plugin in apex-pdp
641 - POLICY-1737 Upgrade oParent 2.0.0 - change daily jobs to staging jobs
642 - POLICY-1742 Make HTTP return code handling configurable in APEX
643 - POLICY-1743 Make URL configurable in REST Requestor and REST Client
644 - POLICY-1744 Remove topic.properties and incorporate into overall properties
645 - POLICY-1770 PAP REST API for PDPGroup Healthcheck
646 - POLICY-1771 Boost policy/api JUnit code coverage
647 - POLICY-1772 Boost policy/xacml-pdp JUnit code coverage
648 - POLICY-1773 Enhance the policy/xacml-pdp S3P Stability and Performance tests
649 - POLICY-1784 Better Handling of "version" field value with clients
650 - POLICY-1785 Deploy same policy with a new version simply adds to the list
651 - POLICY-1786 Create a simple way to populate the guard database for testing
652 - POLICY-1791 Address Sonar issues in new policy repos
653 - POLICY-1795 PAP: bounced apex and xacml pdps show deleted instance in pdp status through APIs.
654 - POLICY-1800 API|PAP components use different version formats
655 - POLICY-1805 Build up stability test for api component to follow S3P requirements
656 - POLICY-1806 Build up S3P performance test for api component
657 - POLICY-1847 Add control loop coordination as a preloaded policy type
658 - POLICY-1871 Change policy/distribution to support ToscaPolicyType & ToscaPolicy
659 - POLICY-1881 Upgrade policy/distribution to latest SDC artifacts
660 - POLICY-1885 Apex-pdp: Extend CLIEditor to generate policy in ToscaServiceTemplate format
661 - POLICY-1898 Move apex-pdp & distribution documents to policy/parent
662 - POLICY-1942 Boost policy/apex-pdp JUnit code coverage
663 - POLICY-1953 Create addTopic taking BusTopicParams instead of Properties in policy/endpoints
Saryu Shahad44df22019-09-19 22:27:26 +0000664
665 * Additional items delivered with the release.
Jim Hahn961360a2020-11-10 16:36:00 -0500666
Jim Hahn087f4fc2020-08-19 11:54:57 -0400667 - POLICY-1637 Remove "version" from PdpGroup
668 - POLICY-1653 Remove isNullVersion() method
669 - POLICY-1966 Fix more sonar issues in policy drools
670 - POLICY-1988 Generate El Alto AAF Certificates
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400671
672 * [POLICY-1823] - This epic covers the work to develop features that will be deployed dark in El Alto.
Jim Hahn961360a2020-11-10 16:36:00 -0500673
Jim Hahn087f4fc2020-08-19 11:54:57 -0400674 - POLICY-1762 Create CDS API model implementation
675 - POLICY-1763 Create CDS Actor
676 - POLICY-1899 Update optimization xacml application to support more flexible Decision API
677 - POLICY-1911 XACML PDP must be able to retrieve Policy Type from API
Saryu Shahad44df22019-09-19 22:27:26 +0000678
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400679
680**Bug Fixes**
681
682The following bug fixes have been deployed with this release:
683
Saryu Shahad44df22019-09-19 22:27:26 +0000684 * `[POLICY-1671] <https://jira.onap.org/browse/POLICY-1671>`_ - policy/engine JUnit tests now take over 30 minutes to run
685 * `[POLICY-1725] <https://jira.onap.org/browse/POLICY-1725>`_ - XACML PDP returns 500 vs 400 for bad syntax JSON
686 * `[POLICY-1793] <https://jira.onap.org/browse/POLICY-1793>`_ - API|MODELS: Retrieving Legacy Operational Policy as a Tosca Policy with wrong version
Jim Hahn087f4fc2020-08-19 11:54:57 -0400687 * `[POLICY-1795] <https://jira.onap.org/browse/POLICY-1795>`_ - PAP: bounced apex and xacml pdps show deleted instance in pdp status through APIs.
Saryu Shahad44df22019-09-19 22:27:26 +0000688 * `[POLICY-1800] <https://jira.onap.org/browse/POLICY-1800>`_ - API|PAP components use different version formats
689 * `[POLICY-1802] <https://jira.onap.org/browse/POLICY-1802>`_ - Apex-pdp: context album is mandatory for policy model to compile
690 * `[POLICY-1803] <https://jira.onap.org/browse/POLICY-1803>`_ - PAP should undeploy policies when subgroup is deleted
Jim Hahn087f4fc2020-08-19 11:54:57 -0400691 * `[POLICY-1807] <https://jira.onap.org/browse/POLICY-1807>`_ - Latest version is always returned when using the endpoint to retrieve all versions of a particular policy
692 * `[POLICY-1808] <https://jira.onap.org/browse/POLICY-1808>`_ - API|PAP|PDP-X [new] should publish docker images with the following tag X.Y-SNAPSHOT-latest
Saryu Shahad44df22019-09-19 22:27:26 +0000693 * `[POLICY-1810] <https://jira.onap.org/browse/POLICY-1810>`_ - API: support "../deployed" REST API (URLs) for legacy policies
694 * `[POLICY-1811] <https://jira.onap.org/browse/POLICY-1811>`_ - The endpoint of retrieving the latest version of TOSCA policy does not return the latest one, especially when there are double-digit versions
695 * `[POLICY-1818] <https://jira.onap.org/browse/POLICY-1818>`_ - APEX does not allow arbitrary Kafka parameters to be specified
696 * `[POLICY-1838] <https://jira.onap.org/browse/POLICY-1838>`_ - Drools-pdp error log is missing data in ErrorDescription field
697 * `[POLICY-1839] <https://jira.onap.org/browse/POLICY-1839>`_ - Policy Model currently needs to be escaped
698 * `[POLICY-1843] <https://jira.onap.org/browse/POLICY-1843>`_ - Decision API not returning monitoring policies when calling api with policy-type
699 * `[POLICY-1844] <https://jira.onap.org/browse/POLICY-1844>`_ - XACML PDP does not update policy statistics
700 * `[POLICY-1858] <https://jira.onap.org/browse/POLICY-1858>`_ - Usecase DRL - named query should not be invoked
701 * `[POLICY-1859] <https://jira.onap.org/browse/POLICY-1859>`_ - Drools rules should not timeout when given timeout=0 - should be treated as infinite
702 * `[POLICY-1872] <https://jira.onap.org/browse/POLICY-1872>`_ - brmsgw fails building a jar - trafficgenerator dependency does not exist
703 * `[POLICY-2047] <https://jira.onap.org/browse/POLICY-2047>`_ - TOSCA Policy Types should be map not a list
704 * `[POLICY-2060] <https://jira.onap.org/browse/POLICY-2060>`_ - ToscaProperties object is missing metadata field
Pamela Dragosh8bc72232019-10-11 18:42:17 -0400705 * `[POLICY-2156] <https://jira.onap.org/browse/POLICY-2156>`_ - missing field in create VF module request to SO
Saryu Shahad44df22019-09-19 22:27:26 +0000706
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400707
708**Security Notes**
709
710*Fixed Security Issues*
711
Pamela Dragosh8a593002019-10-14 10:47:43 -0400712
Jim Hahn087f4fc2020-08-19 11:54:57 -0400713 * `[POLICY-2115] <https://jira.onap.org/browse/POLICY-2115>`_ - Upgrade org.jgroups : jgroups : 4.0.12.Final
Pamela Dragosh8a593002019-10-14 10:47:43 -0400714 * `[POLICY-2084] <https://jira.onap.org/browse/POLICY-2084>`_ - Investigate pip (py2.py3-none-any) 9.0.1 (.whl) in apex-pdp
715 * `[POLICY-2072] <https://jira.onap.org/browse/POLICY-2072>`_ - Upgrade io.netty : netty-codec-http2 and netty-common to 4.1.39.Final
716 * `[POLICY-2005] <https://jira.onap.org/browse/POLICY-2005>`_ - Upgrade elastic search to 6.8.2
717 * `[POLICY-2001] <https://jira.onap.org/browse/POLICY-2001>`_ - Upgrade com.thoughtworks.xstream to 1.4.11.1
718 * `[POLICY-2000] <https://jira.onap.org/browse/POLICY-2000>`_ - Upgrade oparent 2.1.0-SNAPSHOT - to pull in jetty server to 9.4.20.v20190813
719 * `[POLICY-1999] <https://jira.onap.org/browse/POLICY-1999>`_ - Upgrade to httpcomponents httpclient 4.5.9
720 * `[POLICY-1598] <https://jira.onap.org/browse/POLICY-1598>`_ - mariadb container is outdated
721 * `[POLICY-1597] <https://jira.onap.org/browse/POLICY-1597>`_ - nexus container is outdated
722
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400723*Known Security Issues*
724
725*Known Vulnerabilities in Used Modules*
726
727POLICY 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 POLICY open Critical security vulnerabilities and their risk assessment have been documented as part of the `project (El Alto Release) <https://wiki.onap.org/pages/viewpage.action?pageId=68541992>`_.
728
729Quick Links:
730 - `POLICY project page`_
731 - `Passing Badge information for POLICY`_
732 - `Project Vulnerability Review Table for POLICY (El Alto Release) <https://wiki.onap.org/pages/viewpage.action?pageId=68541992>`_
733
734**Known Issues**
735
736The following known issues will be addressed in a future release:
737
Saryu Shahad44df22019-09-19 22:27:26 +0000738 * `[POLICY-1276] <https://jira.onap.org/browse/POLICY-1276>`_ - JRuby interpreter shutdown fails on second and subsequent runs
739 * `[POLICY-1291] <https://jira.onap.org/browse/POLICY-1291>`_ - Maven Error when building Apex documentation in Windows
740 * `[POLICY-1578] <https://jira.onap.org/browse/POLICY-1578>`_ - PAP pushPolicies.sh in startup fails due to race condition in some environments
741 * `[POLICY-1832] <https://jira.onap.org/browse/POLICY-1832>`_ - API|PAP: data race condition seem to appear sometimes when creating and deploying policy
742 * `[POLICY-2103] <https://jira.onap.org/browse/POLICY-2103>`_ - policy/distribution may need to re-synch if SDC gets reinstalled
743 * `[POLICY-2062] <https://jira.onap.org/browse/POLICY-2062>`_ - APEX PDP logs > 4G filled local storage
744 * `[POLICY-2080] <https://jira.onap.org/browse/POLICY-2080>`_ - drools-pdp JUnit fails intermittently in feature-active-standby-management
Pamela Dragosh8bc72232019-10-11 18:42:17 -0400745 * `[POLICY-2111] <https://jira.onap.org/browse/POLICY-2111>`_ - PDP-D APPS: AAF Cadi conflicts with Aether libraries
746 * `[POLICY-2158] <https://jira.onap.org/browse/POLICY-2158>`_ - PAP loses synchronization with PDPs
747 * `[POLICY-2159] <https://jira.onap.org/browse/POLICY-2159>`_ - PAP console (legacy): cannot edit policies with GUI
Pamela Dragoshe47eb662019-08-16 13:37:44 -0400748
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400749
750.. ==========================
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400751.. * * * DUBLIN * * *
752.. ==========================
753
754Version: 4.0.0
755--------------
756
Pamela Dragoshdd17aa12019-06-24 09:48:58 -0400757:Release Date: 2019-06-26 (Dublin Release)
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400758
759**New Features**
760
Pamela Dragoshdd17aa12019-06-24 09:48:58 -0400761Artifacts released:
762
763.. csv-table::
764 :header: "Repository", "Java Artifact", "Docker Image (if applicable)"
765 :widths: 15,10,10
766
767 "policy/parent", "2.1.0", ""
768 "policy/common", "1.4.0", ""
769 "policy/models", "2.0.2", ""
770 "policy/api", "2.0.1", "onap/policy-api:2.0.1"
771 "policy/pap", "2.0.1", "onap/policy-pap:2.0.1"
772 "policy/drools-pdp", "1.4.0", "onap/policy-drools:1.4.0"
773 "policy/apex-pdp", "2.1.0", "onap/policy-apex-pdp:2.1.0"
774 "policy/xacml-pdp", "2.1.0", "onap/policy-xacml-pdp:2.1.0"
775 "policy/drools-applications", "1.4.2", "onap/policy-pdpd-cl:1.4.2"
776 "policy/engine", "1.4.1", "onap/policy-pe:1.4.1"
777 "policy/distribution", "2.1.0", "onap/policy-distribution:2.1.0"
778 "policy/docker", "1.4.0", "onap/policy-common-alpine:1.4.0 onap/policy/base-alpine:1.4.0"
779
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400780The Dublin release for POLICY delivered the following Epics. For a full list of stories and tasks delivered in the Dublin release, refer to `JiraPolicyDublin`_.
781
782 * [POLICY-1068] - This epic covers the work to cleanup, enhance, fix, etc. any Control Loop based code base.
Jim Hahn087f4fc2020-08-19 11:54:57 -0400783 - POLICY-1195 Separate model code from drools-applications into other repositories
784 - POLICY-1367 Spike - Experimentation for management of Drools templates and Operational Policies
785 - POLICY-1397 PDP-D: NOOP Endpoints Support to test Operational Policies.
786 - POLICY-1459 PDP-D [Control Loop] : Create a Control Loop flavored PDP-D image
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400787
788 * [POLICY-1069] - This epic covers the work to harden the codebase for the Policy Framework project.
Jim Hahn087f4fc2020-08-19 11:54:57 -0400789 - POLICY-1007 Remove Jackson from policy framework components
790 - POLICY-1202 policy-engine & apex-pdp are using different version of eclipselink
791 - POLICY-1250 Fix issues reported by sonar in policy modules
792 - POLICY-1368 Remove hibernate from policy repos
793 - POLICY-1457 Use Alpine in base docker images
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400794
795 * [POLICY-1072] - This epic covers the work to support S3P Performance criteria.
Saryu Shah1000b602019-06-02 03:59:49 +0000796 - S3P Performance related items
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400797
798 * [POLICY-1171] - Enhance CLC Facility
Jim Hahn087f4fc2020-08-19 11:54:57 -0400799 - POLICY-1173 High-level specification of coordination directives
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400800
801 * [POLICY-1220] - This epic covers the work to support S3P Security criteria
Jim Hahn087f4fc2020-08-19 11:54:57 -0400802 - POLICY-1538 Upgrade Elasticsearch to 6.4.x to clear security issue
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400803
804 * [POLICY-1269] - R4 Dublin - ReBuild Policy Infrastructure
Jim Hahn087f4fc2020-08-19 11:54:57 -0400805 - POLICY-1270 Policy Lifecycle API RESTful HealthCheck/Statistics Main Entry Point
806 - POLICY-1271 PAP RESTful HealthCheck/Statistics Main Entry Point
807 - POLICY-1272 Create the S3P JMeter tests for API, PAP, XACML (2nd Gen)
808 - POLICY-1273 Policy Type Application Design Requirements
809 - POLICY-1436 XACML PDP RESTful HealthCheck/Statistics Main Entry Point
810 - POLICY-1440 XACML PDP RESTful Decision API Main Entry Point
811 - POLICY-1441 Policy Lifecycle API RESTful Create/Read Main Entry Point for Policy Types
812 - POLICY-1442 Policy Lifecycle API RESTful Create/Read Main Entry Point for Concrete Policies
813 - POLICY-1443 PAP Dmaap PDP Register/UnRegister Main Entry Point
814 - POLICY-1444 PAP Dmaap Policy Deploy/Undeploy Policies Main Entry Point
815 - POLICY-1445 XACML PDP upgrade to xacml 2.0.0
816 - POLICY-1446 Policy Lifecycle API RESTful Delete Main Entry Point for Policy Types
817 - POLICY-1447 Policy Lifecycle API RESTful Delete Main Entry Point for Concrete Policies
818 - POLICY-1449 XACML PDP Dmaap Register/UnRegister Functionality
819 - POLICY-1451 XACML PDP Dmaap Deploy/UnDeploy Functionality
820 - POLICY-1452 Apex PDP Dmaap Register/UnRegister Functionality
821 - POLICY-1453 Apex PDP Dmaap Deploy/UnDeploy Functionality
822 - POLICY-1454 Drools PDP Dmaap Register/UnRegister Functionality
823 - POLICY-1455 Drools PDP Dmaap Deploy/UnDeploy Functionality
824 - POLICY-1456 Policy Architecture and Roadmap Documentation
825 - POLICY-1458 Create S3P JMeter Tests for Policy API
826 - POLICY-1460 Create S3P JMeter Tests for PAP
827 - POLICY-1461 Create S3P JMeter Tests for Policy XACML Engine (2nd Generation)
828 - POLICY-1462 Create S3P JMeter Tests for Policy SDC Distribution
829 - POLICY-1471 Policy Application Designer - Develop Guard and Control Loop Coordination Policy Type application
830 - POLICY-1474 Modifications of Control Loop Operational Policy to support new Policy Lifecycle API
831 - POLICY-1515 Prototype Policy Lifecycle API Swagger Entry Points
832 - POLICY-1516 Prototype the Policy Decision API
833 - POLICY-1541 PAP REST API for PDPGroup Query, Statistics & Delete
834 - POLICY-1542 PAP REST API for PDPGroup Deployment, State Management & Health Check
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400835
836 * [POLICY-1399] - This epic covers the work to support model drive control loop design as defined by the Control Loop Subcommittee
Saryu Shah1000b602019-06-02 03:59:49 +0000837 - Model drive control loop related items
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400838
839 * [POLICY-1404] - This epic covers the work to support the CCVPN Use Case for Dublin
Jim Hahn087f4fc2020-08-19 11:54:57 -0400840 - POLICY-1405 Develop SDNC API for trigger bandwidth
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400841
842 * [POLICY-1408] - This epic covers the work done with the Casablanca release
Jim Hahn087f4fc2020-08-19 11:54:57 -0400843 - POLICY-1410 List Policy API
844 - POLICY-1413 Dashboard enhancements
845 - POLICY-1414 Push Policy and DeletePolicy API enhancement
846 - POLICY-1416 Model enhancements to support CLAMP
847 - POLICY-1417 Resiliency improvements
848 - POLICY-1418 PDP APIs - make ClientAuth optional
849 - POLICY-1419 Better multi-role support
850 - POLICY-1420 Model enhancement to support embedded JSON
851 - POLICY-1421 New audit data for push/delete
852 - POLICY-1422 Enhanced encryption
853 - POLICY-1423 Save original model file
854 - POLICY-1427 Controller Logging Feature
855 - POLICY-1489 PDP-D: Nested JSON Event Filtering support with JsonPath
856 - POLICY-1499 Mdc Filter Feature
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400857
858 * [POLICY-1438] - This epic covers the work to support 5G OOF PCI Use Case
Jim Hahn087f4fc2020-08-19 11:54:57 -0400859 - POLICY-1463 Functional code changes in Policy for OOF SON use case
860 - POLICY-1464 Config related aspects for OOF SON use case
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400861
862 * [POLICY-1450] - This epic covers the work to support the Scale Out Use Case.
Jim Hahn087f4fc2020-08-19 11:54:57 -0400863 - POLICY-1278 AAI named-queries are being deprecated and should be replaced with custom-queries
864 - POLICY-1545 E2E Automation - Parse the newly added model ids from operation policy
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400865
866 * Additional items delivered with the release.
Jim Hahn087f4fc2020-08-19 11:54:57 -0400867 - POLICY-1159 Move expectException to policy-common/utils-test
868 - POLICY-1176 Work on technical debt introduced by CLC POC
869 - POLICY-1266 A&AI Modularity
870 - POLICY-1274 further improvement in PSSD S3P test
871 - POLICY-1401 Build onap.policies.Monitoring TOSCA Policy Template
872 - POLICY-1465 Support configurable Heap Memory Settings for JVM processes
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400873
874
875**Bug Fixes**
876
877The following bug fixes have been deployed with this release:
878
Saryu Shah1000b602019-06-02 03:59:49 +0000879 * `[POLICY-1241] <https://jira.onap.org/browse/POLICY-1241>`_ - Test failure in drools-pdp if JAVA_HOME is not set
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400880 * `[POLICY-1289] <https://jira.onap.org/browse/POLICY-1289>`_ - Apex only considers 200 response codes as successful result codes
881 * `[POLICY-1437] <https://jira.onap.org/browse/POLICY-1437>`_ - Fix issues in FileSystemReceptionHandler of policy-distribution component
882 * `[POLICY-1501] <https://jira.onap.org/browse/POLICY-1501>`_ - policy-engine JUnit tests are not independent
Saryu Shah1000b602019-06-02 03:59:49 +0000883 * `[POLICY-1627] <https://jira.onap.org/browse/POLICY-1627>`_ - APEX does not support specification of a partitioner class for Kafka
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400884
885**Security Notes**
886
887*Fixed Security Issues*
888
889 * `[OJSI-117] <https://jira.onap.org/browse/OJSI-117>`_ - In default deployment POLICY (nexus) exposes HTTP port 30236 outside of cluster.
890 * `[OJSI-157] <https://jira.onap.org/browse/OJSI-157>`_ - In default deployment POLICY (policy-api) exposes HTTP port 30240 outside of cluster.
891 * `[OJSI-118] <https://jira.onap.org/browse/OJSI-118>`_ - In default deployment POLICY (policy-apex-pdp) exposes HTTP port 30237 outside of cluster.
892 * `[OJSI-184] <https://jira.onap.org/browse/OJSI-184>`_ - In default deployment POLICY (brmsgw) exposes HTTP port 30216 outside of cluster.
893
894*Known Security Issues*
895
896*Known Vulnerabilities in Used Modules*
897
898POLICY 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 POLICY open Critical security vulnerabilities and their risk assessment have been documented as part of the `project (Dublin Release) <https://wiki.onap.org/pages/viewpage.action?pageId=54723253>`_.
899
900Quick Links:
901 - `POLICY project page`_
902 - `Passing Badge information for POLICY`_
903 - `Project Vulnerability Review Table for POLICY (Dublin Release) <https://wiki.onap.org/pages/viewpage.action?pageId=54723253>`_
904
905
906**Known Issues**
907
908The following known issues will be addressed in a future release:
909
Jim Hahn087f4fc2020-08-19 11:54:57 -0400910 * `[POLICY-1795] - <https://jira.onap.org/browse/POLICY-1795>`_ PAP: bounced apex and xacml pdps show deleted instance in pdp status through APIs.
Saryu Shah1000b602019-06-02 03:59:49 +0000911 * `[POLICY-1810] - <https://jira.onap.org/browse/POLICY-1810>`_ API: ensure that the REST APISs (URLs) are supported and consistent regardless the type of policy: operational, guard, tosca-compliant.
912 * `[POLICY-1277] - <https://jira.onap.org/browse/POLICY-1277>`_ policy config takes too long time to become retrievable in PDP
913 * `[POLICY-1378] - <https://jira.onap.org/browse/POLICY-1378>`_ add support to append value into policyScope while one policy could be used by several services
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400914 * `[POLICY-1650] - <https://jira.onap.org/browse/POLICY-1650>`_ Policy UI doesn't show left menu or any content
Saryu Shah1000b602019-06-02 03:59:49 +0000915 * `[POLICY-1671] - <https://jira.onap.org/browse/POLICY-1671>`_ policy/engine JUnit tests now take over 30 minutes to run
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400916 * `[POLICY-1725] - <https://jira.onap.org/browse/POLICY-1725>`_ XACML PDP returns 500 vs 400 for bad syntax JSON
Saryu Shah1000b602019-06-02 03:59:49 +0000917 * `[POLICY-1793] - <https://jira.onap.org/browse/POLICY-1793>`_ API|MODELS: Retrieving Legacy Operational Policy as a Tosca Policy with wrong version
918 * `[POLICY-1800] - <https://jira.onap.org/browse/POLICY-1800>`_ API|PAP components use different version formats
919 * `[POLICY-1802] - <https://jira.onap.org/browse/POLICY-1802>`_ Apex-pdp: context album is mandatory for policy model to compile
Jim Hahn087f4fc2020-08-19 11:54:57 -0400920 * `[POLICY-1808] - <https://jira.onap.org/browse/POLICY-1808>`_ API|PAP|PDP-X [new] should publish docker images with the following tag X.Y-SNAPSHOT-latest
Saryu Shah1000b602019-06-02 03:59:49 +0000921 * `[POLICY-1818] - <https://jira.onap.org/browse/POLICY-1818>`_ APEX does not allow arbitrary Kafka parameters to be specified
922 * `[POLICY-1276] - <https://jira.onap.org/browse/POLICY-1276>`_ JRuby interpreter shutdown fails on second and subsequent runs
923 * `[POLICY-1803] - <https://jira.onap.org/browse/POLICY-1803>`_ PAP should undeploy policies when subgroup is deleted
924 * `[POLICY-1291] - <https://jira.onap.org/browse/POLICY-1291>`_ Maven Error when building Apex documentation in Windows
Pamela Dragoshf9f78d12019-06-28 08:17:38 -0400925 * `[POLICY-1872] - <https://jira.onap.org/browse/POLICY-1872>`_ brmsgw fails building a jar - trafficgenerator dependency does not exist
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400926
927
928.. ==========================
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400929.. * * * CASABLANCA * * *
930.. ==========================
931
932Version: 3.0.2
933--------------
934
935:Release Date: 2019-03-31 (Casablanca Maintenance Release #2)
936
937The following items were deployed with the Casablanca Maintenance Release:
938
939**Bug Fixes**
940
941 * [POLICY-1522] - Policy doesn't send "payload" field to APPC
942
943**Security Fixes**
944
945 * [POLICY-1538] - Upgrade Elasticsearch to 6.4.x to clear security issue
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400946
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400947**License Issues**
948
949 * [POLICY-1433] - Remove proprietary licenses in PSSD test CSAR
950
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400951**Known Issues**
952
953The following known issue will be addressed in a future release.
954
955 * `[POLICY-1650] <https://jira.onap.org/browse/POLICY-1277>`_ - Policy UI doesn't show left menu or any content
956
957A workaround for this issue consists in bypassing the Portal UI when accessing the Policy UI. See `PAP recipes <https://docs.onap.org/en/casablanca/submodules/policy/engine.git/docs/platform/cookbook.html?highlight=policy%20cookbook#id23>`_ for the specific procedure.
958
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400959
960Version: 3.0.1
961--------------
962
963:Release Date: 2019-01-31 (Casablanca Maintenance Release)
964
965The following items were deployed with the Casablanca Maintenance Release:
966
967**New Features**
968
969 * [POLICY-1221] - Policy distribution application to support HTTPS communication
970 * [POLICY-1222] - Apex policy PDP to support HTTPS Communication
971
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400972**Bug Fixes**
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400973
974 * `[POLICY-1282] <https://jira.onap.org/browse/POLICY-1282>`_ - Policy format with some problems
975 * `[POLICY-1395] <https://jira.onap.org/browse/POLICY-1395>`_ - Apex PDP does not preserve context on model upgrade
976
977
978Version: 3.0.0
979--------------
980
981:Release Date: 2018-11-30 (Casablanca Release)
982
983**New Features**
984
985The Casablanca release for POLICY delivered the following Epics. For a full list of stories and tasks delivered in the Casablanca release, refer to `JiraPolicyCasablanca`_ (Note: Jira details can also be viewed from this link).
986
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400987 * [POLICY-701] - This epic covers the work to integrate Policy into the SDC Service Distribution
988
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400989 The policy team introduced a new application into the framework that provides integration of the Service Distribution Notifications from SDC to Policy.
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400990
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400991 * [POLICY-719] - This epic covers the work to build the Policy Lifecycle API
992 * [POLICY-726] - This epic covers the work to distribute policy from the PAP to the PDPs into the ONAP platform
993 * [POLICY-876] - This epics covers the work to re-build how the PAP organizes the PDP's into groups.
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400994
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -0400995 The policy team did some forward looking spike work towards re-building the Software Architecture.
996
997 * [POLICY-809] - Maintain and implement performance
998 * [POLICY-814] - 72 hour stability testing (component and platform)
Pamela Dragoshc1c46402019-05-29 08:10:09 -0400999
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001000 The policy team made enhancements to the Drools PDP to further support S3P Performance.
1001 For the new Policy SDC Distribution application and the newly ingested Apex PDP the team established S3P
1002 performance standard and performed 72 hour stability tests.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001003
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001004 * [POLICY-824] - maintain and implement security
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001005
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001006 The policy team established AAF Root Certificate for HTTPS communication and CADI/AAF integration into the
1007 MVP applications. In addition, many java dependencies were upgraded to clear CLM security issues.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001008
1009 * [POLICY-840] - Flexible control loop coordination facility.
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001010
1011 Work towards a POC for control loop coordination policies were implemented.
1012
1013 * [POLICY-841] - Covers the work required to support HPA
1014
1015 Enhancements were made to support the HPA use case through the use of the new Policy SDC Service Distribution application.
1016
1017 * [POLICY-842] - This epic covers the work to support the Auto Scale Out functional requirements
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001018
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001019 Enhancements were made to support Scale Out Use Case to enforce new guard policies and updated SO and A&AI APIs.
1020
1021 * [POLICY-851] - This epic covers the work to bring in the Apex PDP code
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001022
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001023 A new Apex PDP engine was ingested into the platform and work was done to ensure code cleared CLM security issues,
1024 sonar issues, and checkstyle.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001025
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001026 * [POLICY-1081] - This epic covers the contribution for the 5G OOF PCI Optimization use case.
1027
1028 Policy templates changes were submitted that supported the 5G OOF PCI optimization use case.
1029
1030 * [POLICY-1182] - Covers the work to support CCVPN use case
1031
1032 Policy templates changes were submitted that supported the CCVPN use case.
1033
1034**Bug Fixes**
1035
1036The following bug fixes have been deployed with this release:
1037
1038 * `[POLICY-799] <https://jira.onap.org/browse/POLICY-799>`_ - Policy API Validation Does Not Validate Required Parent Attributes in the Model
1039 * `[POLICY-869] <https://jira.onap.org/browse/POLICY-869>`_ - Control Loop Drools Rules should not have exceptions as well as die upon an exception
1040 * `[POLICY-872] <https://jira.onap.org/browse/POLICY-872>`_ - investigate potential race conditions during rules version upgrades during call loads
1041 * `[POLICY-878] <https://jira.onap.org/browse/POLICY-878>`_ - pdp-d: feature-pooling disables policy-controllers preventing processing of onset events
1042 * `[POLICY-909] <https://jira.onap.org/browse/POLICY-909>`_ - get_ZoneDictionaryDataByName class type error
1043 * `[POLICY-920] <https://jira.onap.org/browse/POLICY-920>`_ - Hard-coded path in junit test
1044 * `[POLICY-921] <https://jira.onap.org/browse/POLICY-921>`_ - XACML Junit test cannot find property file
1045 * `[POLICY-1083] <https://jira.onap.org/browse/POLICY-1083>`_ - Mismatch in action cases between Policy and APPC
1046
1047
1048**Security Notes**
1049
1050POLICY 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 POLICY open Critical security vulnerabilities and their risk assessment have been documented as part of the `project (Casablanca Release) <https://wiki.onap.org/pages/viewpage.action?pageId=45300864>`_.
1051
1052Quick Links:
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001053 - `POLICY project page`_
1054 - `Passing Badge information for POLICY`_
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001055 - `Project Vulnerability Review Table for POLICY (Casablanca Release) <https://wiki.onap.org/pages/viewpage.action?pageId=45300864>`_
1056
1057**Known Issues**
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001058
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001059 * `[POLICY-1277] <https://jira.onap.org/browse/POLICY-1277>`_ - policy config takes too long time to become retrievable in PDP
1060 * `[POLICY-1282] <https://jira.onap.org/browse/POLICY-1282>`_ - Policy format with some problems
1061
1062
1063
1064.. =======================
1065.. * * * BEIJING * * *
1066.. =======================
1067
1068Version: 2.0.0
1069--------------
1070
1071:Release Date: 2018-06-07 (Beijing Release)
1072
1073**New Features**
1074
1075The Beijing release for POLICY delivered the following Epics. For a full list of stories and tasks delivered in the Beijing release, refer to `JiraPolicyBeijing`_.
1076
1077 * [POLICY-390] - This epic covers the work to harden the Policy platform software base (incl 50% JUnit coverage)
Jim Hahn087f4fc2020-08-19 11:54:57 -04001078 - POLICY-238 policy/drools-applications: clean up maven structure
1079 - POLICY-336 Address Technical Debt
1080 - POLICY-338 Address JUnit Code Coverage
1081 - POLICY-377 Policy Create API should validate input matches DCAE microservice template
1082 - POLICY-389 Cleanup Jenkin's CI/CD process's
1083 - POLICY-449 Policy API + Console : Common Policy Validation
1084 - POLICY-568 Integration with org.onap AAF project
1085 - POLICY-610 Support vDNS scale out for multiple times in Beijing release
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001086
1087 * [POLICY-391] - This epic covers the work to support Release Planning activities
Jim Hahn087f4fc2020-08-19 11:54:57 -04001088 - POLICY-552 ONAP Licensing Scan - Use Restrictions
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001089
1090 * [POLICY-392] - Platform Maturity Requirements - Performance Level 1
Jim Hahn087f4fc2020-08-19 11:54:57 -04001091 - POLICY-529 Platform Maturity Performance - Drools PDP
1092 - POLICY-567 Platform Maturity Performance - PDP-X
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001093
1094 * [POLICY-394] - This epic covers the work required to support a Policy developer environment in which Policy Developers can create, update policy templates/rules separate from the policy Platform runtime platform.
Jim Hahn087f4fc2020-08-19 11:54:57 -04001095 - POLICY-488 pap should not add rules to official template provided in drools applications
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001096
1097 * [POLICY-398] - This epic covers the body of work involved in supporting policy that is platform specific.
Jim Hahn087f4fc2020-08-19 11:54:57 -04001098 - POLICY-434 need PDP /getConfig to return an indicator of where to find the config data - in config.content versus config field
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001099
1100 * [POLICY-399] - This epic covers the work required to policy enable Hardware Platform Enablement
Jim Hahn087f4fc2020-08-19 11:54:57 -04001101 - POLICY-622 Integrate OOF Policy Model into Policy Platform
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001102
1103 * [POLICY-512] - This epic covers the work to support Platform Maturity Requirements - Stability Level 1
Jim Hahn087f4fc2020-08-19 11:54:57 -04001104 - POLICY-525 Platform Maturity Stability - Drools PDP
1105 - POLICY-526 Platform Maturity Stability - XACML PDP
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001106
1107 * [POLICY-513] - Platform Maturity Requirements - Resiliency Level 2
Jim Hahn087f4fc2020-08-19 11:54:57 -04001108 - POLICY-527 Platform Maturity Resiliency - Policy Engine GUI and PAP
1109 - POLICY-528 Platform Maturity Resiliency - Drools PDP
1110 - POLICY-569 Platform Maturity Resiliency - BRMS Gateway
1111 - POLICY-585 Platform Maturity Resiliency - XACML PDP
1112 - POLICY-586 Platform Maturity Resiliency - Planning
1113 - POLICY-681 Regression Test Use Cases
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001114
1115 * [POLICY-514] - This epic covers the work to support Platform Maturity Requirements - Security Level 1
Jim Hahn087f4fc2020-08-19 11:54:57 -04001116 - POLICY-523 Platform Maturity Security - CII Badging - Project Website
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001117
1118 * [POLICY-515] - This epic covers the work to support Platform Maturity Requirements - Escalability Level 1
Jim Hahn087f4fc2020-08-19 11:54:57 -04001119 - POLICY-531 Platform Maturity Scalability - XACML PDP
1120 - POLICY-532 Platform Maturity Scalability - Drools PDP
1121 - POLICY-623 Docker image re-design
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001122
1123 * [POLICY-516] - This epic covers the work to support Platform Maturity Requirements - Manageability Level 1
Jim Hahn087f4fc2020-08-19 11:54:57 -04001124 - POLICY-533 Platform Maturity Manageability L1 - Logging
1125 - POLICY-534 Platform Maturity Manageability - Instantiation < 1 hour
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001126
1127 * [POLICY-517] - This epic covers the work to support Platform Maturity Requirements - Usability Level 1
Jim Hahn087f4fc2020-08-19 11:54:57 -04001128 - POLICY-535 Platform Maturity Usability - User Guide
1129 - POLICY-536 Platform Maturity Usability - Deployment Documentation
1130 - POLICY-537 Platform Maturity Usability - API Documentation
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001131
1132 * [POLICY-546] - R2 Beijing - Various enhancements requested by clients to the way we handle TOSCA models.
1133
1134
1135**Bug Fixes**
1136
1137The following bug fixes have been deployed with this release:
1138
1139 * `[POLICY-484] <https://jira.onap.org/browse/POLICY-484>`_ - Extend election handler run window and clean up error messages
1140 * `[POLICY-494] <https://jira.onap.org/browse/POLICY-494>`_ - POLICY EELF Audit.log not in ECOMP Standards Compliance
1141 * `[POLICY-501] <https://jira.onap.org/browse/POLICY-501>`_ - Fix issues blocking election handler and add directed interface for opstate
1142 * `[POLICY-509] <https://jira.onap.org/browse/POLICY-509>`_ - Add IntelliJ file to .gitingore
1143 * `[POLICY-510] <https://jira.onap.org/browse/POLICY-510>`_ - Do not enforce hostname validation
1144 * `[POLICY-518] <https://jira.onap.org/browse/POLICY-518>`_ - StateManagement creation of EntityManagers.
1145 * `[POLICY-519] <https://jira.onap.org/browse/POLICY-519>`_ - Correctly initialize the value of allSeemsWell in DroolsPdpsElectionHandler
1146 * `[POLICY-629] <https://jira.onap.org/browse/POLICY-629>`_ - Fixed a bug on editor screen
1147 * `[POLICY-684] <https://jira.onap.org/browse/POLICY-684>`_ - Fix regex for brmsgw dependency handling
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001148 * `[POLICY-707] <https://jira.onap.org/browse/POLICY-707>`_ - ONAO-PAP-REST unit tests fail on first build on clean checkout
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001149 * `[POLICY-717] <https://jira.onap.org/browse/POLICY-717>`_ - Fix a bug in checking required fields if the object has include function
1150 * `[POLICY-734] <https://jira.onap.org/browse/POLICY-734>`_ - Fix Fortify Header Manipulation Issue
1151 * `[POLICY-743] <https://jira.onap.org/browse/POLICY-743>`_ - Fixed data name since its name was changed on server side
1152 * `[POLICY-753] <https://jira.onap.org/browse/POLICY-753>`_ - Policy Health Check failed with multi-node cluster
1153 * `[POLICY-765] <https://jira.onap.org/browse/POLICY-765>`_ - junit test for guard fails intermittently
1154
1155
1156**Security Notes**
1157
1158POLICY 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 POLICY open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=25437092>`_.
1159
1160Quick Links:
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001161 - `POLICY project page`_
1162 - `Passing Badge information for POLICY`_
1163 - `Project Vulnerability Review Table for POLICY <https://wiki.onap.org/pages/viewpage.action?pageId=25437092>`_
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001164
1165**Known Issues**
1166
1167The following known issues will be addressed in a future release:
1168
1169 * `[POLICY-522] <https://jira.onap.org/browse/POLICY-522>`_ - PAP REST APIs undesired HTTP response body for 500 responses
1170 * `[POLICY-608] <https://jira.onap.org/browse/POLICY-608>`_ - xacml components : remove hardcoded secret key from source code
1171 * `[POLICY-764] <https://jira.onap.org/browse/POLICY-764>`_ - Policy Engine PIP Configuration JUnit Test fails intermittently
1172 * `[POLICY-776] <https://jira.onap.org/browse/POLICY-776>`_ - OOF Policy TOSCA models are not correctly rendered
1173 * `[POLICY-799] <https://jira.onap.org/browse/POLICY-799>`_ - Policy API Validation Does Not Validate Required Parent Attributes in the Model
1174 * `[POLICY-801] <https://jira.onap.org/browse/POLICY-801>`_ - fields mismatch for OOF flavorFeatures between implementation and wiki
1175 * `[POLICY-869] <https://jira.onap.org/browse/POLICY-869>`_ - Control Loop Drools Rules should not have exceptions as well as die upon an exception
1176 * `[POLICY-872] <https://jira.onap.org/browse/POLICY-872>`_ - investigate potential race conditions during rules version upgrades during call loads
1177
1178
1179
1180
1181Version: 1.0.2
1182--------------
1183
1184:Release Date: 2018-01-18 (Amsterdam Maintenance Release)
1185
1186**Bug Fixes**
1187
1188The following fixes were deployed with the Amsterdam Maintenance Release:
1189
1190 * `[POLICY-486] <https://jira.onap.org/browse/POLICY-486>`_ - pdp-x api pushPolicy fails to push latest version
1191
1192
1193Version: 1.0.1
1194--------------
1195
1196:Release Date: 2017-11-16 (Amsterdam Release)
1197
1198**New Features**
1199
1200The Amsterdam release continued evolving the design driven architecture of and functionality for POLICY. The following is a list of Epics delivered with the release. For a full list of stories and tasks delivered in the Amsterdam release, refer to `JiraPolicyAmsterdam`_.
1201
1202 * [POLICY-31] - Stabilization of Seed Code
1203 - POLICY-25 Replace any remaining openecomp reference by onap
1204 - POLICY-32 JUnit test code coverage
1205 - POLICY-66 PDP-D Feature mechanism enhancements
1206 - POLICY-67 Rainy Day Decision Policy
1207 - POLICY-93 Notification API
1208 - POLICY-158 policy/engine: SQL injection Mitigation
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001209 - POLICY-269 Policy API Support for Rainy Day Decision Policy and Dictionaries
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001210
1211 * [POLICY-33] - This epic covers the body of work involved in deploying the Policy Platform components
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001212 - POLICY-40 MSB Integration
1213 - POLICY-124 Integration with oparent
1214 - POLICY-41 OOM Integration
1215 - POLICY-119 PDP-D: noop sinks
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001216
1217 * [POLICY-34] - This epic covers the work required to support a Policy developer environment in which Policy Developers can create, update policy templates/rules separate from the policy Platform runtime platform.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001218 - POLICY-57 VF-C Actor code development
1219 - POLICY-43 Amsterdam Use Case Template
1220 - POLICY-173 Deployment of Operational Policies Documentation
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001221
1222 * [POLICY-35] - This epic covers the body of work involved in supporting policy that is platform specific.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001223 - POLICY-68 TOSCA Parsing for nested objects for Microservice Policies
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001224
1225 * [POLICY-36] - This epic covers the work required to capture policy during VNF on-boarding.
1226
1227 * [POLICY-37] - This epic covers the work required to capture, update, extend Policy(s) during Service Design.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001228 - POLICY-64 CLAMP Configuration and Operation Policies for vFW Use Case
1229 - POLICY-65 CLAMP Configuration and Operation Policies for vDNS Use Case
1230 - POLICY-48 CLAMP Configuration and Operation Policies for vCPE Use Case
1231 - POLICY-63 CLAMP Configuration and Operation Policies for VOLTE Use Case
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001232
1233 * [POLICY-38] - This epic covers the work required to support service distribution by SDC.
1234
1235 * [POLICY-39] - This epic covers the work required to support the Policy Platform during runtime.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001236 - POLICY-61 vFW Use Case - Runtime
1237 - POLICY-62 vDNS Use Case - Runtime
1238 - POLICY-59 vCPE Use Case - Runtime
1239 - POLICY-60 VOLTE Use Case - Runtime
1240 - POLICY-51 Runtime Policy Update Support
1241 - POLICY-328 vDNS Use Case - Runtime Testing
1242 - POLICY-324 vFW Use Case - Runtime Testing
1243 - POLICY-320 VOLTE Use Case - Runtime Testing
1244 - POLICY-316 vCPE Use Case - Runtime Testing
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001245
1246 * [POLICY-76] - This epic covers the body of work involved in supporting R1 Amsterdam Milestone Release Planning Milestone Tasks.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001247 - POLICY-77 Functional Test case definition for Control Loops
1248 - POLICY-387 Deliver the released policy artifacts
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001249
1250
1251**Bug Fixes**
1252 - This is technically the first release of POLICY, 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. For a list of defects fixed in the Amsterdam release, refer to `JiraPolicyAmsterdam`_.
1253
1254
1255**Known Issues**
1256 - The operational policy template has been tested with the vFW, vCPE, vDNS and VOLTE use cases. Additional development may/may not be required for other scenarios.
1257
1258 - For vLBS Use Case, the following steps are required to setup the service instance:
Jim Hahn087f4fc2020-08-19 11:54:57 -04001259 - Create a Service Instance via VID.
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001260 - Create a VNF Instance via VID.
LF Jenkins CI59166422020-04-07 20:34:27 +00001261 - Preload SDNC with topology data used for the actual VNF instantiation (both base and DNS scaling modules). NOTE: you may want to set "vlb_name_0" in the base VF module data to something unique. This is the vLB server name that DCAE will pass to Policy during closed loop. If the same name is used multiple times, the Policy name-query to AAI will show multiple entries, one for each occurrence of that vLB VM name in the OpenStack zone. Note that this is not a limitation, typically server names in a domain are supposed to be unique.
1262 - Instantiate the base VF module (vLB, vPacketGen, and one vDNS) via VID. NOTE: The name of the VF module MUST start with ``Vfmodule_``. The same name MUST appear in the SDNC preload of the base VF module topology. We'll relax this naming requirement for Beijing Release.
1263 - Run heatbridge from the Robot VM using ``Vfmodule_`` _ as stack name (it is the actual stack name in OpenStack)
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001264 - Populate AAI with a dummy VF module for vDNS scaling.
1265
1266**Security Issues**
1267 - None at this time
1268
1269**Other**
1270 - None at this time
1271
1272
1273.. Links to jira release notes
1274
Pamela Dragoshe47eb662019-08-16 13:37:44 -04001275.. _JiraPolicyElAlto: https://jira.onap.org/secure/ReleaseNote.jspa?projectId=10106&version=10728
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001276.. _JiraPolicyDublin: https://jira.onap.org/secure/ReleaseNote.jspa?projectId=10106&version=10464
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001277.. _JiraPolicyCasablanca: https://jira.onap.org/secure/ReleaseNote.jspa?projectId=10106&version=10446
1278.. _JiraPolicyBeijing: https://jira.onap.org/secure/ReleaseNote.jspa?projectId=10106&version=10349
1279.. _JiraPolicyAmsterdam: https://jira.onap.org/secure/ReleaseNote.jspa?projectId=10106&version=10300
1280
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001281.. Links to Project related pages
1282
1283.. _POLICY project page: https://wiki.onap.org/display/DW/Policy+Framework+Project
1284.. _Passing Badge information for POLICY: https://bestpractices.coreinfrastructure.org/en/projects/1614
1285
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001286
1287.. note
1288.. CHANGE HISTORY
Jim Hahn087f4fc2020-08-19 11:54:57 -04001289.. 09/19/2019 - Updated for El Alto Release.
1290.. 05/16/2019 - Updated for Dublin Release.
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001291.. 01/17/2019 - Updated for Casablanca Maintenance Release.
1292.. 11/19/2018 - Updated for Casablanca. Also, fixed bugs is a list of bugs where the "Affected Version" is Beijing.
Jim Hahn087f4fc2020-08-19 11:54:57 -04001293.. Changed version number to use ONAP versions.
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001294.. 10/08/2018 - Initial document for Casablanca release.
Jim Hahn087f4fc2020-08-19 11:54:57 -04001295.. 05/29/2018 - Information for Beijing release.
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001296.. 03/22/2018 - Initial document for Beijing release.
1297.. 01/15/2018 - Added change for version 1.1.3 to the Amsterdam branch. Also corrected prior version (1.2.0) to (1.1.1)
Jim Hahn087f4fc2020-08-19 11:54:57 -04001298.. Also, Set up initial information for Beijing.
1299.. Excluded POLICY-454 from bug list since it doesn't apply to Beijing per Jorge.
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001300
Pamela Dragosh5fc2fdb2019-05-17 09:42:27 -04001301
1302End of Release Notes
1303
Pamela Dragoshc1c46402019-05-29 08:10:09 -04001304.. How to notes for SS
Jim Hahn087f4fc2020-08-19 11:54:57 -04001305.. For initial document: list epic and user stories for each, list user stories with no epics.
1306.. For Bugs section, list bugs where Affected Version is a prior release (Casablanca, Beijing etc), Fixed Version is the current release (Dublin), Resolution is done.
1307.. For Known issues, list bugs that are slotted for a future release.