Versions Compared

Key

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

...

PlantUML Macro
titleRunTime DB Information Flow
@startuml
participant PNF
participant VESCollector
participant DMaaP
participant RunTimeDB 
autonumber 

group PNF PACKAGE DELIVERY
	hnote over PNF : CM Notification
	PNF -> VESCollector : CM Notification 	
end

group Run Time DB Writing
	hnote over VNFSDKVESCollector : VNF SDK Package Validation (optional)VES Event
	ONAPUSERVESCollector -> VNFSDKDMaaP : PNFVES Package DeliveryEvent 
    VNFSDKDMaaP -> VNFSDKRunTimeDB : 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
	Subscription
	hnote over VNFSDKRunTimeDB : CertificationWrites StudioInformation
	VNFSDKRunTimeDB -> ONAPUSERRunTimeDB : UserWrite checksInformation validation
end

@enduml


3.2

...

VES Information Flow

The following UML diagram shows Onboarding Flow:

...