Prepare for csit
[nonrtric.git] / near-rt-ric-simulator / simulator-group / consul_cbs / config.json
1 {
2       "ric":[
3          {
4             "name":"ric3",
5             "baseUrl":"http://ric3:8085/",
6             "managedElementIds":[
7                "kista_1",
8                "kista_2"
9             ]
10          }
11       ],
12       "streams_publishes":{
13          "dmaap_publisher":{
14             "type":"message_router",
15             "dmaap_info":{
16                "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE"
17             }
18          }
19       },
20       "streams_subscribes":{
21          "dmaap_subscriber":{
22             "type":"message_router",
23             "dmaap_info":{
24                "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent"
25             }
26          }
27       }
28 }