Add standalone dmaap-mr deployment
[nonrtric.git] / docker-compose / sdnc / config / application_configuration.json
index 31ec633..0925703 100644 (file)
@@ -1,33 +1,39 @@
 {
-   "config": {
-      "//description": "Application configuration",
-      "controller": [
-         {
-            "name": "a1-controller",
-            "baseUrl": "http://a1-controller:8181",
-            "userName": "admin",
-            "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
-         }
-      ],
-      "ric": [
-         {
-            "name": "ric1",
-            "baseUrl": "http://a1-sim-OSC:8085/",
-            "controller": "a1-controller",
-            "managedElementIds": [
-               "kista_1",
-               "kista_2"
-            ]
-         },
-         {
-            "name":"ric2",
-            "baseUrl":"http://a1-sim-STD:8085/",
-            "controller": "a1-controller",
-            "managedElementIds":[
-               "kista_1",
-               "kista_2"
-            ]
-         }
-      ]
-   }
-}
\ No newline at end of file
+    "config":{
+       "//description":"Application configuration",
+       "ric":[
+          {
+             "name":"ric1",
+             "baseUrl":"https://a1-sim-OSC:8185/",
+             "managedElementIds":[
+                "kista_1",
+                "kista_2"
+             ]
+          },
+          {
+             "name":"ric2",
+             "baseUrl":"https://a1-sim-STD:8185/",
+             "managedElementIds":[
+                "kista_1",
+                "kista_2"
+             ]
+          }
+       ],
+       "streams_publishes":{
+          "dmaap_publisher":{
+             "type":"message_router",
+             "dmaap_info":{
+                "topic_url":"http://dmaap-mr:3904/events/A1-POLICY-AGENT-WRITE"
+             }
+          }
+       },
+       "streams_subscribes":{
+          "dmaap_subscriber":{
+             "type":"message_router",
+             "dmaap_info":{
+                "topic_url":"http://dmaap-mr:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100"
+             }
+          }
+       }
+    }
+ }
\ No newline at end of file