Merge "Added CSIT for Macroflow with HEAT"
[integration/csit.git] / plans / ccsdk-oran / polmansuite / config / application_configuration.json.nosdnc
1 {
2     "config":{
3        "//description":"Application configuration",
4        "ric":[
5           {
6              "name":"ric1",
7              "baseUrl":"https://a1-sim-OSC:8185/",
8              "managedElementIds":[
9                 "kista_1",
10                 "kista_2"
11              ]
12           },
13           {
14             "name":"ric2",
15             "baseUrl":"https://a1-sim-STD-v2:8185/",
16             "managedElementIds":[
17                "kista_1",
18                "kista_2"
19             ]
20           }
21        ],
22        "streams_publishes":{
23           "dmaap_publisher":{
24              "type":"message_router",
25              "dmaap_info":{
26                 "topic_url":"http://dmaap-mr:3904/events/A1-POLICY-AGENT-WRITE"
27              }
28           }
29        },
30        "streams_subscribes":{
31           "dmaap_subscriber":{
32              "type":"message_router",
33              "dmaap_info":{
34                 "topic_url":"http://dmaap-mr:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100"
35              }
36           }
37        }
38     }
39  }