blob: 7af7d6086765e6094f634058a1e2ae172bd13926 (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
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
kafkaBootStrapServers: kafka-bootstrap:9092
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
aaiConfig:
httpRequestConfig:
serverRootUrl: https://127.0.0.1/aai/v1
resourceNamespaces:
operationalEnvironments: /aai/cloud-infrastructure/operational-environments
httpClientConfig:
timeouts:
readTimeoutMs: 5000
connectTimeoutMs: 1000
clientCertificate:
keyStore: /opt/app/jetty/base/be/etc/non-prod.jks
keyStorePassword: hmXYcznAljMSisdy8zgcag==
headers:
X-FromAppId: asdc
numOfRetries: 3
msoConfig:
httpRequestConfig:
serverRootUrl: http://127.0.0.1:8080/onap/so/infra/modelDistributions/v1
resourceNamespaces:
distributions: /distributions
httpClientConfig:
timeouts:
readTimeoutMs: 2000
connectTimeoutMs: 500
basicAuthorization:
userName: asdc
password: OTLEp5lfVhYdyw5EAtTUBQ==
numOfRetries: 3
|