Introduction
This feature supports the handling of asynchronous domain service activation callback in ONAP.
In MDONS use case, the domain OTN service activation sometime could happen hours, even days, after the service is created. Flow steps are the following:
- Notification callback URL is usually provided as input of service creation request.
- Upon activation successful, a notification will be sent back to SDNC from SB domain controller by calling an appropriate DG
- The DG will call an SO API to update the status of the corresponding L1 Access Service.
Diagram
SDNC
The DG and notification call back handing in SDNC has already been supported in Frankfurt release. Modification in optical-package as well as in DGs are needed in G Release.
- SDNC-1233Getting issue details... STATUS
SO
An asynchronous call back SO Rest API needs to be added to support such functionality if the existing SO Rest API does not support MDONS.
- SO-2950Getting issue details... STATUS
References