blob: 441955f1ed45e6923ec6bc26708fa6abf9360ed5 [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}",
Andreas Geisslerf10c5552023-03-21 18:09:46 +01008 "https": "false",
jhhd74fe9f2021-04-15 11:04:39 -05009 "prometheus": true
a.sreekumar7f4efaf2019-04-16 16:24:01 +000010 },
saul.gillef208b02023-04-26 16:16:05 +010011 "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": {
saul.gillef208b02023-04-26 16:16:05 +010028 "topicSources": [{
29 "topic": "${PAP_TOPIC}",
30 "useHttps": false,
31 "fetchTimeout": 15000,
32 "servers": [ "${KAFKA_URL}" ],
saul.gillef208b02023-04-26 16:16:05 +010033 "topicCommInfrastructure": "kafka",
34 "additionalProps": {
35 "group.id" : "${GROUP_ID}",
36 "security.protocol": "SASL_PLAINTEXT",
37 "sasl.mechanism": "${SASL}",
38 "sasl.jaas.config": "${JAASLOGIN}"
rameshiyer27bc8a6a42024-03-11 17:18:11 +000039 }}],
saul.gillef208b02023-04-26 16:16:05 +010040 "topicSinks" : [{
41 "topic": "${PAP_TOPIC}",
42 "useHttps": false,
43 "servers": [ "${KAFKA_URL}" ],
saul.gillef208b02023-04-26 16:16:05 +010044 "topicCommInfrastructure": "kafka",
45 "additionalProps": {
46 "group.id" : "${GROUP_ID}",
47 "security.protocol": "SASL_PLAINTEXT",
48 "sasl.mechanism": "${SASL}",
49 "sasl.jaas.config": "${JAASLOGIN}"
50 }
saul.gillef208b02023-04-26 16:16:05 +010051 }]
a.sreekumar7f4efaf2019-04-16 16:24:01 +000052 }
53}