Add OOM update so-openstack-adapter override.yaml
[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 aai:
15   auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
16   endpoint: https://aai.{{ include "common.namespace" . }}:8443
17 server:
18   port: {{ index .Values.containerPort }}
19 spring:
20   security:
21     usercredentials:
22     -
23       username: sdnc
24       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
25       role: SDNC-Client
26     -
27       username: sitecontrol
28       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
29       role: SiteControl-Client
30     -
31       username: bpel
32       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
33       role: BPEL-Client
34     -
35       username: sniro
36       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
37       role: SNIRO-Client
38     -
39       username: apih
40       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
41       role: MSO-Client
42     -
43       username: mso_admin
44       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
45       role: ACTUATOR
46 org:
47   onap:
48     so:
49       adapters:
50         default_keystone_url_version: /v2.0
51         default_keystone_reg_ex: "/[vV][0-9]"
52         vnf:
53           bpelauth: D1A67FA93B6A6419132D0F83CC771AF774FD3C60853C50C22C8C6FC5088CC79E9E81EDE9EA39F22B2F66A0068E
54           checkRequiredParameters: true
55           addGetFilesOnVolumeReq: false
56           sockettimeout: 30
57           connecttimeout: 30
58           retrycount: 5
59           retryinterval: -15
60           retrylist: 408,429,500,502,503,504,900
61           valet_enabled: false
62           fail_requests_on_valet_failure: false
63         network:
64           bpelauth: D1A67FA93B6A6419132D0F83CC771AF774FD3C60853C50C22C8C6FC5088CC79E9E81EDE9EA39F22B2F66A0068E
65           sockettimeout: 5
66           connecttimeout: 5
67           retrycount: 5
68           retryinterval: -15
69           retrylist: 408,429,500,502,503,504,900
70           encryptionKey: 07a7159d3bf51a0e53be7a8f89699be7
71         tenant:
72           default_keystone_url_version: /v2.0
73           default_keystone_reg_ex: "/[vV][0-9]"
74           default_tenant_description: Tenant
75           default_region_type: single
76           default_user_role: admin
77           default_success_status_string: Success
78           default_no_regions_status_string: no regions
79           default_quota_value: 10
80           set_default_quota: false
81 ecomp:
82   mso:
83     adapters:
84       po:
85         retryCodes: 504
86         retryDelay: 5
87         retryCount: 3
88         pollTimeout: 7500
89         pollInterval: 15
90 mso:
91   auth: BEA8637716A7EB617DF472BA6552D22F68C1CB17B0D094D77DDA562F4ADAAC4457CAB848E1A4
92   logPath: ./logs/openstack
93   msb-ip: msb-iag.{{ include "common.namespace" . }}
94   msb-port: 80
95   workflow:
96     endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine
97   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
98   config:
99     cadi:
100       aafId: poBpmn
101   catalog:
102     db:
103       spring:
104         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
105   db:
106     auth: Basic YnBlbDpwYXNzd29yZDEk
107   site-name: localDevEnv
108   async:
109     core-pool-size: 50
110     max-pool-size: 50
111     queue-capacity: 500