aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/setup/config/jsonConfigs/pdpSimConfig.json
blob: 3459ca11c3bb36322577e4d99cbe156b7a9bc9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "name": "OnapPfParameterGroup",
    "pdpStatusParameters": {
        "pdpGroup": "defaultGroup",
        "timeIntervalMs": 120000,
        "pdpType": "apex",
        "description": "Pdp Heartbeat",
        "supportedPolicyTypes": [
            {
                "name": "onap.policies.controlloop.operational.common.Apex",
                "version": "1.0.0"
            },
            {
                "name": "onap.policies.native.Apex",
                "version": "1.0.0"
            }
        ]
    },
    "topicParameterGroup": {
        "topicSources": [
            {
                "topic": "policy-pdp-pap",
                "servers": [
                    "kafka:9092"
                ],
                "fetchTimeout": 15000,
                "topicCommInfrastructure": "kafka"
            }
        ],
        "topicSinks": [
            {
                "topic": "policy-pdp-pap",
                "servers": [
                    "kafka:9092"
                ],
                "topicCommInfrastructure": "kafka"
            }
        ]
    }
}