blob: 3a38b88d5697d9b159881b4dc8230384f1c5bb70 [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}" ],
33{{ if .Values.global.useStrimziKafkaPf }}
34 "topicCommInfrastructure": "kafka",
35 "additionalProps": {
36 "group.id" : "${GROUP_ID}",
37 "security.protocol": "SASL_PLAINTEXT",
38 "sasl.mechanism": "${SASL}",
39 "sasl.jaas.config": "${JAASLOGIN}"
40 }
41{{ else }}
42 "topicCommInfrastructure": "dmaap"
43{{ end }}
jhhbf7fb4d2019-08-07 16:54:41 -050044 }],
saul.gillef208b02023-04-26 16:16:05 +010045 "topicSinks" : [{
46 "topic": "${PAP_TOPIC}",
47 "useHttps": false,
48 "servers": [ "${KAFKA_URL}" ],
49{{ if .Values.global.useStrimziKafkaPf }}
50 "topicCommInfrastructure": "kafka",
51 "additionalProps": {
52 "group.id" : "${GROUP_ID}",
53 "security.protocol": "SASL_PLAINTEXT",
54 "sasl.mechanism": "${SASL}",
55 "sasl.jaas.config": "${JAASLOGIN}"
56 }
57{{ else }}
58 "topicCommInfrastructure": "dmaap"
59{{ end }}
60 }]
a.sreekumar7f4efaf2019-04-16 16:24:01 +000061 }
62}