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

Compare with Current View Page History

« Previous Version 29 Next »

Gliffy Macro Error

Usage: {gliffy:name=some diagram name | [pageid=some page id] | [size=width in pixels] | [border=boolean] | [version=some diagram version]}

Diagram names may not contain the following characters: " \ / | : { < & + ? | = ; # %

Examples:

  • {gliffy:name=My UML Diagram}
    Display "My UML Diagram" on the page.
  • {gliffy:name=My UML Diagram|version=2|size=800}
    Display version 2 of "My UML Diagram" on the page, at a width of 800 px.
  • {gliffy:name=My Org Chart|pageid=1234567|size=1200|border=true}
    Reference the "My Org Chart" diagram attachment on a page with the id of 1234567, and display it at a width of 1200 px with a border.

Note: Diagrams are stored as attachments to pages. If you do not specify the space key and page name, it will be assumed the diagram you are referring to is on the current page. If you wish to refer to a diagram on another page, you must specify the space key and page name that the diagram is attached to.


Gliffy Macro Error

Usage: {gliffy:name=some diagram name | [pageid=some page id] | [size=width in pixels] | [border=boolean] | [version=some diagram version]}

Diagram names may not contain the following characters: " \ / | : { < & + ? | = ; # %

Examples:

  • {gliffy:name=My UML Diagram}
    Display "My UML Diagram" on the page.
  • {gliffy:name=My UML Diagram|version=2|size=800}
    Display version 2 of "My UML Diagram" on the page, at a width of 800 px.
  • {gliffy:name=My Org Chart|pageid=1234567|size=1200|border=true}
    Reference the "My Org Chart" diagram attachment on a page with the id of 1234567, and display it at a width of 1200 px with a border.

Note: Diagrams are stored as attachments to pages. If you do not specify the space key and page name, it will be assumed the diagram you are referring to is on the current page. If you wish to refer to a diagram on another page, you must specify the space key and page name that the diagram is attached to.


SDC Context Builder Copy

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 Buidler 


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

High level view of SDC Context Builder microservice

SDC Context Builder

 




Deployment Model

Containers

IDNameport pod dependenciesAttributes

ONAP referencing dependencies

Incoming API

ONAP ref dependencies

Outgoing API

Notes
1synapse
Synaopses
9502 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  
        


Design Issues

DevOps

Links


  • No labels