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