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