Add OOM update so-bpmn-infra's Override.yaml file
[oom.git] / kubernetes / so / charts / so-catalog-db-adapter / 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 server:
15     port: {{ index .Values.containerPort }}
16     tomcat:
17         max-threads: 50
18 ssl-enable: false
19 mso:
20   logPath: logs
21   site-name: onapheat
22   catalog:
23     db:
24       spring:
25         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
26   db:
27     auth: Basic YnBlbDpwYXNzd29yZDEk
28 spring:
29   security:
30     usercredentials:
31     -
32       username: bpel
33       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
34       role: BPEL-Client
35     -
36       username: mso_admin
37       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
38       role: ACTUATOR
39 #Actuator
40 management:
41   context-path: /manage
42 cloud_config:
43   identity_services:
44     RAX_KEYSTONE:
45       identity_url: "https://identity.api.rackspacecloud.com/v2.0"
46       mso_id: "RACKSPACE_ACCOUNT_ID"
47       mso_pass: "RACKSPACE_ACCOUNT_APIKEY"
48       admin_tenant: "{{ .Values.config.openStackServiceTenantName }}"
49       member_role: "admin"
50       tenant_metadata: true
51       identity_server_type: "KEYSTONE"
52       identity_authentication_type: "RACKSPACE_APIKEY"
53     DEFAULT_KEYSTONE:
54       identity_url: "{{ .Values.config.openStackKeyStoneUrl }}"
55       mso_id: "{{ .Values.config.openStackUserName }}"
56       mso_pass: "{{ .Values.config.openStackEncryptedPasswordHere }}"
57       admin_tenant: "{{ .Values.config.openStackServiceTenantName }}"
58       member_role: "admin"
59       tenant_metadata: true
60       identity_server_type: "KEYSTONE"
61       identity_authentication_type: "USERNAME_PASSWORD"
62   cloud_sites:
63     Dallas:
64       region_id: "DFW"
65       clli: "DFW"
66       aic_version: "2.5"
67       identity_service_id: "RAX_KEYSTONE"
68     Northern Virginia:
69       region_id: "IAD"
70       clli: "IAD"
71       aic_version: "2.5"
72       identity_service_id: "RAX_KEYSTONE"
73     Chicago:
74       region_id: "ORD"
75       clli: "ORD"
76       aic_version: "2.5"
77       identity_service_id: "RAX_KEYSTONE"
78     RegionOne:
79       region_id: "RegionOne"
80       clli: "RegionOne"
81       aic_version: "2.5"
82       identity_service_id: "DEFAULT_KEYSTONE"
83     DEFAULT:
84       region_id: "{{ .Values.config.openStackRegion }}"
85       clli: "{{ .Values.config.openStackRegion }}"
86       aic_version: "2.5"
87       identity_service_id: "DEFAULT_KEYSTONE"