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
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 : Configuration Request
    SO -> SDNC : Configuration Request
    SDNC -> CDS : Get resource assignment and stores it to its MDSAL
    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 : Config-Assign Request
    SO -> CDS : Config-Deploy Request
end 

@enduml

...