Prepare for csit
[nonrtric.git] / near-rt-ric-simulator / simulator-group / consul_cbs / config.json
index d63d860..16975ca 100644 (file)
@@ -1,21 +1,28 @@
 {
-  "//description": "Application configuration",
-  "ric": [
-    {
-      "name": "ric1",
-      "baseUrl": "http://localhost:8080/",
-      "managedElementIds": [
-        "kista_1",
-        "kista_2"
-      ]
-    },
-    {
-      "name": "ric2",
-      "baseUrl": "http://localhost:8081/",
-      "managedElementIds": [
-        "kista_3",
-        "kista_4"
-      ]
-    }
-  ]
+      "ric":[
+         {
+            "name":"ric3",
+            "baseUrl":"http://ric3:8085/",
+            "managedElementIds":[
+               "kista_1",
+               "kista_2"
+            ]
+         }
+      ],
+      "streams_publishes":{
+         "dmaap_publisher":{
+            "type":"message_router",
+            "dmaap_info":{
+               "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE"
+            }
+         }
+      },
+      "streams_subscribes":{
+         "dmaap_subscriber":{
+            "type":"message_router",
+            "dmaap_info":{
+               "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent"
+            }
+         }
+      }
 }