Merge "Modify OOM Apex config for SSL"
[oom.git] / kubernetes / so / charts / 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: 65885E7C4E860E420808030D8BC653073E6782CB5026EC8F49E3E5C6F3E27F6A
16 server:
17   port: {{ index .Values.containerPort }}
18 spring:
19   datasource:
20     url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
21     username: ${DB_USERNAME}
22     password: ${DB_PASSWORD}
23     driver-class-name: org.mariadb.jdbc.Driver
24     dbcp2:
25       initial-size: 5
26       max-total: 20
27       validation-query: select 1
28       test-on-borrow: true
29   security:
30     usercredentials:
31     -
32       username: asdc
33       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
34       role: Asdc-Client
35     -
36       username: mso_admin
37       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
38       role: ACTUATOR
39 request:
40   datasource:
41     url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
42     username: ${DB_USERNAME}
43     password: ${DB_PASSWORD}
44     driver-class-name: org.mariadb.jdbc.Driver
45     dbcp2:
46       initial-size: 5
47       max-total: 20
48       validation-query: select 1
49       test-on-borrow: true
50 mso:
51   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
52   logPath: ./logs/sdc
53   catalog:
54     db:
55       spring:
56         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
57   db:
58     auth: Basic YnBlbDpwYXNzd29yZDEk
59   site-name: onapheat
60   camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
61   adapters:
62     requestDb:
63       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
64       auth: Basic YnBlbDpwYXNzd29yZDEk
65   aai:
66     endpoint: https://aai.{{ include "common.namespace" . }}:8443
67   asdc-connections:
68     asdc-controller1:
69       user: mso
70       consumerGroup: SO-OpenSource-Env11
71       consumerId: SO-COpenSource-Env11
72       environmentName: AUTO
73       asdcAddress: sdc-be.{{ include "common.namespace" . }}:8443
74       password: 613AF3483E695524F9857643B697FA51C7A9A0951094F53791485BF3458F9EADA37DBACCCEBD0CB242B85B4062745247
75       pollingInterval: 60
76       pollingTimeout: 60
77       relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL
78       activateServerTLSAuth: false
79       keyStorePassword:
80       keyStorePath:
81       watchDogTimeout: 300
82       isFitlerInEmptyResources: true
83       messageBusAddress: message-router.{{ include "common.namespace" . }},message-router.{{ include "common.namespace" . }}
84   asdc:
85     config:
86       key: 566B754875657232314F5548556D3665
87       components:
88         count: 3,
89         componentNames: SO,AAI,SDNC
90   scheduling:
91     enabled: false