Remove topic.properties and incorporate into overall config file
[policy/pap.git] / testsuites / stability / src / main / resources / simulatorsetup / config / pdp / OnapPfConfig.json
1 {
2     "name":"OnapPfParameterGroup",
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" : "POLICY-PDP-PAP",
12             "servers" : [ "message-router" ],
13             "topicCommInfrastructure" : "dmaap"
14         }],
15         "topicSinks" : [{
16             "topic" : "POLICY-PDP-PAP",
17             "servers" : [ "message-router" ],
18             "topicCommInfrastructure" : "dmaap"
19         }]
20     }
21 }