Merge "[AAI] Add model-loader tracing config"
[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": "false",
9       "prometheus": true
10     },
11     "pdpStatusParameters": {
12         "pdpGroup": "defaultGroup",
13         "timeIntervalMs": 120000,
14         "pdpType":"apex",
15         "description":"Pdp Heartbeat",
16         "supportedPolicyTypes": [
17             {
18                 "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         ]
26     },
27     "topicParameterGroup": {
28       "topicSources": [{
29           "topic": "${PAP_TOPIC}",
30           "useHttps": false,
31           "fetchTimeout": 15000,
32           "servers": [ "${KAFKA_URL}" ],
33           "topicCommInfrastructure": "kafka",
34           "additionalProps": {
35             "group.id" : "${GROUP_ID}",
36             "security.protocol": "SASL_PLAINTEXT",
37             "sasl.mechanism": "${SASL}",
38             "sasl.jaas.config": "${JAASLOGIN}"
39         }}],
40       "topicSinks" : [{
41           "topic": "${PAP_TOPIC}",
42           "useHttps": false,
43           "servers": [ "${KAFKA_URL}" ],
44           "topicCommInfrastructure": "kafka",
45           "additionalProps": {
46             "group.id" : "${GROUP_ID}",
47             "security.protocol": "SASL_PLAINTEXT",
48             "sasl.mechanism": "${SASL}",
49             "sasl.jaas.config": "${JAASLOGIN}"
50           }
51       }]
52     }
53 }