updated block diagram 03/64803/2
authorLadue, David (dl3158) <dl3158@att.com>
Wed, 5 Sep 2018 16:15:38 +0000 (12:15 -0400)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 11 Sep 2018 13:40:09 +0000 (13:40 +0000)
Change-Id: Ia810a2d82eb7f3fb68201ad0a60209c066280596
Issue-ID: DCAEGEN2-624
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
docs/sections/services/snmptrap/architecture.rst

index f50f1d3..7f51f5f 100644 (file)
@@ -36,8 +36,8 @@ attributes obtained from configuration binding service ("CBS").
    snmp_agent_1 -> SNMPTRAP;
    snmp_agent_2 -> SNMPTRAP;
    snmp_agent_n -> SNMPTRAP;
-   config binding service -> SNMPTRAP;
-   SNMPTRAP -> dmaap mr;
+   config_binding_service -> SNMPTRAP;
+   SNMPTRAP -> dmaap_mr;
 
    group l1 {
     color = orange;
@@ -49,11 +49,11 @@ attributes obtained from configuration binding service ("CBS").
     }
    group l3 {
     color = orange;
-    dmaap mr;
+    dmaap_mr;
     }
    group l4 {
     color = gray;
-    config binding service;
+    config_binding_service;
     }
 
    }
@@ -71,12 +71,11 @@ subscribed to the topic they were published to.
 Usage Scenarios
 ---------------
 
-**SNMPTRAP** can be run on any device (physical, logical, container) that
-is capable of running python 3.6+ and has SNMP traps targeted at it.  Running
+**SNMPTRAP** runs in a docker container based on python 3.6.  Running
 an instance of **SNMPTRAP** will result in arriving traps being published
 to the topic specified by config binding services.  If CBS is not present,
 SNMPTRAP will look for or a JSON configuration file specified via the
-environment vvariable CBS_SIM_JSON at startup.  Note that relative paths
+environment variable CBS_SIM_JSON at startup.  Note that relative paths
 will be located from the bin (<SNMPTRAP base directory>/bin directory. E.g.
 
 .. code-block:: bash