You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 36 Next »






What is POMBA - Post Orchestration Model Based Audit

Architecture Intent

High level view of POMBA components

POMBA Architecture    


Design

Design Principles

  • Reusable Components

POMBA is developed based on microservices-based architecture to ensure pluggable capability into other Data Integrity sub-system

POMBA uses other microservices initially designed for A&AI component promoting them as a platform modules.

  •  Event-Driven

POMBA is event-driven application to ensure auditing without affecting existing systems.

  • Extensibility

POMBA is implemented based on Context Builders Framework to ensure that core audit process is decoupled from the target system integration specifics.

            

Sequence Diagrams

Initiate Audit


POMBA Seq Diagram


Process Flow


Sub-Components

POMBA leverages context builders approach to provide pluggable framework of accessing various ONAP components to retrieve the data. 

It allows to encapsulate the complexity of reaching a component as well as implement the mapping and transformation component’s related data to common model consumed by audit process. 

SDC Context Builder 

The purpose of SDC Context Builder is to encapsulate the complexity of interaction with SDC component .

High level view of SDC Context Builder mS:

SDC Context Builder

 


A&AI Context Builder

The purpose of A&AI Context Builder is to encapsulate the complexity of interaction with A&AI component .

High level view of A&AI Context Builder mS:


AAI Context Builder



SDN-C Context Builder

SDN-C Context Builder is aimed to encapsulate the functionality of accessing SDN-C via RESTful APIs and transform the data into common model structure used by audit process.


SDN-C Context Builder



Validation Service

Deployment Model

Containers

IDNameport pod dependenciesAttributes

ONAP referencing dependencies

Incoming API

ONAP ref dependencies

Outgoing API

Notes
1synapse service9502 dmaap, search-data-service
/data-router/v1/orchestration-event-service/orchestration-eventdmaap APIs, /services/search-data-service/v1/search/indexes 
 2search-data-service9509 elastic-search   /services/search-data-service/v1/search/indexeselasticSearch APIs 
 3elastic-search 9200n/a   n/a n/a 
aai-context-builder9530 aai-service  /aaicontextbuilder/service/context  A&AI APIs 
 5 sdn-c-context-builder9531  sdnc /sdnccontextbuilder/service/context  SDN-GC APIs 
 6 sdc-context-builder9532  sdc-be /sdccontextbuilder/service/context  SDC BE APIs 
 7 context-aggregator9529 aai-context-builder,sdc-context-builder, sdn-c-context-builder, dmaap  dmaap APIsdmaap APIs  
 8 validation-service9501 dmaap dmaap APIs dmaap APIs  
 9dcae-context-builder 9540 DCAE, Vertica DB ?     


Design Issues

DevOps

Links


  • No labels