aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/smoke/files/participant-kubernetes-application.yaml
blob: 9b25c615067904332b1d5d7d0892a47641522576 (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
participant:
  localChartDirectory: /home/policy/local-charts
  infoFileName: CHART_INFO.json
  intermediaryParameters:
    reportingTimeIntervalMs: 120000
    description: Participant Description
    participantId: 101c62b3-8918-41b9-a747-d21eb79c6c02
    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.K8SMicroserviceAutomationCompositionElement
        typeVersion: 1.0.0