Versions Compared

Key

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

...

  • MODELS IN SDC - SDC contains the verified service and resource descriptor (models). These resource descriptors are provided by the vendor (PNFD and VNFD).
  • xNFs ONBOARDED - Associated resources (PNF, VNF, ANF) used by services have been properly onboarded.
  • SERVICE DEFINED - Services have been defined in design time, and associated templates, control loops, blueprints have been incorporated into the service CSAR package.
  • SERVICE CSAR PACKAGE - SDC has composed the Service Design CSAR package ready for distribution.
  • CERTIFICATION STUDIO - The Certification Studio has certified the Package ready for distribution
  • DEPLOYMENT STUDIO - The Deployment Studio operator has identified the Service Design CSAR package for distribution.
  • ONAP SOFTWARE - Software images loaded in OpenStack installation, where instantiation will happen (since no S/W image repository). Need to be available in Target Cloud Instances.USER & CATALOG - The User at OSS or VID has knowledge of the Service Model Identifier that they wish to create a service instance of. The Service is seen as available in the catalog.


The Onboarding Package Contains:

...

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 DeliverDelivery 	
end

group VNF-SDK PACKAGE VALIDATION
	hnote over VNFSDK : VNF SDK Package Validation
	VNFSDK -> VNFSDK : License File Check 1
	VNFSDK -> VNFSDK : CheckCertificate 1File Check
	VNFSDK -> VNFSDK : Manifest Checkfile & 1destination cross-check
	VNFSDK -> VNFSDK : Manifest Checkfile 1tag Validation
	VNFSDK -> VNFSDK : CheckTOSCA Metadata 5file validation
end

group SDC PACKAGE ONBOARDING
	hnote over SDC : xNF Resources, Service ID
	USERSDC -> SDC : UUID Metadata added
 	SDC -> SDC: HomingTOSCA AssignmentMetaData Request
 	USERadded
	SDC -> SDC : TOSCA Descriptor Added
	SDC -> SDC : Homing Assignment X License Model Files Added
	USERSDC -> SDC : HomingAdditional AssignmentArtifacts ResponseAdded
end

@enduml


SERVICE CREATION REQUEST