aboutsummaryrefslogtreecommitdiffstats
path: root/tosca-controlloop/participant/participant-impl/participant-impl-policy/src/main/resources/config/PolicyParticipantConfig.json
blob: e6b3c8eb1fb07c5d7f67af3f87e1d4494909d8d2 (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
{
    "name":"ParticipantParameterGroup",
    "participantStatusParameters":{
        "timeIntervalMs":10000,
        "description":"Participant Status",
        "participantId":{
            "name": "PolicyParticipant0",
            "version":"1.0.0"
        },
        "participantType":{
            "name": "org.onap.policy.controlloop.PolicyControlLoopParticipant",
            "version":"2.3.1"
        },
        "participantDefinition":{
            "name": "org.onap.policy.controlloop.PolicyControlLoopParticipant",
            "version":"2.3.1"
        }
    },
    "topicParameterGroup": {
        "topicSources" : [{
            "topic" : "POLICY-CLRUNTIME-PARTICIPANT",
            "servers" : [ "127.0.0.1:3904" ],
            "topicCommInfrastructure" : "dmaap"
        }],
        "topicSinks" : [{
            "topic" : "POLICY-CLRUNTIME-PARTICIPANT",
            "servers" : [ "127.0.0.1:3904" ],
            "topicCommInfrastructure" : "dmaap"
        }]
    }
}