Use Case Authors:
...
- Service onboarding
- Service configuration
- Service termination
- Self service addaption (Bandwidth on demand to be added)
- Auto-scaling based on fault and performance (stretch goal)
- fault detection and auto-healing (stretch goal)
- data correlation and analytics (stretch goal)
...
- 1. UUIcreate Site Enterprise Service
- 2. SO create service instance to AAI
- 3. SO decompose the service template.
- 4. SO allocate the resources needed by cross ONAP deploy.
- 5. SO call the East/West APIs of ONAP of service provider partner, to create the service in the partner side.
- 6. SO create SPPartner resource information in A&AI. this will maintain the service instance uuid from the partner side.
- 7. SO Check the site location to check if it is locate in local ONAP.
- 8. SO call SDN-C to create PNF resource
- 9. SDN-C call A&AI to create PNF resource instance
- 10. SO call SDN-C to activate the PNF resource
- 11. SDN-C call 3rd party SD-WAN controller to create device of the site.
- 12. SDN-C create device instance in A&AI.
- 13. SO call SDN-C to create site resource.
- 14. SDN-C call A&AI to create site resource instnace.
- 15. SO call SDN-C to activate the site resource.
- 16. SDN-C call 3rd SD-WAN controller to create site.
- 17. SO call SDN-C to create SOTN VPN attachment resource.
- 18. SDNC call AAI to create SOTN VPN attachment resource.
- 19. SO query the network access point information from inventory OSS of SP.
- 20. SO call SDN-C to activate the VPN attachment resource. SDN-C will get the existing VPN Infra Service information and the VPN attachment resource , to get the L1/L2 connectivity needed.
- 21. SDN-C call OOF to do L1/L2 connectivity route calculate between multi 3rd SOTN controller topologys.
- 22. OOF will query AAI for the whole topology notified by multi SOTN controllers.
- 23. OOF do route calculate,OOF return the route informations for L1/L2 connectivity VPNs on each SOTN controller.
- 24. SDN-C will loop the VPNs , and create the SOTN VPN instance to A&AI. This will also upate the VPN Infra service instance.
- 25. SDN-C call 3rd SOTN controller to create VPN over topology.
- 26. SDN-C add relationship between the VPN instance and the topology.
- 27. SO call SDN-C to create SD-WAN VPN attachment resource
- 28. SDN-C call A&AI to create SD-WAN VPN attachment resource instance.
- 29. SO call SDN-C to activate the SDN-WAN VPN attachment resource.
- 30. SDN-C call SD-WAN controller to attach the site to the SD-WAN VPN instance.
- 31. SO call SDN-C to create WAN port resource.
- 32. SDN-C call A&AI to create WAN port resource instance.
- 33. SO call SDN-C to activate WAN port resource.
- 3334. SDN-C call SD-WAN controller to create WAN port for the Site.
- 3435. SO call SDN-C to create LAN port resource.
- 3536. SDN-C call A&AI to create LAN port resource instance.
- 3637. SO call SDN-C to activate LAN port resource.
- 3738. SDN-C call SD-WAN controller to create LAN port for the Site.
...