aboutsummaryrefslogtreecommitdiffstats
path: root/models-sim/policy-models-sim-pdp/src/test/resources/TestConfigParameters.json
blob: b114dd1fd708b274460ee1d2aa8dd0239d4f2681 (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
{
    "name":"PdpSimulatorParameterGroup",
    "pdpStatusParameters": {
        "pdpGroup": "defaultGroup",
        "timeIntervalMs": 120000,
        "pdpType":"apex",
        "description":"Pdp heartbeat",
        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
    },
    "topicParameterGroup": {
        "topicSources" : [ {
            "topic" : "ueb-source",
            "servers" : [ "my-server" ],
            "topicCommInfrastructure" : "ueb"
        },{
            "topic" : "POLICY-PDP-PAP1",
            "servers" : [ "message-router1, message-router2" ],
            "topicCommInfrastructure" : "NOOP"
        },{
            "topic" : "POLICY-PDP-PAP2",
            "servers" : [ "message-router2, message-router3" ],
            "topicCommInfrastructure" : "NOOP"
        }],
        "topicSinks" : [ {
            "topic" : "ueb-sink",
            "servers" : [ "my-server" ],
            "topicCommInfrastructure" : "ueb"
        },{
            "topic" : "POLICY-PDP-PAP2",
            "servers" : [ "message-router1, message-router2" ],
            "topicCommInfrastructure" : "NOOP"
        },{
            "topic" : "POLICY-PDP-PAP3",
            "servers" : [ "message-router2, message-router3" ],
            "topicCommInfrastructure" : "NOOP"
        }]
    }
}