Merge "Add config file for pkcs11"
[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://c1.vm1.mso.simpledemo.onap.org:8082
57   db:
58     auth: Basic YnBlbDpwYXNzd29yZDEk
59   site-name: onapheat
60   aai:
61     endpoint: https://aai.api.simpledemo.onap.org:8443
62   asdc-connections:
63     asdc-controller1:
64       user: mso
65       consumerGroup: sdc-OpenSource-Env1
66       consumerId: sdc-COpenSource-Env11
67       environmentName: AUTO
68       asdcAddress: c2.vm1.sdc.simpledemo.onap.org:8443
69       password: 613AF3483E695524F9857643B697FA51C7A9A0951094F53791485BF3458F9EADA37DBACCCEBD0CB242B85B4062745247
70       pollingInterval: 60
71       pollingTimeout: 60
72       relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL
73       activateServerTLSAuth: false
74       keyStorePassword:
75       keyStorePath:
76       watchDogTimeout: 60
77       isFitlerInEmptyResources: true
78       messageBusAddress: vm1.mr.simpledemo.onap.org,vm1.mr.simpledemo.onap.org
79   asdc:
80     config:
81       key: 566B754875657232314F5548556D3665
82       components:
83         count: 3,
84         componentNames: SO,AAI,SDNC
85   scheduling:
86     enabled: false