Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

When performing Control Loop actions such as reboot, scale out, modify config, etc., the API's used by the controllers and orchestrators (eg. SO, VFC, APPC) vary in design, implementation and complexity. This creates the problem of significant software development for every API supported by the controller/orchestrator that needs to be invoked during Control Loop enforcement by the Policy Platform. In addition, any company that uses the ONAP Platform internally may have their own custom controllers/orchestrators as well as custom applications (eg. Email notification, ticketing system, Q-Chat) that the company wishes to be used during Control Loop event processing. Again, significant development will be required in the Policy Platform to support those custom API's.

The proposal is to design a simplified, extendable reusable event-based notification messaging format that could be supported by all the applications involved in Control Loop event processing. Such a simplified messaging structure would also advance the ONAP platform towards performance gains for future Control Loops that require Control Loop Operations to perform in under X milliseconds. With a simplified messaging format, faster versions of the messaging platform could be plugged in as desired. Eg. a faster version of Dmaap, kafka, vert.x, etc. installed in an edge cloud location.


The development of the Common Event Notification messaging format would be simple, lightweight and can be shared by all the controllers, orchestrators, and custom application components. Since the controllers, orchestrators and applications already have to develop their API, all those components have to do is implement reception of the messages and either translate to their current API. Ideally, those components may be able to remove their API layers and simplify their codebase.

Business Requirement

The business requirement is to develop the Event based Common Notification messaging format for Control Loop Operations and integrate into the Policy Platformprojects involved in Control Loop Operations. The Policy Framework will create a template to support the new format. The ONAP specific controllers and orchestrators (eg SO, APPC, VFC, SDNC) can be migrated choose to support the Event Messages either by migrating directly to support them, or mapping to their internal API.

use the notifications over the next releases. In addition, the CLAMP project will need to know what operations and their parameters are required by the controllers/orchestrators in order to specify Control Loop actions to be taken when a Control Loop event occurs. Thus, a specification must be provided by the controller/orchestrator/application so that CLAMP can easily produce Control Loop Operational Policies for the control loop being designed. It is desired that such specifications be uploaded as an artifact into the SDC Catalog for CLAMP 's to readproject to utilize to build control loop operational policies.

Participating Companies


Dublin Goals

  • Policy to implement the message schema messages and flow in a Policy Operational Template
  • APPC, SO, SDNC, VFC and SDNR to implement support of message and their flow from Policy
  • (Stretch) CLAMP to be able to read controller/orchestrator/application specifications as an SDC artifact. As a backup plan, CLAMP could simply allow the user to manually enter the application supported events.