Versions Compared

Key

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

...

PlantUML Macro
typedot
@startuml
participant OSS_BSS
participant SO
participant Service_Designer
participant CDS_SS
participant CDS_BP
participant SDC
participant ETSI_Catalog_Manager
participant CIR
participant SDNC
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
end 

group Run Time Instantiation
    OSS_BSS -> SO : Instantiation Request
    SO -> SDNC : Instantiation Request
    SDNC -> CDS : request resource resolution
    CDS -> SDNC : response resource resolution
    SDNC -> SO : response resource resolution
    SO -> SOL003_Adapter : Invoke SOL003 Adapter\nfor Instantiation
    SOL003_Adapter -> VNFM : Invoke VNFM\nfor Instantiation
end 

group Run Time Post-Instantiation
    OSS_BSS -> SO : Post-Instantiation Request
    SO -> CDS_SS : Config-Assign action\n for saving CNF day-1 config
    CDS_SS -> SO : response for Config-Assign\n action
    SO -> 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 

@enduml

...