Versions Compared

Key

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

...

Project NameEnter the name of the project
Target Release NameFrankfurt Release
Project Lifecycle StateIncubation.( Refer to ONAP Charter, section 3.3 Project Lifecycle for further information)
Participating Company AT&T, CenturyLink, China Mobile, China Telecom, Orange, PCCW Global, Turk Telekom, Verizon, Amdocs, Ciena, Huawei, Intel, Wipro, Netcracker, ZTE, MEF, TMF

...

What is this release trying to address?

  • Deliver points of interoperability between ONAP and External Systems
  • Focus on ONAP External APIs to BSS/OSS (i.e., MEF Legato)
    • Service Catalog
      • Add notification for serviceCatalog API
        • Description:
          • Allow BSS catalog function to receive service catalog notification as serviceSpec status change or characteristic change (new value in an enum list for example). Could be interesting to track these serviceSpec update to update accordingly productSpec
        • Relevance:
        • Complexity: Moderate - need to subscribe to authenticated topic
        • Prerequisites: It requires to have a notification from SDC via DMaaP
        • Resources: Adrian O'Sullivan
    • Service Ordering
      • Add Support for serviceOrder API for Service Instantiation via macro mode
        • Description: 
          • With Dublin, a new mode is available in SO to instantiate a service : the "macro" mode.

            In SDC, a service can be declared with an instantiationType equal to "A-la-carte" or equal to "Macro". This information is then available in the Tosca service definition file.

            When "Macro" mode is choosen for a service, the SO will use different kind of BPMN workflow.

            This "macro" mode need to be managed by NBI.

            NBI needs to look at service definition in Tosca file, select the mode, build the "macro" request toward SO  when service instantiationType is "Macro". 

            REQUEST 1 : NBI have to send a request to SO with the parameter "aLaCarte": false when instantiationType is Macro in service definition file

            In macro mode, the SO request may also contain, in the "userParams" section, all needed information about VNFs and VF-module(s) to be instantiated.

            All those necessary information are in the Tosca service definition file generated by SDC.

            If NBI do not fill those information, the serviceOrder sent to NBI will have to provide those informations (that means an external system will have to do the job)

            REQUEST 2 : NBI to look at VNF, VF-module and Network in the Tosca service definition file in order to build the full "macro" request toward SO.

        • Relevance:
        • Complexity: High
        • Prerequisites: 
        • Resources: Romain and Rene
      • Update serviceOrder API to use GR_API
        • Description: 
          • SO can use two kind of API with SDNC : Generic-Resource API (GR_API) or VNF_API.It seems that it is better to indicate to SO to use GR_API now. It is the value of the field "testApi" that need to be modified in SO request to instantiate service object. Can be an environment variable.

        • Relevance:
        • Complexity: Easy
        • Prerequisites: 
        • Resources: Romain
      • Update ServiceOrder to accommodate Service Characteristics of "object" type
        • Description: 
          • Need to handle service orders which use "object" type in the serviceCharacteristics, i.e. utiizing the new specificationInputSchema  

            also update the object to be stored as "object" v "Object" in the service catalog response.

        • Relevance:
        • Complexity: Easy
        • Prerequisites: 
        • Resources: Adrian O'Sullivan
    • Performance Management (specification focus) (stretch goal: implementation associated with Network Slicing KPI reporting)
    • Integration 
      • Integrate External API/NBI within ONAP DMaap for authenticated topics ( Adrian )
      • Integrate External API/NBI with AAF for security enhancement  ( Matthieu )

Use Cases

  • TSC Must Have Requirements for ExtAPI - as per 
    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keyEXTAPI-344
    • Document current upgrade component strategy (TSC must have)  -  to be covered by 
      Jira
      serverONAP JIRA
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyEXTAPI-353
    • SECCOM Perform Software Composition Analysis - Vulnerability tables (TSC must have)
    • SECCOM Password removal from OOM HELM charts (TSC must have) To be covered by 
      Jira
      serverONAP JIRA
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyEXTAPI-352
    • SECCOM HTTPS communication vs. HTTP (TSC must have) - to be covered by 
      Jira
      serverONAP JIRA
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyEXTAPI-255
  • Deliver increased interoperability between ONAP and External Systems ( e.g. Service Catalog Notifications ) 
    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keyEXTAPI-99

    • Service Catalog -
      • Add notification for serviceCatalog API
        • Description:
          • Allow BSS catalog function to receive service catalog notification as serviceSpec status change or characteristic change (new value in an enum list for example). Could be interesting to track these serviceSpec update to update accordingly productSpec
        • Relevance:
        • Complexity: Moderate - need to subscribe to authenticated topic
        • Prerequisites: It requires to have a notification from SDC via DMaaP
        • Resources: Adrian O'Sullivan
      • Operation Domain Manager ( stretch goal ) specification focus around supporting POST of partner ServiceSpecification 
        Jira
        serverONAP JIRA
        serverId425b2b0a-557c-3c0c-b515-579789cceedb
        keyEXTAPI-351
        (Specification Focus) Analysis of new Operation Domain Manager APIs in SDC and impact on support POST for ServiceSpecification Resource. Currently Telstra are working on SDC APIs for onboarding a Partner ServiceSpecification reference in SDC with all the information to communicate with Partners External APIs for Service Instantiation. ( Stretch goal - resources permitted to look at supporting POST ServiceSpecifcation - potential to use jolt to transform to new SDC API format_.
  • Continue to enhance ONAP External APIs exposed to BSS/OSS (e.g. Increase support for SO Service APIs , macro mode)
    • Service Ordering
      • Add Support for serviceOrder API for Service Instantiation via macro mode in 
        Jira
        serverONAP JIRA
        serverId425b2b0a-557c-3c0c-b515-579789cceedb
        keyEXTAPI-258

        • Description: 
          • With Dublin, a new mode is available in SO to instantiate a service : the "macro" mode.

            In SDC, a service can be declared with an instantiationType equal to "A-la-carte" or equal to "Macro". This information is then available in the Tosca service definition file.

            When "Macro" mode is chosen for a service, the SO will use different kind of BPMN workflow.

            This "macro" mode need to be managed by NBI.

            NBI needs to look at service definition in Tosca file, select the mode, build the "macro" request toward SO  when service instantiationType is "Macro". 

            REQUEST 1 : NBI have to send a request to SO with the parameter "aLaCarte": false when instantiationType is Macro in service definition file

            In macro mode, the SO request may also contain, in the "userParams" section, all needed information about VNFs and VF-module(s) to be instantiated.

            All those necessary information are in the Tosca service definition file generated by SDC.

            If NBI do not fill those information, the serviceOrder sent to NBI will have to provide those informations (that means an external system will have to do the job)

            REQUEST 2 : NBI to look at VNF, VF-module and Network in the Tosca service definition file in order to build the full "macro" request toward SO.

        • Relevance:
        • Complexity: High
        • Prerequisites: 
        • Resources: Romain and Rene
      • Update serviceOrder API to use GR_API  - 
        Jira
        serverONAP JIRA
        serverId425b2b0a-557c-3c0c-b515-579789cceedb
        keyEXTAPI-337

        • Description: 
          • SO can use two kind of API with SDNC : Generic-Resource API (GR_API) or VNF_API.It seems that it is better to indicate to SO to use GR_API now. It is the value of the field "testApi" that need to be modified in SO request to instantiate service object. Can be an environment variable.

        • Relevance:
        • Complexity: Easy
        • Prerequisites: 
        • Resources: Romain
      • Update ServiceOrder to accommodate Service Characteristics of "object" type
        • Description: 
          • Need to handle service orders which use "object" type in the serviceCharacteristics, i.e. utiizing the new specificationInputSchema . Also update the object to be stored as "object" v "Object" in the service catalog response.

        • Relevance:
        • Complexity: Easy
        • Prerequisites: 
        • Resources: Adrian O'Sullivan - Note work complete 
      • ( stretch goal ) Specification work on how to Handle action modify in ServiceOrder in a manner other than recreate Service 
        • Description: 
          • 5G Network Slicing plan to have new SO capability for Service Modifications, specifically allowing an instantiated and activated service to be deactivated without being deleted.

        • Relevance:
        • Complexity: Moderate
        • Prerequisites: 
        • Resources: Adrian O'Sullivan
    • Performance Management (stretch goal ) specification focus: specification work associated with Network Slicing KPI reporting.
    • Operation Domain Manager ( stretch goal ) specification focus around supporting POST of partner ServiceSpecification 
      Jira
      serverONAP JIRA
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyEXTAPI-351
    • Integration 
      • Integrate External API/NBI within ONAP DMaap for authenticated topics ( Adrian )
      • Integrate External API/NBI with AAF for security enhancement, introduce https support  ( Matthieu )

Use Cases

The existing use cases are still going to be supported ( BBS, CCVPN ) and additional use cases will be supported for the Frankfurt Release (as defined by the Control loop sub committee and TSC).

5G Network Slicing Use case is a new use case which have plans to use External API Service Order APIs to Create, Delete and modify Communication Services. The hope is to reuse existing Service Order APIs. Some enhancements may be needed, mainly in the ability to modify a service ( updateType, pending support from SO ) plus allowing serviceType to be an optional parameter in the Service Order ( used in AAI ). Wipro has taken ownership of 

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyEXTAPI-349
 for enhancements needed. 

Impact assessment completed by Adrian, updates only to support Service Ordering considered in Frankfurt timescale. 

Platform Maturity

 Platform Maturity (i.e., S3P items)  Frankfurt Release Platform MaturityThe existing use cases are still going to be supported and additional use cases will be supported for the Frankfurt Release (as defined by the Control loop sub committee and TSC). Network Slicing Use case is a new use case which have plans to use External API Service Order APIs.

Minimum Viable Product

  • Documentation of User Stories; Use Cases and Interactions (e.g., swagger ); Data Models (e.g., JSON); Interface Profiles and Functional Definition; 
  • ONAP Component Mapping and Functional Analysis; 
  • Code contribution for External API Agent functionality.

...

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


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.

Area

Actual Level

Targeted Level for current Release

How, Evidences

Comments

Performance00
  • 0 -- none
  • 1 – baseline performance criteria identified and measured
  • 2 & 3 – performance improvement plans created & implemented
Stability00
  • 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
Resiliency00
  • 0 – none
  • 1 – manual failure and recovery (< 30 minutes)
  • 2 – automated detection and recovery (single site)
  • 3 – automated detection and recovery (geo redundancy)
Security01
  • 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
Scalability00
  • 0 – no ability to scale
  • 1 – single site horizontal scaling
  • 2 – geographic scaling
  • 3 – scaling across multiple ONAP instances
Manageability00
  • 1 – single logging system across components; instantiation in < 1 hour
  • 2 – ability to upgrade a single component; tracing across components; externalized configuration management
Usability00
  • 1 – user guide; deployment documentation; API documentation
  • 2 – UI consistency; usability testing; tutorial documentation

API Incoming Dependencies

...

Prior to the delivery date, it is a good practice to organize an API review with the API consumers.

API Name

API Description

API Definition Date

API Delivery date

API Definition link (i.e.swagger)

SDC: Catalog APIExposes Service CatalogTBDTBDhttps://wiki.onap.org/display/DW/SDC+API
SO: Service Instantiation APIRequests for Service InstantiationTBDTBD
AAI: Service Inventory APIQuery for Service InventoryTBDTBD
DMaaP: Events APIQuery for AAI_EVENTS and SDC Distribution EventsTBDTBD

API Outgoing Dependencies

API this release is delivering to other releases.

API Name

API Description

API Definition Date

API Delivery date

API Definition link (i.e.swagger)

ExtAPI: Service CatalogExternal Service Catalog APITBDTBDTBD
ExtAPI: Service OrderingExternal Service Ordering APITBDTBDTBD
ExtAPI: Service InventoryExternal Service Inventory APITBDTBDTBD

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, ...).

Name

Description

Version

SpringbootJava Platform FrameworkTBD
MariaDBMySQL open fork
MongoDBMongo Database

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

...

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 identified

Impact

TBDTBD

Known Defects and Issues

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

TBDTBD

Known Defects and Issues

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


Jira
serverONAP JIRA
jqlQueryproject = EXTAPI AND fixVersion = "Frankfurt Release" AND type = Bug
serverId425b2b0a-557c-3c0c-b515-579789cceedb


Risks

List the risks identified for this release along with the plan to prevent the risk to occur (mitigation) and the plan of action in the case the risk would materialized (contingency).

Risk identified

Mitigation Plan

Contingency Plan

TBDTBDTBD

Resources

Fill out the Resources Committed to the Release centralized page.

...

It is not expected to have a detailed project plan.

Date

Project

Deliverable

TBDTBDTBD

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

...

The Documentation project will provide the Documentation Tool Chain to edit, configure, store and publish all Documentation asset.

https://onap.readthedocs.io/en/latest/submodules/externalapi/nbi.git/docs/index.html


Other Information

Vendor Neutral

...