Versions Compared

Key

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

...

stage of ONAP,  it might change in the future).

DCAE

DCAE  Flow

       The APIs between SOTN Controller and the alarm notification collector following IETF-RESTCONF/YANG-PUSH

notification standard:

  1. RestConf Collector (RC)subscribes for remote failure alarm to SOTN Controller (SC) 
  2. RC requests to set up a long term tunnel persistent connection with the 3rd party SC
  3. SC responses with OK upon successful tunnel setting
  4. .
  5. As the connection is standing, SC pushes service route status data to the collector
  6. RC receives alarm data, converts it into JSON format and publishes on DMAAP with topic of ROUTE_ALARM_OUTPUT
  7. UVA consumes the alarm message
  8. UVA requests the RestConf2VES mapping from the mapper. As of CCVPN use case proposal, the RestConf2VES.xml is manually uploaded to the mapper.
  9. Mapper response back the mapping  
  10. UVA converts json alarm into VES  event
  11. UVA publishes the VES event on DMAAP for further correlation 

...