[sdc] update to the current code base
[sdc.git] / sdc-os-chef / sdc-backend / chef-repo / cookbooks / sdc-catalog-be / templates / default / BE-distribution-engine-configuration.yaml.erb
1 uebServers:
2     <% node['UEB']['fqdn'].each do |conn| -%>
3         - <%= conn %>
4     <% end -%>
5
6 uebPublicKey: <%= node['UEB']['PublicKey'] %>
7 uebSecretKey: <%= node['UEB']['SecretKey'] %>
8
9 distributionNotifTopicName:  SDC-DISTR-NOTIF-TOPIC
10 distributionStatusTopicName: SDC-DISTR-STATUS-TOPIC
11
12 initRetryIntervalSec: 5
13 initMaxIntervalSec: 60
14
15 distribNotifServiceArtifactTypes:
16   info:
17       - MURANO-PKG
18
19 distribNotifResourceArtifactTypes:
20   lifecycle:
21       - HEAT
22       - DG-XML
23
24 environments:
25    - <%= node.chef_environment %>
26
27 distributionStatusTopic:
28    pollingIntervalSec: 60
29    fetchTimeSec: 15
30    consumerGroup: sdc-<%= node.chef_environment %>
31    consumerId: sdc-<%= node.chef_environment %>1
32
33
34 distributionNotificationTopic:
35    minThreadPoolSize: 0
36    maxThreadPoolSize: 10
37    maxWaitingAfterSendingSeconds: 5
38
39 createTopic:
40    partitionCount: 1
41    replicationCount: 1
42
43 startDistributionEngine: true
44
45 #This is false by default, since ONAP Dmaap currently doesn't support https
46 useHttpsWithDmaap: false