Versions Compared

Key

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

...

PlantUML Macro
typedot
@startuml
participant SDC
participant SO
participant ETSI_Catalog_Mgr
participant SOL003_Adapter
participant SOL005_Adapter
participant VNFM
participant VFC
participant Ext_NFVO
autonumber 

	SDC --> SDC : ASDC Distribution Engine\nsends a distribution notification
	SDC -> SO : ASDC Distribution Message Broker\n sends a distribution notification
	SO -> SDC : SO sends a distribution status
	SO -> SDC : SO pulls needed artifacts from ASDC Catalog 
group VNF PACKAGE TO SVNFM
	SDC -> SO : ONAP internal package with the \noriginal vendor CSAR/Zip
	SO -> ETSI_Catalog_Mgr: store ONAP internal package \nwith the original vendor CSAR/Zip
	ETSI_Catalog_Mgr -> SOL003_Adapter : retrieve the original vendor CSAR/Zip
	SOL003_Adapter -> VNFM : forward the original vendor CSAR/Zip
end

group VNF PACKAGE TO Ext NFVO
	SDC -> SO : ONAP internal package with the original vendor CSAR/Zip
	SO -> ETSI_Catalog_Mgr: store ONAP internal package with the original vendor CSAR/Zip
	ETSI_Catalog_Mgr -> SOL005_Adapter : retrieve the original vendor CSAR/Zip
	SOL005_Adapter -> Ext_NFVO : forward the original vendor CSAR/Zip
end

group VNF PACKAGE TO VFC 
	SDC -> VFC : ONAP internal package with the original vendor CSAR/Zip
end	
	
@enduml

...