summaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/test/resources/application-test.yaml
blob: 79bc5969a56fab148b2e6583f87f27d873bbb8d8 (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
server:
  error:
    path: /error

participant:
  name: AutomationCompositionParticipant Kubernetes Test
  intermediaryParameters:
    name: Participant parameters
    description: Participant Description
    reportingTimeInterval: 120000
    participantId: 101c62b3-8918-41b9-a747-d21eb79c6c02
    clampAutomationCompositionTopics:
      topicSources:
        -
          topic: policy-acruntime-participant
          fetchTimeout: 15000
          servers:
            - kafka:9092
          topicCommInfrastructure: NOOP
      topicSinks:
        -
          topic: policy-acruntime-participant
          servers:
            - kafka:9092
          topicCommInfrastructure: NOOP
      name: AutomationComposition Topics
    participantSupportedElementTypes:
      -
        typeName: org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement
        typeVersion: 1.0.0