[CONSUL] Add limits to consul chart.
[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: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.aai.auth )}}
16   endpoint: https://aai.{{ include "common.namespace" . }}:8443
17 server:
18   port: {{ index .Values.containerPort }}
19 spring:
20   datasource:
21     hikari:
22       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
23       username: ${DB_USERNAME}
24       password: ${DB_PASSWORD}
25       driver-class-name: org.mariadb.jdbc.Driver
26       pool-name: catdb-pool
27       registerMbeans: false
28   security:
29     usercredentials:
30     -
31       username: sdnc
32       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
33       role: SDNC-Client
34     -
35       username: sitecontrol
36       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
37       role: SiteControl-Client
38     -
39       username: bpel
40       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
41       role: BPEL-Client
42     -
43       username: sniro
44       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
45       role: SNIRO-Client
46     -
47       username: apih
48       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
49       role: MSO-Client
50     -
51       username: mso_admin
52       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
53       role: ACTUATOR
54 org:
55   onap:
56     so:
57       adapters:
58         default_keystone_url_version: /v2.0
59         default_keystone_reg_ex: "/[vV][0-9]"
60         vnf:
61           bpelauth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.org.onap.so.adapters.bpelauth )}}
62           checkRequiredParameters: true
63           addGetFilesOnVolumeReq: false
64           sockettimeout: 30
65           connecttimeout: 30
66           retrycount: 5
67           retryinterval: -15
68           retrylist: 408,429,500,502,503,504,900
69           valet_enabled: false
70           fail_requests_on_valet_failure: false
71         network:
72           bpelauth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.org.onap.so.adapters.bpelauth )}}
73           sockettimeout: 5
74           connecttimeout: 5
75           retrycount: 5
76           retryinterval: -15
77           retrylist: 408,429,500,502,503,504,900
78           encryptionKey: 07a7159d3bf51a0e53be7a8f89699be7
79         tenant:
80           default_keystone_url_version: /v2.0
81           default_keystone_reg_ex: "/[vV][0-9]"
82           default_tenant_description: Tenant
83           default_region_type: single
84           default_user_role: admin
85           default_success_status_string: Success
86           default_no_regions_status_string: no regions
87           default_quota_value: 10
88           set_default_quota: false
89 ecomp:
90   mso:
91     adapters:
92       po:
93         retryCodes: 504
94         retryDelay: 5
95         retryCount: 3
96         pollTimeout: 7500
97         pollInterval: 15
98 mso:
99   adapters:
100     requestDb:
101       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
102       auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.db.auth )}}
103   auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.aaf.auth.encrypted "value2" .Values.mso.auth )}}
104   logPath: ./logs/openstack
105   msb-ip: msb-iag
106   msb-port: 443
107   msb-scheme: https
108   workflow:
109     endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine
110   msoKey: {{ .Values.mso.msoKey }}
111   config:
112     {{ if eq .Values.global.security.aaf.enabled true }}
113     cadi: {{ include "cadi.keys" . | nindent 8}}
114     {{- else }}
115     cadi:
116       aafId: {{ .Values.mso.basicUser }}
117     {{- end }}
118   catalog:
119     db:
120       spring:
121         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
122   db:
123     auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.db.auth )}}
124   site-name: localDevEnv
125   async:
126     core-pool-size: 50
127     max-pool-size: 50
128     queue-capacity: 500