Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following diagram shows the SO Service Instantiation PNF Pre-onboarding/Onboarding Flow:

PlantUML Macro
titleSO Service Instantiation-1PNF Pre-onboarding/Onboarding
@startuml
participant VIDUSER
participant SOVNF-SDK
participant AAI
participant OOFSDC
autonumber 

group SERVICEPNF ONBOARDING CREATIONPACKAGE REQUESTDELIVERY
	hnote over SO : SO/VID API
	hnote over VID : Svc Model ID, Recipe ID
	VID -> SO : Service Creation Request	
end

group INVENTORYVNF-SDK RECORDPACKAGE CREATIONVALIDATION
	hnote over AAI : AAI API
	SO -> AAI : Inventory Record Creation Request
	AAI -> AAI : Create Inventory Record
	hnote over AAI: INVENTORY RECORD
	AAI -> SO : Inventory Record Creation Response	
end

group HOMINGSDC PACKAGE REQUESTONBOARDING
	hnote over SO : xNF Resources, Service ID
	SO -> OOF : Homing Assignment Request
	OOF -> OOF: Homing Assignment
	OOF -> SO : Homing Assignment Response
end

@enduml

...