Merge "Renamed things to fit with namechange of RicSynchronizationTask"
[nonrtric.git] / near-rt-ric-simulator / simulator-group / consul_cbs / config.json
index d63d860..52acc38 100644 (file)
@@ -1,21 +1,44 @@
 {
-  "//description": "Application configuration",
-  "ric": [
-    {
-      "name": "ric1",
-      "baseUrl": "http://localhost:8080/",
-      "managedElementIds": [
-        "kista_1",
-        "kista_2"
-      ]
+    "ric": [
+        {
+            "name": "ric_ric-simulator_3",
+            "baseUrl": "http://ric_ric-simulator_3:8085/",
+            "managedElementIds": [
+                "kista_ric_ric-simulator_3",
+                "stockholm_ric_ric-simulator_3"
+            ]
+        },
+        {
+            "name": "ric_ric-simulator_2",
+            "baseUrl": "http://ric_ric-simulator_2:8085/",
+            "managedElementIds": [
+                "kista_ric_ric-simulator_2",
+                "stockholm_ric_ric-simulator_2"
+            ]
+        },
+        {
+            "name": "ric_ric-simulator_1",
+            "baseUrl": "http://ric_ric-simulator_1:8085/",
+            "managedElementIds": [
+                "kista_ric_ric-simulator_1",
+                "stockholm_ric_ric-simulator_1"
+            ]
+        }
+    ],
+    "streams_publishes": {
+        "dmaap_publisher": {
+            "type": "message_router",
+            "dmaap_info": {
+                "topic_url": "http://message-router:3905/events/A1-POLICY-AGENT-WRITE"
+            }
+        }
     },
-    {
-      "name": "ric2",
-      "baseUrl": "http://localhost:8081/",
-      "managedElementIds": [
-        "kista_3",
-        "kista_4"
-      ]
+    "streams_subscribes": {
+        "dmaap_subscriber": {
+            "type": "message_router",
+            "dmaap_info": {
+                "topic_url": "http://message-router:3905/events/A1-POLICY-AGENT-READ/users/policy-agent"
+            }
+        }
     }
-  ]
-}
+}
\ No newline at end of file