Added Controller configuration
[nonrtric.git] / policy-agent / src / test / resources / test_application_configuration_with_dmaap_config.json
1 {
2    "config":{
3       "controller":[
4          {
5           "name":"controller1",
6           "baseUrl":"http://localhost:8083/",
7           "userName":"user",
8           "password":"password"
9         }
10       ],
11       "ric":[
12          {
13             "name":"ric1",
14             "controller": "controller1",
15             "baseUrl":"http://localhost:8083/",
16             "managedElementIds":[
17                "kista_1",
18                "kista_2"
19             ]
20          },
21          {
22             "name":"ric2",
23             "baseUrl":"http://localhost:8085/",
24             "managedElementIds":[
25                "kista_3",
26                "kista_4"
27             ]
28          }
29       ],
30       "streams_publishes":{
31          "dmaap_publisher":{
32             "type":"message_router",
33             "dmaap_info":{
34                "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE"
35             }
36          }
37       },
38       "streams_subscribes":{
39          "dmaap_subscriber":{
40             "type":"message_router",
41             "dmaap_info":{
42                "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent"
43             }
44          }
45       }
46    }
47 }