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
pagePin12

Configuration Sequence

PlantUML Macro
typedot
@startuml
participant Service_Designer
participant CDS
participant SDC
participant ETSI_Catalog_Manager
participant CIR
participant SDNC
participant MultiCloud
participant OSS_BSS
participant SO
participant SO_NFVO
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
    OSS_BSS -> SO : Configuration Request
    SO -> SO_NFVO : Configuration Request thru SOL005
    SO_NFVO -> SDNC : Get Controller LCM / Blueprint
    
opt Configuration A
    SDNC -> VNF : Configuration Request thru NetConf
    SDNC -> CNF : Configuration Request thru NetConf
    SDNC -> SO_NFVO : Configuration Response 
end
opt Configuration B
    SO_NFVO -> VNFM : Request thru SOL003
    VNFM -> VNF : Configuration Request thru Ve-Vnfm
    VNFM -> CNF : Configuration Request thru Ve-Vnfm
    VNFM -> SO_NFVO : Configuration Response
end

    SO_NFVO -> SO : Configuration Response
    SO -> OSS_BSS : Configuration Response
end 


@enduml


Simplified Option (TBD)

Gliffy Diagram
macroId1504608b-3a13-44c6-82b0-8dc4cb105d57
nameONAP ETSI SDO for VNF-CNF simplified
pagePin

...

1

ETSI-Based CNF Orchestration Architecture

...