aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json
blob: b00720c33812a3e8c49e18d9fac09cec621b8703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
   "config": {
      "//description" : "Test",
      "controller": [
         {
            "name": "controller1",
            "baseUrl": "http://localhost:8083/",
            "userName": "user",
            "password": "password"
         }
      ],
      "ric": [
         {
            "name": "ric1",
            "controller": "controller1",
            "baseUrl": "http://localhost:8083/",
            "managedElementIds": [
               "kista_1",
               "kista_2"
            ]
         },
         {
            "name": "ric2",
            "baseUrl": "http://localhost:8085/",
            "managedElementIds": [
               "kista_3",
               "kista_4"
            ]
         },
         {
            "name": "ric3_noBaseURL",
            "baseUrl": "",
            "managedElementIds": [
               "kista_3",
               "kista_4"
            ]
         }
      ],
      "streams_publishes": {
         "dmaap_publisher": {
            "type": "message_router",
            "dmaap_info": {
               "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE"
            }
         }
      },
      "streams_subscribes": {
         "dmaap_subscriber": {
            "type": "message_router",
            "dmaap_info": {
               "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100"
            }
         }
      }
   }
}