...
1.User registers 3rd party controller information in ESR.
2. ESR adds triggers a 3rd party controller information in AAI.registration event to DMAAP
3. AAI notify addition of 3rd party controller information to DMAAP Listener in SDNCSDNC subscribes to the event and gets event ntification
4. DMAAP Listener in SDNC sends Data change request5. SDNC query SDNC queries topology from 3rd party Controller
65. SDNC adds decomposes and save topology to AAI
New Development
- SDN-C listen to the topology discovery event from DMaaP (Same with CCVPN).
- Restadaptor call sync topology request from Access SDN M&C
- New DGs for sync topology , analyses data from Access SDN M&C and save it to AAI
- Data model definition
To Be Defined
Topology model
...
- Adapt existing DGs for sync topology to make a new BBS type, Each vendor will have a different API call and so we need a switch flag inside DG code to choose specific vendor sub-DG for the call
- Topology data model definition (optional, depends on whether we follow CCVPN model for topology). If new model is required, we need to adapt saving data to AAI DG.
- Make token authentication more generic
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
...
New Development(Depends on the Modeling definition)
Addition of new resource enumerations to generic-resource-api.yang for CreateAccessConnectivity, CreateInternetProfile.
Addition of new new resource to GenericResourceApiProvider.java (review it later)
New DGs for BBS PnPthe service creation
Extending respective template for restapicall plugin in Network Adapters. We need to manually put the new template files for each vendor inside the SDN-C container
Configure RFS ONT
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Configure IPAM/AAA
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Sub-UC3: Nomadic ONT Service
...
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
...
Addition of new enumerations to generic-resource-api.yang forDeleteAccessConnectivity, DeleteInternetProfile.
Addition of new resource to GenericResourceApiProvider.java (review it later)
New DGs for the service deletion
Extending respective template for restapicall plugin in Network Adapters. We need to manually put the new template files for each vendor inside the SDN-C container
- Creation DGs/templates/additions are mentioned in the Sub-UC2.
Delete old RFS ONT
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Configure new RFS ONT
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Configure AAA
URL:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||