6ec594f2554461932e74aaaee65562254de01876
[policy/docker.git] / compose / config / clamp / SimulatorParticipantParameters.yaml
1 spring:
2   security:
3     user:
4       name: participantUser
5       password: zb!XztG34
6   autoconfigure:
7     exclude:
8       - org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
9       - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
10       - org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
11       - org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
12
13 security:
14   enable-csrf: false
15 participant:
16   intermediaryParameters:
17     reportingTimeIntervalMs: 120000
18     description: Participant Description
19     participantId: ${participantId:101c62b3-8918-41b9-a747-d21eb79c6c90}
20     clampAutomationCompositionTopics:
21       topicSources:
22         - topic: POLICY-ACRUNTIME-PARTICIPANT
23           servers:
24             - ${topicServer:message-router}
25           topicCommInfrastructure: dmaap
26           fetchTimeout: 15000
27           useHttps: false
28       topicSinks:
29         - topic: POLICY-ACRUNTIME-PARTICIPANT
30           servers:
31             - ${topicServer:message-router}
32           topicCommInfrastructure: dmaap
33           useHttps: false
34     participantSupportedElementTypes:
35       -
36         typeName: ${supportedElementTypeName:org.onap.policy.clamp.acm.SimAutomationCompositionElement}
37         typeVersion: ${supportedElementTypeVersion:1.0.0}
38
39 management:
40   endpoints:
41     web:
42       base-path: /
43       exposure:
44         include: health, metrics, prometheus
45 server:
46   port: 6969
47   ssl:
48     enabled: false
49   servlet:
50     context-path: /onap/policy/clamp/acm/simparticipant