1:00pm UTC/ 9:00am EST/8:00am CST/2:30pm IST
Overview
Note that as of this date, our documentation is still being worked on. The link for it is: https://docs.onap.org/en/latest/submodules/policy/parent.git/docs/index.html. At some point in April/May of 2020 we will be branching so be sure to refer to the Frankfurt branch of documentation if you are viewing this wiki page at that time.
Frankfurt Release Key Updates
Key New Feature | SME | Details | Readthedocs/JIRA etc. | Demo |
---|---|---|---|---|
Policy Update notifications | When versions of policies are deployed/undeployed, an update notification is sent on Dmaap topic so that clients (DCAE in particular) can make Decision API call to get the latest policy that they should be enforcing. | |||
TOSCA Compliant Policy Types | In Frankfurt, the policy framework finished its support of TOSCA Compliant Policy Types. New Policy Types were implemented to support these domains:
| - POLICY-2118Getting issue details... STATUS https://docs.onap.org/en/latest/submodules/policy/parent.git/docs/design/design.html NOTE: documentation is still WIP | ||
Policy Validation, Versioning and Retrieval improvements |
| |||
Native Policy Types | Native Policy Support for each PDP was implemented. Now users can use the APIs to create policies specific to a PDP such as Drools Rules, XACML XML policies and Apex policies.
| |||
Consolidation of Healthcheck and statistics | Consolidated the health check of all the components into the PAP. Previously each component had to be queried for health status, now a single call to the PAP can retrieve the health of all the components. NOTE: This does not include legacy components.
| |||
Re-design of Control Loop Actor/Operation Code | Control Loop actor code was re-designed and cleaned up enabled faster integration of new actors and operations for control loops. Drools Rules Simplification. | |||
New PAP API for Create and Update PDP Groups |
| |||
CDS as an Actor in Control Loops | CDS as an actor in Control Loops is now fully supported. Introduced in Dublin, the new actor is now available to be used in Operational policies. | |||
Policy Distribution now uses Lifecycle API and PAP Deployment API | Policy Distribution now uses the Lifecycle API and PAP deployment API to auto create and deploy policies upon service distribution. The legacy API's support were removed. | |||
XACML PDP Features |
| |||
Drools PDP Features |
| |||
Apex PDP Features |
| |||
Configurable Policy Type and Policy Pre-Loading | Configurable Pre-loading and pre-deployment of policies. When ONAP is brought up, the user can configure a set of default policies that can be created and deployed. | |||
Lifecycle API Enhancements |
| |||
PAP Component Enhancements |
|
Experimental Features
- Ram Krishna Verma New PDP Monitoring GUI is available for experimental use to view PDP groups and the PDPs in those groups. Users can visualize the heartbeat, statistics, and health of the PDPs in each group. - POLICY-1751Getting issue details... STATUS
- Drools PDP a new server pool implemented was contributed.
Technical Debt
Maintenance and Security
- All components were upgraded to JDK 11
- Many dependencies were upgraded to clear known security issues and/or to keep up with improvements in 3rd party libraries. For a full listing, see release notes.
- Hard coded passwords were removed from the components. Now readable from environment variables allowing OOM charts to use secrets for setting passwords.
Demos
Control Loop Demo - use a recording if available
Consolidated Health Check - Ram Krishna Verma
Demo Decision API with Optimization - Pamela Dragosh