aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/smoke/files/participant-sim-application.yaml
blob: 2d23c12c16c5637f01841f5ce7a766733398fcc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
participant:
  intermediaryParameters:
    reportingTimeIntervalMs: 120000
    description: Participant Description
    participantId: 101c62b3-8918-41b9-a747-d21eb79c6c90
    clampAutomationCompositionTopics:
      topicSources:
        - topic: policy-acruntime-participant
          servers:
            - ${topicServer:localhost:29092}
          topicCommInfrastructure: kafka
          fetchTimeout: 15000
      topicSinks:
        - topic: policy-acruntime-participant
          servers:
            - ${topicServer:localhost:29092}
          topicCommInfrastructure: kafka
    participantSupportedElementTypes:
      -
        typeName: org.onap.policy.clamp.acm.SimAutomationCompositionElement
        typeVersion: 1.0.0