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

Compare with Current View Page History

« Previous Version 9 Next »

EPIC:

  1. SDN-C support BBS Usecase

Story:

  1. Depends on the Data Model definition to expose the API for the resource in SDN-C
  2. Develop the new DGs for the PNF configuration during the PnP and Nomadic ONT.

Tasks:

  1. Until the DM defined. (Both Design Time and Runtime)


Reviewed by Stavros Kanarakis Weitao Gao Bryan Guo


Sub-UC1: Topology Discovery and Synchronization

CCSDK/SDNC-C Diagram

Flow Discription

1.User registers 3rd party controller information in ESR.

2. ESR adds 3rd party controller information in AAI.

3. AAI notify addition of 3rd party controller information to DMAAP Listener in SDNC

4. DMAAP Listener in SDNC sends Data change request

5. SDNC query topology from 3rd party Controller

6. SDNC adds topology to AAI

New Development

  1. SDN-C listen to the topology discovery event from DMaaP (Same with CCVPN).
  2. Restadaptor call sync topology request from Access SDN M&C 
  3. New DGs for sync topology , analyses data from Access SDN M&C and save it to AAI
  4. Data model definition

To Be Defined

Topology model

SBI template file


Sub-UC2: Service Creation and Activation

CCSDK/SDN-C Diagram

Flow Description

  1. Access SDN M&C notify ONT Register Event to DCAE

  2. DCAE Publishes an ONT Registration Event(pnf_registeration) to SO via DMaaP 

  3. SO Calls Generic Resource APIs of SDNC to trigger Access/Edge SDN M&C

  4. SDNC calls Access SDN M&C to configure RFS ONT

  5. SDNC calls Edge SDN M&C to configure IPAM and AAA

  6. Access SDN M&C notify RG Activated Event to DCAE

  7. DCAE Publishes an RG Activated Event to SO via DMaaP

New Development(Depends on the Modeling definition)

  1. Addition of new resource to generic-resource-api.yang.

  2. Addition of new  resource to GenericResourceApiProvider.java

  3. New DGs for BBS PnP

  4. Extending respective template for restapicall plugin in Network Adapters

Sub-UC3: Nomadic ONT Service

CCSDK/SDN-C Diagram

Flow Description

1.Access SDN M&C notify ONT Register Event to DCAE
2.DCAE notify SO ONT registration
3.SO Calls Generic Resource APIs of SDNC to trigger Access SDN M&C
4.SDNC calls Access SDN M&C to delete old RFS ONT;SDNC calls Access SDN M&C to configure new RFS ONT
5.SDNC calls Edge SDN M&C to configure  AAA

New Development

1.GenericResourceApiProvider extensions to support new interface(delete ONT/configure ONT/configure AAA) ,define new yang model file
2.New DGs for BBS Nomadic
3.Restadaptor call delete old RFS ONT request from Access SDN M&C
4.Restadaptor call configure new RFS ONT request from Access SDN M&C
5.Restadaptor call configure AAA request from Edge SDN M&C (Confirm with David)

To Be Define

GenericResourceApiProvider yang model

SBI template file

  • No labels