Versions Compared

Key

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

...

Gliffy Diagram
macroId51fb53a3-23cd-4be3-b8f2-f536ec8752ae
nameONAP ETSI SDO for VNF-CNF
pagePin1213

Configuration Sequence

PlantUML Macro
typedot
@startuml
participant OSS_BSS
participant SO
participant SO_NFVO
participant Service_Designer
participant CDS
participant SDC
participant ETSI_Catalog_Manager
participant CIR
participant SDNC
participant MultiCloud
participant VNFM
participant VNF
participant CNF

autonumber 

group Design Time
    Service_Designer -> CDS : Design CBA
    Service_Designer -> SDC : Attach CBA to SDC Service CSAR
    SDC -> ETSI_Catalog_Manager : Distribute ETSI packages
    SDC -> SDNC : Distribute SDC Catalog
    SDC -> MultiCloud : Distribute SDC Catalog
end 

group Run Time - Instantiation
    OSS_BSS -> SO : Request
    SO -> SDNC : Get Resource Assignment
    SDNC -> CDS: Get resource assignment
	SO -> SO_NFVO : Request thru SOL005 (with instantiation parameter values)
    SO_NFVO -> SDNCVNFM : GetRequest Resourcethru Assignment
    SDNCSOL003
	VNFM -> SO_NFVO CDS: Request GetGrant resourceCNF/VNF assignment
    Resources
	SO_NFVO -> VNFM : RequestGrant thruCNF/VNF SOl003Resources
    alt CNF
		VNFM -> CISM : CNF instantiation request
	else VNF
		VNFM -> VIM : VNF instantiation request
	end
end

group Run Time - Post Instantiation    
opt Configuration A
    SO_NFVO -> CDS_SS : Config-Assign action\n for saving CNF day-1 config
    SO_NFVO -> CDS_BP : Config-Deploy action\n for CNF config
    CDS_BP --> CDS_BP : Read config from DB
    CDS_BP -> SDNC : Invoke SDNC ODL
    SDNC -> CNF: push config 
end
opt Configuration B
    SO_NFVO -> VNFM : Request thru SOL003
    VNFM -> VNF : Configuration Request\nthru Ve-Vnfm
    VNFM -> CNF : Configuration Request\nthru Ve-Vnfm
    VNFM -> SO_NFVO : Configuration Response
end

end 


@enduml

...