blob: 7614a8c5b1def1ca555b17a4b6e39b5cc7d205e4 [file] [log] [blame]
a.sreekumar7f4efaf2019-04-16 16:24:01 +00001{
2 "name":"OnapPfParameterGroup",
3 "restServerParameters": {
4 "host": "0.0.0.0",
5 "port": 6969,
Dominik Mizynb8c44b42020-04-21 10:48:27 +02006 "userName": "${RESTSERVER_USER}",
7 "password": "${RESTSERVER_PASSWORD}",
amatthews736bf372021-12-14 16:04:15 +00008 "https": {{ (eq "true" (include "common.needTLS" .)) | ternary "true" "false" }},
jhhd74fe9f2021-04-15 11:04:39 -05009 "prometheus": true
a.sreekumar7f4efaf2019-04-16 16:24:01 +000010 },
11 "pdpStatusParameters":{
jhhd2b9ed82019-12-10 17:15:28 -060012 "pdpGroup": "defaultGroup",
a.sreekumar7f4efaf2019-04-16 16:24:01 +000013 "timeIntervalMs": 120000,
14 "pdpType":"apex",
15 "description":"Pdp Heartbeat",
jhhd2b9ed82019-12-10 17:15:28 -060016 "supportedPolicyTypes": [
17 {
jhhd2b9ed82019-12-10 17:15:28 -060018 "name": "onap.policies.native.Apex",
19 "version": "1.0.0"
20 },
21 {
22 "name": "onap.policies.controlloop.operational.common.Apex",
23 "version": "1.0.0"
24 }
25 ]
jhhbf7fb4d2019-08-07 16:54:41 -050026 },
27 "topicParameterGroup": {
28 "topicSources" : [{
29 "topic" : "POLICY-PDP-PAP",
30 "servers" : [ "message-router" ],
amatthews736bf372021-12-14 16:04:15 +000031 "useHttps" : {{ (eq "true" (include "common.needTLS" .)) | ternary "true" "false" }},
Jim Hahn98274272020-11-16 18:18:11 -050032 "fetchTimeout": 15000,
jhhbf7fb4d2019-08-07 16:54:41 -050033 "topicCommInfrastructure" : "dmaap"
34 }],
35 "topicSinks" : [{
36 "topic" : "POLICY-PDP-PAP",
37 "servers" : [ "message-router" ],
amatthews736bf372021-12-14 16:04:15 +000038 "useHttps" : {{ (eq "true" (include "common.needTLS" .)) | ternary "true" "false" }},
jhhbf7fb4d2019-08-07 16:54:41 -050039 "topicCommInfrastructure" : "dmaap"
40 }]
a.sreekumar7f4efaf2019-04-16 16:24:01 +000041 }
42}