so-minitoring po startup issue
[oom.git] / kubernetes / so / charts / so-openstack-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 spring:
17   datasource:
18     url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
19     username: ${DB_ADMIN_USERNAME}
20     password: ${DB_ADMIN_PASSWORD}
21     driver-class-name: org.mariadb.jdbc.Driver
22     dbcp2:
23       initial-size: 5
24       max-total: 20
25       validation-query: select 1
26       test-on-borrow: true
27   security:
28     usercredentials:
29     -
30       username: sdnc
31       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
32       role: SDNC-Client
33     -
34       username: sitecontrol
35       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
36       role: SiteControl-Client
37     -
38       username: bpel
39       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
40       role: BPEL-Client
41     -
42       username: sniro
43       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
44       role: SNIRO-Client
45     -
46       username: apih
47       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
48       role: MSO-Client
49     -
50       username: mso_admin
51       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
52       role: ACTUATOR
53 org:
54   onap:
55     so:
56       adapters:
57         default_keystone_url_version: /v2.0
58         default_keystone_reg_ex: "/[vV][0-9]"
59         vnf:
60           bpelauth: A7FC9B308B7AF7A269072BA729A345625E0381E3071DE7EE50603677CB69C515
61           checkRequiredParameters: true
62           addGetFilesOnVolumeReq: false
63           sockettimeout: 30
64           connecttimeout: 30
65           retrycount: 5
66           retryinterval: -15
67           retrylist: 408,429,500,502,503,504,900
68           valet_enabled: false
69           fail_requests_on_valet_failure: false
70         network:
71           bpelauth: A7FC9B308B7AF7A269072BA729A345625E0381E3071DE7EE50603677CB69C515
72           sockettimeout: 5
73           connecttimeout: 5
74           retrycount: 5
75           retryinterval: -15
76           retrylist: 408,429,500,502,503,504,900
77         tenant:
78           default_keystone_url_version: /v2.0
79           default_keystone_reg_ex: "/[vV][0-9]"
80           default_tenant_description: Tenant
81           default_region_type: single
82           default_user_role: admin
83           default_success_status_string: Success
84           default_no_regions_status_string: no regions
85           default_quota_value: 10
86           set_default_quota: false
87 ecomp:
88   mso:
89     adapters:
90       po:
91         retryCodes: 504
92         retryDelay: 5
93         retryCount: 3
94         pollTimeout: 7500
95         pollInterval: 15
96 mso:
97   logPath: ./logs/openstack
98   catalog:
99     db:
100       spring:
101         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
102   db:
103     auth: Basic YnBlbDpwYXNzd29yZDEk
104   site-name: localDevEnv
105   async:
106     core-pool-size: 50
107     max-pool-size: 50
108     queue-capacity: 500
109 cloud_config:
110   identity_services:
111     RAX_KEYSTONE:
112       identity_url: "https://identity.api.rackspacecloud.com/v2.0"
113       mso_id: "RACKSPACE_ACCOUNT_ID"
114       mso_pass: "RACKSPACE_ACCOUNT_APIKEY"
115       admin_tenant: "{{ .Values.config.openStackServiceTenantName }}"
116       member_role: "admin"
117       tenant_metadata: true
118       identity_server_type: "KEYSTONE"
119       identity_authentication_type: "RACKSPACE_APIKEY"
120     DEFAULT_KEYSTONE:
121       identity_url: "{{ .Values.config.openStackKeyStoneUrl }}"
122       mso_id: "{{ .Values.config.openStackUserName }}"
123       mso_pass: "{{ .Values.config.openStackEncryptedPasswordHere }}"
124       admin_tenant: "{{ .Values.config.openStackServiceTenantName }}"
125       member_role: "admin"
126       tenant_metadata: true
127       identity_server_type: "KEYSTONE"
128       identity_authentication_type: "USERNAME_PASSWORD"
129   cloud_sites:
130     Dallas:
131       region_id: "DFW"
132       clli: "DFW"
133       aic_version: "2.5"
134       identity_service_id: "RAX_KEYSTONE"
135     Northern Virginia:
136       region_id: "IAD"
137       clli: "IAD"
138       aic_version: "2.5"
139       identity_service_id: "RAX_KEYSTONE"
140     Chicago:
141       region_id: "ORD"
142       clli: "ORD"
143       aic_version: "2.5"
144       identity_service_id: "RAX_KEYSTONE"
145     RegionOne:
146       region_id: "RegionOne"
147       clli: "RegionOne"
148       aic_version: "2.5"
149       identity_service_id: "DEFAULT_KEYSTONE"
150     DEFAULT:
151       region_id: "{{ .Values.config.openStackRegion }}"
152       clli: "{{ .Values.config.openStackRegion }}"
153       aic_version: "2.5"
154       identity_service_id: "DEFAULT_KEYSTONE"