Merge "Fix CSIT for PMSH"
[integration/csit.git] / scripts / policy / config / apex-pdp / OnapPfConfig.json
1 {
2     "name":"OnapPfParameterGroup",
3      "restServerParameters": {
4         "host": "0.0.0.0",
5         "port": 6969,
6         "userName": "healthcheck",
7         "password": "zb!XztG34",
8         "https": true
9     },
10     "pdpStatusParameters":{
11         "pdpGroup": "defaultGroup",
12         "timeIntervalMs": 120000,
13         "pdpType":"apex",
14         "description":"Pdp Heartbeat",
15         "supportedPolicyTypes": [
16             {
17               "name": "onap.policies.controlloop.operational.common.Apex",
18               "version": "1.0.0"
19             },
20             {
21                 "name": "onap.policies.native.Apex",
22                 "version": "1.0.0"
23             }
24         ]
25     },
26     "topicParameterGroup": {
27         "topicSources" : [{
28             "topic" : "POLICY-PDP-PAP",
29             "servers" : [ "policy.api.simpledemo.onap.org" ],
30             "topicCommInfrastructure" : "dmaap",
31             "useHttps" : true,
32             "allowSelfSignedCerts" : true
33         }],
34         "topicSinks" : [{
35             "topic" : "POLICY-PDP-PAP",
36             "servers" : [ "policy.api.simpledemo.onap.org" ],
37             "topicCommInfrastructure" : "dmaap",
38             "useHttps" : true,
39             "allowSelfSignedCerts" : true
40         }]
41     }
42 }