f5672ebc1e41fdde5d8807237f24256289bd9053
[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: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
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: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F
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