You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Frankfurt Release Key Updates


Key New FeatureSMEDetailsReadthedocs/JIRA etc.
Update notificationsWhen 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.point to readthedocs and JIRA








Key New Features

  • Update notifications
    • Jim Hahn 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
  • Native Policy Type for all the PDPs
    • Jorge Hernandez Pamela Dragosh 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
    • Ram Krishna Verma 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
    • Statistics for XACML and Apex PDP components enhanced.
  • Re-design of Actor Code
    • Jim Hahn Control Loop actor code was re-designed and cleaned up enabled faster integration of new actors and operations for control loops.
    • The Drools Rules were simplified for ease of debugging.
    • Control Loop Events were enhanced to support rate limiting of ONSET events to control the flooding of events from DCAE analytics.
  • New PAP API for Create and Update PDP Groups
    • Ram Krishna Verma and Jim Hahn
    • A new API is introduced to deploy policies on specific PDPGroups
    • Fetch policy deployment status: Clients will be able to poll the PAP API to find out when policies have been successfully or unsuccessfully deployed to the PDP's.
  • CDS Actor
    • Bruno Sakoto 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.
  • Pamela Dragosh Ram Krishna Verma 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.
  • Pamela Dragosh XACML PDP New Features:
    • Decision API for monitoring policies was enhanced to support an abbreviated list of policies.
    • Decision API now supports naming policies for CCSDK project.
    • Decision API now supports a closest match algorithm for optimization policies and enhancements were made to better support policies with "matchable" properties.
    • Support for PASSIVE Mode
    • Now returns error when a policy cannot be loaded
  • Jorge Hernandez Drools PDP New Features
    • Support for offline mode which allows users to run drools in a locked environment.
    • Parameterize mvn repo urls and proxy settings which allows the users to build the docker images for drools-pdp and drools-application using their own CI pipelines.
    • New Controller TOSCA Policy Type support so users can configure controllers during Design Time.
    • Telemetry API enhanced to support Native and Controller TOSCA Policy Types.
    • Validation of Operational, Native Policies
  • Ajith Sreekumar Apex PDP New Features
    • Multiple Policy Deployment now supported
    • Apex now sends the Statistics data in every heartbeat sent to PAP
    • Changed JavaScript executor from Nashorn to Rhino as part of Java 11 upgrade.
    • Passing parameters from ApexConfig to policy logic.
    • Added support for interaction with CDS over gRPC
  • Liam Fallon
    • Improvements in validation of Policy Types and Policies
    • Liam Fallon Fixes for Policy Versioning
    • When retrieving a Policy Type, inherited policy types are now included in the API call along with referenced Data Types.
  • Pamela Dragosh 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.
  • Pamela Dragosh Enhancements to Lifecycle APIs
    • Added a new simplified API to create one or more policies in a single API call.
  • Ram Krishna Verma Jim Hahn Treatment of PASSIVE state for PDPs: 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.

Experimental

  • 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.
  • 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


  • No labels