summaryrefslogtreecommitdiffstats
path: root/common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml
blob: a4ce7cc08cc875e118c59e49e2ac5e8b6078a168 (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
31
32
33
34
35
uebServers:
   - ueb.fqdn.1:8888
   - ueb.fqdn.2:8888
   - ueb.fqdn.3:8888

uebPublicKey: fff

uebSecretKey: ffff

distributionNotifTopicName: ASDC-DISTR-NOTIF-TOPIC
distributionStatusTopicName: ASDC-DISTR-STATUS-TOPIC

initRetryIntervalSec: 5
initMaxIntervalSec: 60

distribNotifServiceArtifactTypes:
  info:
      - MURANO-PKG

distribNotifResourceArtifactTypes:
  lifecycle:
      - HEAT
      - DG_XML

environments:
   - PROD

distributionStatusTopic:
   pollingIntervalSec: 60
   fetchTimeSec: 15
   consumerGroup: asdc

createTopic:
   partitionCount: 1
   replicationCount: 1