7e36881bd443c52dbefe9f4c8fdfd19b04b6366a
[it/dep.git] / nonrtric / helm / policymanagementservice / resources / config / application_configuration.json
1 {
2     "config":{
3        "ric":[
4           {
5              "name":"ric1",
6              "baseUrl":"http://a1-sim1:8085/",
7              "managedElementIds":[
8                 "kista_1",
9                 "kista_2"
10              ]
11           }
12        ],
13        "streams_publishes":{
14           "dmaap_publisher":{
15              "type":"message_router",
16              "dmaap_info":{
17                 "topic_url":"http://message-router:3904/events/A1-POLICY-AGENT-WRITE"
18              }
19           }
20        },
21        "streams_subscribes":{
22           "dmaap_subscriber":{
23              "type":"message_router",
24              "dmaap_info":{
25                 "topic_url":"http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent"
26              }
27           }
28        }
29     }
30  }