Versions Compared

Key

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

...

<Flow/sequence diagram to be added>


PlantUML Macro
titleSequenceFlowForDmaapPlugin
@startuml
title DMAAP plugin sequence flow
box "DCAE Onboarding"
    actor MS_Developer
    entity DCAE_MS_Blueprint   
end box
box "DCAE-DMAAP Runtime" #f4c69f
    participant K8SPlugin
    participant DmaapPlugin
    entity "TOPIC/FEED"
    participant DMAAP BC
    participant DMAAP 
    database Consul
    participant DCAE MS 
    end box
autonumber

loop for all DCAE Components

MS_Developer -> DCAE_Comp_JSON : Creates JSON schema\nspecifying the metadata\nrequired by this component.\nInputs\nOutputs\nConfiguration
DCAE_Comp_JSON <-> DCAE_MS_Blueprint : Cloudify Blueprint 

@enduml

EL-Alto Usecase

The 5G Bulk PM components, namely DataFile Collector and PM-Mapper were deployed using Dmaap Plugin integration for El-Alto.

...