[SO] Cleanup of SO charts
[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       consumerGroup: {{ .Values.config.kafka.sdcTopic.consumerGroup }}
72       consumerId: {{ .Values.config.kafka.sdcTopic.clientId }}
73       environmentName: AUTO
74       sdcAddress: sdc-be.{{ include "common.namespace" . }}:8080
75       password: {{ index .Values "mso" "asdc-connections" "asdc-controller1" "password" }}
76       pollingInterval: 60
77       pollingTimeout: 60
78       relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL
79       useHttpsWithSdc: false
80       activateServerTLSAuth: false
81       keyStorePassword:
82       keyStorePath:
83       watchDogTimeout: 300
84       isFitlerInEmptyResources: true
85       httpsProxyHost:
86       httpProxyHost:
87       httpsProxyPort: 0
88       httpProxyPort: 0
89   asdc:
90     config:
91       activity:
92         endpoint: http://sdc-wfd-be:8080
93       key: {{ .Values.mso.asdc.config.key }}
94       components:
95         count: 3,
96         componentNames: SO,AAI,SDNC
97   scheduling:
98     enabled: false