[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.controlloop.operational.Apex",
18                 "version": "1.0.0"
19             },
20             {
21                 "name": "onap.policies.native.Apex",
22                 "version": "1.0.0"
23             },
24             {
25               "name": "onap.policies.controlloop.operational.common.Apex",
26               "version": "1.0.0"
27             }
28         ]
29     },
30     "topicParameterGroup": {
31         "topicSources" : [{
32             "topic" : "POLICY-PDP-PAP",
33             "servers" : [ "message-router" ],
34             "useHttps" : true,
35             "topicCommInfrastructure" : "dmaap"
36         }],
37         "topicSinks" : [{
38             "topic" : "POLICY-PDP-PAP",
39             "servers" : [ "message-router" ],
40             "useHttps" : true,
41             "topicCommInfrastructure" : "dmaap"
42         }]
43     }
44 }