Merge "[CONTRIB] Move Netbox service to ClusterIP"
[oom.git] / kubernetes / policy / components / policy-apex-pdp / resources / config / OnapPfConfig.json
1 {
2     "name":"OnapPfParameterGroup",
3     "restServerParameters": {
4       "host": "0.0.0.0",
5       "port": 6969,
6       "userName": "${RESTSERVER_USER}",
7       "password": "${RESTSERVER_PASSWORD}",
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.native.Apex",
18                 "version": "1.0.0"
19             },
20             {
21               "name": "onap.policies.controlloop.operational.common.Apex",
22               "version": "1.0.0"
23             }
24         ]
25     },
26     "topicParameterGroup": {
27         "topicSources" : [{
28             "topic" : "POLICY-PDP-PAP",
29             "servers" : [ "message-router" ],
30             "useHttps" : true,
31             "topicCommInfrastructure" : "dmaap"
32         }],
33         "topicSinks" : [{
34             "topic" : "POLICY-PDP-PAP",
35             "servers" : [ "message-router" ],
36             "useHttps" : true,
37             "topicCommInfrastructure" : "dmaap"
38         }]
39     }
40 }