Remove topic.properties and incorporate into overall config file for pdp-simulator
[policy/models.git] / models-sim / policy-models-sim-pdp / src / test / resources / PdpSimulatorConfigParameters.json
1 {
2     "name":"PdpSimulatorParameterGroup",
3     "pdpStatusParameters":{
4         "timeIntervalMs": 120000,
5         "pdpType":"apex",
6         "description":"Pdp Heartbeat",
7         "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
8     },
9     "topicParameterGroup": {
10         "topicSources" : [ {
11             "topic" : "ueb-source",
12             "servers" : [ "my-server" ],
13             "topicCommInfrastructure" : "ueb"
14         },{
15             "topic" : "POLICY-PDP-PAP1",
16             "servers" : [ "message-router1, message-router2" ],
17             "topicCommInfrastructure" : "dmaap"
18         },{
19             "topic" : "POLICY-PDP-PAP2",
20             "servers" : [ "message-router2, message-router3" ],
21             "topicCommInfrastructure" : "dmaap"
22         }],
23         "topicSinks" : [ {
24             "topic" : "ueb-sink",
25             "servers" : [ "my-server" ],
26             "topicCommInfrastructure" : "ueb"
27         },{
28             "topic" : "POLICY-PDP-PAP2",
29             "servers" : [ "message-router1, message-router2" ],
30             "topicCommInfrastructure" : "dmaap"
31         },{
32             "topic" : "POLICY-PDP-PAP3",
33             "servers" : [ "message-router2, message-router3" ],
34             "topicCommInfrastructure" : "dmaap"
35         }]
36     }
37 }