Versions Compared

Key

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

...

1 SDC High Level Component Definition and Architecteral Relationships 

PlantUML Macro
titleSDC Component Description
@startuml


component SDC [
<b>Service Design and Creation</b>
]
[DMAAP] as DMAAP #lightgrey


Package "SDC service descriptor recievers" {
[DCAE] as DCAE #lightgrey
[SDNC] as SDNC #lightgrey
[Service orchestrator] as SO #lightgrey
[AAI] as AAI #lightgrey
[SDNC] as SDNC #lightgrey
[APPC] as APPC #lightgrey
[CLAMP] as CLAMP #lightgrey
[POLICY] as POLICY #lightgrey
[Multi-Cloud] as MC #lightgrey
}


Interface "SDCE-1" as SDCE1
Interface "SDCE-2" as SDCE2 
Interface "SDCE-3" as SDCE3 
Interface "SDCE-4" as SDCE4
Interface "SDCE-5" as SDCE5
Interface "SDCE-6" as SDCE6   

SDCE1 <- SDC 
Note left of SDCE1: VF Designer Interface
SDCE2 <- SDC
Note left of SDCE2: Service Designer Interface
SDCE3 <- SDC
Note left of SDCE3: DCAE Designer Interface
SDCE4 <- SDC
Note left of SDCE4: Service Test Interface
SDCE5 <- SDC
Note left of SDCE5: Service Test Interface

SDC->SDCE6
note top of SDCE6: Artifact Distribution Interface



SDCE6 <- DMAAP


DMAAP -> APPC
DMAAP -> CLAMP
DMAAP -> DCAE
DMAAP -> SDNC
DMAAP -> AAI
DMAAP -> POLICY
DMAAP -> MC


@enduml



draw.io Diagram
bordertrue
viewerToolbartrue
fitWindowfalse
diagramNameSDC System Context View
simpleViewerfalse
width
diagramWidth1041
revision1

...

SDC provides the following interfaces:

Interface NameInterface DefinitionD
SDCE-1

VNF is on-boarded thru VNF Onboarding GUI

SDCI-1VNF is stored in Design CatalogVNF is stored in Design Catalo
SDCE-2SDC

Service designer creates a service model from Design Catalog items

SDCI-2  Designer Studio stores and retrieves Design Catalog items
SDCE-3 

Ops designer creates monitoring templates with mS data flows

SDCI-3  DCAE Designer Studio stores and retrieves monitoring flow with mS elements
SDCE-4  Service tester certifies service models for distribution
SDCE-5  Service tester distributes service models
SDCE-6 Distribution Engine publishes service notification to DMaaP.

ONAP components subscribe to service notification from DMaaP

SDCE-7  ONAP components retrieve service models from the Design Catalog

Note:   xxxI interface is a SDC internal interface.  xxxxE interface is a SDCE external interface

...