blob: 1b21d8b5712ac5a18a58dc7f8cf3e732bd21f761 (
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
# will be used as entry in DB to say SITE OFF/ON for healthcheck
server-port: 8080
ssl-enable: false
# H2
spring:
datasource:
jdbc-url: jdbc:mariadb://localhost:3306/catalogdb
username: root
password: password
driver-class-name: org.mariadb.jdbc.Driver
initialize: true
jpa:
show-sql: true
hibernate:
ddl-auto: validate
naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
enable-lazy-load-no-trans: true
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
security:
usercredentials:
-
username: asdc
password: '$2a$12$4R2QhxH7elzoZYoC.HJKTOHYDoaC9LbJD44Q9/tm4t/UzPF9Cgifi'
role: Asdc-Client
-
username: mso_admin
password: '$2a$12$tidKuu.h88E2nuL95pTVY.ZOYMN/1dp29A9b1o.0GFDsVVSYlMkHa'
role: ACTUATOR
request:
datasource:
jdbc-url: jdbc:mariadb://localhost:3306/requestdb
username: root
password: password
driver-class-name: org.mariadb.jdbc.Driver
initialize: true
initialization-mode: never
#Actuator
management:
endpoints:
web:
base-path: /manage
server:
servlet:
context-path: /manage
metrics:
se-global-registry: false
export:
prometheus:
enabled: true # Whether exporting of metrics to Prometheus is enabled.
step: 1m # Step size (i.e. reporting frequency) to use.
mso:
logPath: logs
catalog:
db:
spring:
endpoint: "http://localhost:8090"
db:
auth: Basic YnBlbDptc28tZGItMTUwNyE=
site-name: siteName
aai:
endpoint: https://localhost:8443
asdc-connections:
asdc-controller1:
user: msopreist
consumerGroup: msoasdc-id-local
consumerId: msoasdc-id-local
environmentName: Pre-IST
asdcAddress: localhost:8443
password: CB655C3C236F1F0370A347E3A0E0E133BE10ADCF4D16377E7378D3FE46A4BF60C27DF1FFB4
pollingInterval: 30
pollingTimeout: 30
relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL
useHttpsWithDmaap: true
activateServerTLSAuth: false
keyStorePassword:
keyStorePath:
watchDogTimeout: 1
isFitlerInEmptyResources: true
messageBusAddress: localhost,localhost,localhost
asdc:
config:
key: 566B754875657232314F5548556D3665
components:
count: 3,
componentNames: SO,AAI,SDNC
scheduling:
enabled: false
|