e1f6b23f78a8dc683ee513b221aeed909210e3e7
[nonrtric.git] / docker-compose / docker-compose-policy-framework / 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         "desiredInstanceCount": 2,
15         "description":"Pdp Heartbeat",
16         "supportedPolicyTypes": [
17             {
18               "name": "onap.policies.controlloop.operational.common.Apex",
19               "version": "1.0.0"
20             },
21             {
22                 "name": "onap.policies.native.Apex",
23                 "version": "1.0.0"
24             }
25         ]
26     },
27     "topicParameterGroup": {
28         "topicSources" : [{
29             "topic" : "POLICY-PDP-PAP",
30             "servers" : [ "dmaap-mr" ],
31             "topicCommInfrastructure" : "dmaap",
32             "useHttps" : false,
33             "allowSelfSignedCerts" : true
34         }],
35         "topicSinks" : [{
36             "topic" : "POLICY-PDP-PAP",
37             "servers" : [ "dmaap-mr" ],
38             "topicCommInfrastructure" : "dmaap",
39             "useHttps" : false,
40             "allowSelfSignedCerts" : true
41         }]
42     }
43 }