Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / so / components / so-sdc-controller / resources / config / overrides / override.yaml
1 {{/*
2 # Copyright © 2018 AT&T USA
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 */}}
16 aai:
17   auth: {{.Values.aai.auth}}
18 server:
19   {{- if include "common.onServiceMesh" . }}
20   forward-headers-strategy: none
21   {{- end }}
22   port: {{ index .Values.containerPort }}
23 spring:
24   datasource:
25     hikari:
26       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
27       username: ${DB_USERNAME}
28       password: ${DB_PASSWORD}
29       driver-class-name: org.mariadb.jdbc.Driver
30       pool-name: catdb-pool
31       registerMbeans: false
32   security:
33     usercredentials:
34     -
35       username: asdc
36       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
37       role: Asdc-Client
38     -
39       username: mso_admin
40       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
41       role: ACTUATOR
42 request:
43   datasource:
44     hikari:
45       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
46       username: ${DB_USERNAME}
47       password: ${DB_PASSWORD}
48       driver-class-name: org.mariadb.jdbc.Driver
49       pool-name: reqdb-pool
50       registerMbeans: false
51 mso:
52   msoKey: {{ index .Values.mso.msoKey }}
53   logPath: ./logs/sdc
54   catalog:
55     db:
56       spring:
57         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
58   db:
59     auth: {{ .Values.mso.requestDb.auth }}
60   site-name: onapheat
61   camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
62   adapters:
63     requestDb:
64       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
65       auth: {{ .Values.mso.requestDb.auth }}
66   aai:
67     endpoint: http://aai.{{ include "common.namespace" . }}:80
68   asdc-connections:
69     asdc-controller1:
70       user: mso
71       {{ with (first .Values.kafkaUser.acls) }}
72       consumerId: {{ .name }}-sdc-controller
73       consumerGroup: {{ .name }}
74       {{ end }}
75       environmentName: AUTO
76       sdcAddress: sdc-be.{{ include "common.namespace" . }}:8080
77       password: {{ index .Values "mso" "asdc-connections" "asdc-controller1" "password" }}
78       pollingInterval: 60
79       pollingTimeout: 60
80       relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL
81       useHttpsWithSdc: false
82       activateServerTLSAuth: false
83       keyStorePassword:
84       keyStorePath:
85       watchDogTimeout: 300
86       isFitlerInEmptyResources: true
87       httpsProxyHost:
88       httpProxyHost:
89       httpsProxyPort: 0
90       httpProxyPort: 0
91   asdc:
92     config:
93       activity:
94         endpoint: http://sdc-wfd-be:8080
95       key: {{ .Values.mso.asdc.config.key }}
96       components:
97         count: 3,
98         componentNames: SO,AAI,SDNC
99   scheduling:
100     enabled: false