Versions Compared

Key

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

...

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

group PNF ONBOARDING PACKAGE DELIVERY
	hnote over USER : Onboarding API
	hnote over USER : Vendor Delivery
	USER -> SDC : PNF Package Delivery 	
end

group VNF-SDK PACKAGE VALIDATION
	hnote over VNFSDK : VNF SDK Package Validation
	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
end

group SDC PACKAGE ONBOARDING
	hnote over SDC : xNF Resources, Service ID
	SDC -> SDC : UUID Metadata added
 	SDC -> SDC: TOSCA MetaData added
	SDC -> SDC : TOSCA Descriptor Added
	SDC -> SDC : X License Model Files Added
	SDC -> SDC : Additional Artifacts Added
end

@enduml

...