Versions Compared

Key

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

...

The following UML diagram shows the VNF/PNF Pre-onboarding Flow

PlantUML Macro
titleVNF/PNF Pre-onboardingRunTime DB Information Flow
@startuml
participant VENDORPNF
participant ONAPUSERVESCollector
participant VNFSDK
participantRunTimeDB SDC
autonumber 

group PNF PACKAGE DELIVERY
	hnote over ONAPUSERPNF : VendorCM Package DeliveryNotification
	VENDORPNF -> ONAPUSERVESCollector : VNF/PNF Package DeliveryCM Notification 	
end

group PRE-ONBOARDING Run Time DB Writing
	hnote over VNFSDK : VNF SDK Package Validation (optional)
	ONAPUSER -> VNFSDK : PNF Package Delivery 
    VNFSDK -> VNFSDK : License File Check
	VNFSDK -> VNFSDK : Certificate File Check
	VNFSDK -> VNFSDK : Manifest file & destination cross-check
	VNFSDK -> VNFSDK : Manifest file tag Validation
	VNFSDK -> VNFSDK : TOSCA Metadata file validation
	hnote over VNFSDK : Certification Studio
	VNFSDK -> ONAPUSER : User checks validation
end

@enduml

...