Versions Compared

Key

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

...

PlantUML Macro
titlePNF Pre-onboarding/Onboarding
@startuml
participant USER
participant VNF-SDKVNFSDK
participant SDC
autonumber 

group PNF ONBOARDING PACKAGE DELIVERY
	hnote over SOUSER : SO/VIDOnboarding API
	hnote over VIDUSER : Svc Model ID, Recipe IDVendor Delivery
	VIDUSER -> SOSDC : PNF ServicePackage CreationDeliver Request	
end

group VNF-SDK PACKAGE VALIDATION
	hnote over AAIVNFSDK : AAIVNF APIValidation
	SOVNFSDK -> AAIVNFSDK : Inventory Record Creation Request
	AAI Check 1
	VNFSDK -> VNFSDK : Check 1 
	VNFSDK -> AAIVNFSDK : CreateCheck Inventory1 Record
	hnote over AAI: INVENTORY RECORD
	AAIVNFSDK -> VNFSDK : Check 1 
	VNFSDK -> SOVNFSDK : InventoryCheck Record Creation5 Response	
end

group SDC PACKAGE ONBOARDING
	hnote over SOSDC : xNF Resources, Service ID
	SOUSER -> OOFSDC : Homing Assignment Request
 	OOFUSER -> OOFSDC: Homing Assignment
	OOFUSER -> SOSDC : Homing Assignment Response
end

@enduml

...