Merge "Adapt A1 controller to latest A1 spec"
[nonrtric.git] / policy-agent / src / test / resources / test_application_configuration_with_dmaap_config.json
1 {
2    "config": {
3       "//description": "Application configuration",
4       "ric": [
5          {
6             "name": "ric1",
7             "baseUrl": "http://localhost:8080/",
8             "managedElementIds": [
9                "kista_1",
10                "kista_2"
11             ]
12          },
13          {
14             "name": "ric2",
15             "baseUrl": "http://localhost:8081/",
16             "managedElementIds": [
17                "kista_3",
18                "kista_4"
19             ]
20          }
21       ]
22    },
23    "streams_publishes": {
24       "dmaap_publisher": {
25          "type": "message_router",
26          "dmaap_info": {
27             "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE"
28          }
29       }
30    },
31    "streams_subscribes": {
32       "dmaap_subscriber": {
33          "dmaap_info": {
34             "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent"
35          },
36          "type": "message_router"
37       }
38    }
39 }