aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/test/resources/application-test.yaml
blob: 8d27aa93ed2120d5dc1fb891080570093fc50ac8 (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:
            - localhost
          topicCommInfrastructure: dmaap
      topicSinks:
        -
          topic: POLICY-ACRUNTIME-PARTICIPANT
          servers:
            - localhost
          topicCommInfrastructure: dmaap
      name: AutomationComposition Topics
    participantSupportedElementTypes:
      -
        typeName: org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement
        typeVersion: 1.0.0