bee68e64707d470f5ba70d35620553c5bdc73c05
[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 mso:
36   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
37   logPath: ./logs/sdc
38   catalog:
39     db:
40       spring:
41         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
42   db:
43     auth: Basic YnBlbDpwYXNzd29yZDEk
44   site-name: onapheat
45   camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
46   adapters:
47     requestDb:
48       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
49       auth: Basic YnBlbDpwYXNzd29yZDEk
50   aai:
51     endpoint: https://aai.{{ include "common.namespace" . }}:8443
52   asdc-connections:
53     asdc-controller1:
54       user: mso
55       consumerGroup: SO-OpenSource-Env11
56       consumerId: SO-COpenSource-Env11
57       environmentName: AUTO
58       asdcAddress: sdc-be.{{ include "common.namespace" . }}:8443
59       password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F
60       pollingInterval: 60
61       pollingTimeout: 60
62       relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL
63       useHttpsWithDmaap: false
64       activateServerTLSAuth: false
65       keyStorePassword:
66       keyStorePath:
67       watchDogTimeout: 300
68       isFitlerInEmptyResources: true
69       messageBusAddress: message-router.{{ include "common.namespace" . }},message-router.{{ include "common.namespace" . }}
70   asdc:
71     config:
72       key: 566B754875657232314F5548556D3665
73       components:
74         count: 3,
75         componentNames: SO,AAI,SDNC
76   scheduling:
77     enabled: false