Versions Compared

Key

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

...

            

Sequence Diagrams

Initiate Audit


Gliffy Diagram
size1200
namePOMBA Seq Diagram
pagePin11


Process Flow

  1. Service Instantiation completion event is published
  2. Context Aggregator receives the event
  3. Context Aggregator initiates calls to various Context Builders to get normalized data from platform components.
  4. Context Aggregated payload is published into event bus
  5. Rule Processing engine receives that event and activates audit rules processing
  6. The result of audit rules processing is published into Event Bus
  7. Audit Result payload is consumed by synapse service
  8. The result is inserted into data storage / ES via search service
  9. Reporting tool such as Kibana displays  the data

Sub-Components

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

...