Versions Compared

Key

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


DRAFT PROPOSAL FOR COMMENTS

The content of this template is expected to be fill out for M1 Release Planning Milestone.

Info
titleInfo

Use the "Copy" and "Move" options (available under the ..., top right of this page) to duplicate this template into your project wiki.
Use the Wiki to document the release plan. Don't provide PowerPoint.
Use as much diagrams and flow charts as you need, directly in the wiki, to convey your message.

Table of Contents
outlinetrue

Overview

Project NameEnter the name of the project
Target Release NameEnter the name of the release you are targeting to deliverBeijing  Release
Project Lifecycle StateEither Incubation, Core, Mature.( Refer to ONAP Charter, section 3.3 Project Lifecycle for further information)
Participating Company List the company participating in this release. At least 3-4 organizations, including an operator are recommended.AT&T, ZTE, Nokia.... (TBC)

Scope

What is this release trying to address?

Describe the problem being solved by this release

Use Cases

Describe the use case this release is targeted for (better if reference to customer use case).

Minimum Viable Product

CLAMP will be improved to enhance its resiliency and separate the UI duties (design time and runtime). The design time should be integrated into the SDC framework and the Runtime will stay in Portal.

Introduction of light dashboarding is also a goal for this release.

Use Cases

The existing Amsterdam use cases are still going to be supported and additional use cases will be supported for the Beijing Release (as defined by the Control loop sub committee)

Minimum Viable Product

The minimum viable product that we aim to reach within R2 is to have the CLAMP application Amsterdam (R1) features at least running in the new UI separation model. CLAMP team plans also to increase maturity level to support single site High AvailabilityDescribe the MVP for this release.

Functionalities

List the functionalities that this release is committing to deliver by providing a link to JIRA Epics and Stories. In  In the JIRA Priority field, specify the priority (either High, Medium, Low). The priority will be used in case de-scoping is required. Don't assign High priority to all functionalities.

Epics

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject=sanbox and issuetype in (epickey in (CLAMP-91,CLAMP-86,CLAMP-82,CLAMP-75,CLAMP-29)
serverId425b2b0a-557c-3c0c-b515-579789cceedb

...

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues2025
jqlQueryproject=sanbox clamp and issuetype in (story) and fixVersion="Beijing Release"
serverId425b2b0a-557c-3c0c-b515-579789cceedb

Longer term

...

Roadmap

Indicate at a high level the longer term roadmap. This is to put things into the big perspective.

The long term goal is to reach a common platform for managing control loops within ONAP :

CLAMP is a platform for designing and managing control loops.  It is used to design a closed loop, configure it with specific parameters for a particular network service, then deploying and undeploying it.  Once deployed, the user can also update the loop with new parameters during runtime, as well as suspending and restarting it.

It interacts with other systems to deploy and execute the closed loop.  For example, it pushes the control loop design to the SDC catalog, associating it with the VF resource.  It requests from DCAE the instantiation of microservices to manage the closed loop flow.  Further, it creates and updates multiple policies in the Policy Engine that define the closed loop flow.  

The ONAP CLAMP platform abstracts the details of these systems under the concept of a control loop model.  The design of a control loop and its management is represented by a workflow in which all relevant system interactions take place.  This is essential for a self-service model of creating and managing control loops, where no low-level user interaction with other components is required.

At a higher level, CLAMP is about supporting and managing the broad operational life cycle of VNFs/VMs and ultimately ONAP components itself. It will offer the ability to configure, test, deploy and update control loop automation - both closed and open. Automating these functions would represent a significant saving on operational costs compared to traditional methods.

Another Key long term goal is to provide a better user experience by separating clearly the UI in 2 entities : one for the design time and one for the runtime.

A Dashboard is also going to be introduced to allow the user to get a quick overview of the status of running control loops.


Release Deliverables

Indicate the outcome (Executable, Source Code, Library, API description, Tool, Documentation, Release Note...) of this release.

Deliverable NameDeliverable Description
To fill outTo fill out

Sub-Components

List all sub-components part of this release.
Activities related to sub-component must be in sync with the overall release.

Sub-components are repositories are consolidate in a single centralized place. Edit the Release Components name for your project in the centralized page.

ONAP Dependencies

...

Deliverable location
CLAMP Docker containerDocker images available on nexus3Nexus3 docker registry
Source Code

Code of the Designer and run time of CLAMP

CLAMP git repository
Deployment scriptsScripts that can be used to help with the container instantiation and configurationCLAMP git repository
Property FilesProperties files that can be used to tune the configuration of CLAMP depending on the environmentCLAMP git repository
DocumentationRelease specific documentation (Release Note, user guide, deployment guide) provided through readthedocsCLAMP git repository

Sub-Components

There is no currently no sub-components in CLAMP, the R2 application embeds both the designer and runtime parts.

ONAP Dependencies

The other ONAP projects CLAMP depends on are:

  • SDC : Rest based interface exposed by the SDC, Distribution of service to DCAE + SDC UX UI SDK
  • DCAE: Rest based interface exposed by DCAE, Common Controller Framework, DCAE microservices onboarded (TCA, Stringmatch, Holmes (optional))
  • Policy: Rest based interface (the Policy team provide a "jar" to handle the communication), both XACML and Drools PDP, APIs to App-C/VF-C/SDN-C
  • DMaaP: Message bus within DCAE and cross-ONAP
  • VNF use cases : defines what type(s) of control loop(s) can be implemented and configured by CLAMP

Architecture

High level architecture diagram

At that stage within the Release, the team is expected to provide more Architecture details describing how the functional modules are interacting.

Block and sequence diagrams showing relation within the project as well as relation with external components are expected.

Anyone reading this section should have a good understanding of all the interacting modules.

Architecture

  • Below we show how the CLAMP application fits into ONAP.  The red figure below shows the CLAMP application components.  There is a design portion and an operations component, which are both deployed within ONAP portal.

Image Added



CLAMP is separated in 2 areas, which are currently (in seed code) both supported by a single application:

  1. Design Time(Cockpit/UI to define the templates)
    1. Templates are pushed to SDC. The template format is TOSCA blueprint, those blueprints will be pushed/provisioned, by SDC, to DCAE orchestration engine.
    2. policies (configuration and operational policies) are pushed/provisioned towards the Policy Component of ONAP. (those policies will be triggered by DCAE during Closed Loop operations).
      1. The DCAE team needs to provide models to Policy team in order for the Configuration policy to be built. 
  2. Run time(DCAE-Policy, grabbing events and triggering policies based actions)
    1. In the first release of CLAMP, the triggering to deploy(and then effectively start the closed loop)  a blueprint will be manual (via CLAMP cockpit) an automatic deployment based on an event will come in future release.
    2. The CLAMP cockpit will support the following action at runtime:
      1. start (start the provisioned Closed Loop on DCAE)
      2. stop (stop a provisioned Closed loop on DCAE)


CLAMP will thus control the typical following control loop flow within ONAP :

Image Added

Platform Maturity

Refering to CII Badging Security Program and Platform Maturity Requirements, fill out the table below by indicating the actual level , the targeted level for the current release and the evidences on how you plan to achieve the targeted level.

AreaActual levelTargeted level for current releaseHow, EvidencesComments
Performance00Run performance basic test, depends on performance criteria availability for level 1 - not able to commit to more than what was done on Amsterdam
  • 0 -- none
  • 1 – baseline performance criteria identified and measured
  • 2 & 3 – performance improvement plans created & implemented
Stability01 (assumption is that 72 hour soak test will be done by Integration team testing); not separate testing will be done at component level

Participate to Stability runs Level 1

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCLAMP-100

  • 0 – none
  • 1 – 72 hours component level soak w/random transactions
  • 2 – 72 hours platform level soak w/random transactions
  • 3 – 6 months track record of reduced defect rate
Resiliency11

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCLAMP-83

  • 0 – none
  • 1 – manual failure and recovery (< 30 minutes)
  • 2 – automated detection and recovery (single site)
  • 3 – automated detection and recovery (geo redundancy)
Security01

Reach CII passing badge, increasing test coverage as remaining item

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCLAMP-101

  • 0 – none
  • 1 – CII Passing badge + 50% Test Coverage
  • 2 – CII Silver badge; internal communication encrypted; role-based access control and authorization for all calls
  • 3 – CII Gold
Scalability11

Level 1 single site horizontal scaling

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCLAMP-102

  • 0 – no ability to scale
  • 1 – single site horizontal scaling
  • 2 – geographic scaling
  • 3 – scaling across multiple ONAP instances
Manageability11Already using EELF common framework for logging
  • 1 – single logging system across components; instantiation in < 1 hour
  • 2 – ability to upgrade a single component; tracing across components; externalized configuration management
Usability11

Documentation only for this release - Stretch to have automated API docs (Swagger)

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCLAMP-32

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCLAMP-31

  • 1 – user guide; deployment documentation; API documentation
  • 2 – UI consistency; usability testing; tutorial documentation


API Incoming Dependencies

List the API this release is expecting from other ONAP component(s) releases.
Prior to Release Planning review, Team Leads must agreed on the date by which the API will be fully defined. The API Delivery date must not be later than the release API Freeze date.

...

API NameAPI DescriptionAPI Definition DateAPI Delivery dateAPI Definition link (i.e.swagger)
Same as AmsterdamAPI exposed by SDC to get list of Alarms and service information'sTo fill outHigh level description of the APIDate for which the API is reviewed and agreedTo fill outAlready availableLink toward the detailed API description
Same as AmsterdamAPI exposed by SDC to publish Closed Loop template going to DCAE
Already available
Same as AmsterdamAPI exposed by Policy to create/update policies 
Already available
Same as AmsterdamAPI exposed by DCAE to start/stop a Closed Loop
Already available
Same as AmsterdamAPI exposed by DCAE to trigger the deployment/undeployment of a Control Loop template
Already available
Same as Amsterdam API exposed by DCAE to get status of a Closed Loop
Already available

API Outgoing Dependencies

API this release is of CLAMP is delivering to other ONAP Component(s) releases.

API NameAPI DescriptionAPI Definition DateAPI Delivery dateAPI Definition link (i.e.swagger)
To fill outHigh level description of the APIDate for which the API is reviewed and agreedTo fill outLink toward the detailed API description
N/A



Third Party Products Dependencies

Third Party Products mean products that are mandatory to provide services for your components. Development of new functionality in third party product may or not be expected.
List the Third Party Products (OpenStack, ODL, RabbitMQ, ElasticSearch,Crystal Reports, ...).

To fill out
NameDescriptionVersionTo fill outTo fill out
AJSCjava container6
AJSC-Camunda Camunda integration into AJSC 6
DockerContainer engine1.12
MariaDBdatabase container10.1.11
Spring bootSpring boot Framework dependencies1.4.1

In case there are specific dependencies  (Centos 7 vs Ubuntu 16. Etc.) list them as well.

Testing and Integration Plans

...

Describe the plan to integrate and test the release deliverables within the overall ONAP system.
Confirm that resources have been allocated to perform such activities.

CLAMP will invest in CSIT tests to allow further integration testing, CLAMP already provided some tests as part of R1.

Gaps

This section is used to document a limitation on a functionality or platform support. We are currently aware of this limitation and it will be delivered in a future Release.
List identified release gaps (if any), and its impact.

Gaps identifiedImpact
Testing/Integrationlimited testing of final productTo fill outTo fill out

Known Defects and Issues

Provide a link toward the list of all known project bugs.

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject=sanbox CLAMP and issuetype in (bug) and status != closed
serverId425b2b0a-557c-3c0c-b515-579789cceedb

...

Risk identifiedMitigation PlanContingency Plan
To fill outTo fill outTo fill out



Resources

Fill out Link toward the Resources Committed to the Release centralized page.

Release Milestone

...

Team Internal Milestone

This section is optional and may be used to document internal milestones that the team agreed on.

Also within a project team or multiple project teams. For instance, in the case the team has made agreement with other team to deliver some artifacts on a certain date that are not in the release milestone, it is erecommended to provide these agreements and dates in this section.

...

DateProjectDeliverable
To fill outTo fill outsdcsdc UI/UX SDKTo fill out

Documentation, Training

  • Highlight the team contributions to the specific document related to he project (Config guide, installation guide...).
  • Highlight the team contributions to the overall Release Documentation and training asset
  • High level list of documentation, training and tutorials necessary to understand the release capabilities, configuration and operation.
  • Documentation includes items such as:
    • Installation instructions
    • Configuration instructions
    • Developer guide
    • End User guide
    • Admin guide
    • ...

...

Each project must edit its project table available at Project FOSStable within the [[Free_and_Open_Source_Software#Project_Licenses| Master Project License Table]].


Charter Compliance

The project team comply with the ONAP Charter.

Release Key Facts

Fill out and provide a link toward the centralized Release Artifacts.