Table of Contents |
---|
Info |
---|
EPIC:
Story:
Tasks:
Reviewed by Stavros Kanarakis victor gao Former user (Deleted) |
Sub-UC1: Topology Discovery and Synchronization
CCSDK/SDNC-C Diagram
Flow Discription
1.User registers 3rd party controller information in ESR.
2. ESR triggers a 3rd party controller registration event to DMAAP
3. SDNC subscribes to the event and gets event ntification
4. SDNC queries topology from 3rd party Controller
5. SDNC decomposes and save topology to AAI
New Development
- Restadaptor calls sync topology request from Access SDN M&C
- New DGs for sync topology , saving data to AAI
- Topology data model definition
Query Topology API
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
URL:/v2/data/huwwei-nce-resource-inventory:ltps get: |
Topology Model
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
PON-UNI { } OLT-NNI { } |
Sub-UC2: Service Creation and Activation
CCSDK/SDN-C Diagram
Flow Description
Access SDN M&C notify ONT Register Event to DCAE
DCAE Publishes an ONT Registration Event(pnf_registeration) to SO via DMaaP
SO Calls Generic Resource APIs of SDNC to trigger Access/Edge SDN M&C
SDNC calls Access SDN M&C to configure RFS ONT
SDNC calls Edge SDN M&C to configure IPAM and AAA
Access SDN M&C notify RG Activated Event to DCAE
DCAE Publishes an RG Activated Event to SO via DMaaP
New Development(Depends on the Modeling definition)
Addition of new resource to generic-resource-api.yang.
Addition of new resource to GenericResourceApiProvider.java
New DGs for BBS PnP
Extending respective template for restapicall plugin in Network Adapters
Configure RFS ONT
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Configure IPAM/AAA
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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)
Delete old RFS ONT
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Configure new RFS ONT
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Configure AAA
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||