Merge "Deployment charts for multicloud-azure plugin"
[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: 2630606608347B7124C244AB0FE34F6F
16 server:
17   port: 8085
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   adapters:
61     requestDb:
62       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
63       auth: Basic YnBlbDpwYXNzd29yZDEk
64   aai:
65     endpoint: https://aai.{{ include "common.namespace" . }}:8443
66   asdc-connections:
67     asdc-controller1:
68       user: mso
69       consumerGroup: SO-OpenSource-Env11
70       consumerId: SO-COpenSource-Env11
71       environmentName: AUTO
72       asdcAddress: sdc-be.{{ include "common.namespace" . }}:8443
73       password: 613AF3483E695524F9857643B697FA51C7A9A0951094F53791485BF3458F9EADA37DBACCCEBD0CB242B85B4062745247
74       pollingInterval: 60
75       pollingTimeout: 60
76       relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL
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       key: 566B754875657232314F5548556D3665
86       components:
87         count: 3,
88         componentNames: SO,AAI,SDNC
89   scheduling:
90     enabled: false