Versions Compared

Key

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

This document highlights design considered for to Provision authenticated, authorized DMaaP topics on Message Router and feeds on Data Router .

...

Ticket No.Gerrit linkComments5gbulkpm Test ResultStatus
DMAAP-1561 https://gerrit.onap.org/r/c/dmaap/buscontroller/+/121543Updated dmaap-dbc script PassMerged
DCAEGEN2-2715 (DCAE Data File Collector)https://gerrit.onap.org/r/c/oom/+/120492To be tested with 5gBulkpm gaiting testcasePassMerged
DCAEGEN2-2714 (DCAE PM-Mapper)https://gerrit.onap.org/r/c/oom/+/120213To be tested with 5gBulkpm gaiting testcasePassMerged

...

  1. Existing design consist fo kubernetes Job Manifest which consist of onap/dmaap/dbc-client docker image for making http request toward dmaap-bc (Dmaap Bus Controller) pod.
  2. In DCAE Design-1 highlighted in below pic is considered where we need to create dmmap provisionning Init-Container which will be making use of same onap/dmaap/dbc-client docker image to make Http Rest Request towards dmap-db pod.
    1. Once the http request is made response will be written back to shared EmptyDir voulme.
    2. Second Init-container (Update Config) will be reading the response from share EmptyDir voulme and will merge it with application config.

Updated

Design:Draw.io design-1 :

  1. Dmaap Provisioning init-container sends POST request to Dmaap Bus-Controller Pod for creation of Topics, Feeds.
  2. DCAE Merge init config container merges dcae application config and response received back from dmaap provisioning init-container.

Drawio
bordertrue
diagramNameDesign-1
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth1041
revision1

...