Merge "[DOC] Update OOM Quick Start Guide documentation section"
[oom.git] / kubernetes / so / components / so-openstack-adapter / resources / config / overrides / override.yaml
1 {{/*
2 # Copyright © 2018 AT&T USA
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 */}}
16 aai:
17   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.aai.auth )}}
18   endpoint: https://aai.{{ include "common.namespace" . }}:8443
19 server:
20   port: {{ index .Values.containerPort }}
21 spring:
22   datasource:
23     hikari:
24       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
25       username: ${DB_USERNAME}
26       password: ${DB_PASSWORD}
27       driver-class-name: org.mariadb.jdbc.Driver
28       pool-name: catdb-pool
29       registerMbeans: false
30   security:
31     usercredentials:
32     -
33       username: sdnc
34       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
35       role: SDNC-Client
36     -
37       username: sitecontrol
38       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
39       role: SiteControl-Client
40     -
41       username: bpel
42       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
43       role: BPEL-Client
44     -
45       username: sniro
46       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
47       role: SNIRO-Client
48     -
49       username: apih
50       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
51       role: MSO-Client
52     -
53       username: mso_admin
54       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
55       role: ACTUATOR
56 org:
57   onap:
58     so:
59       adapters:
60         default_keystone_url_version: /v2.0
61         default_keystone_reg_ex: "/[vV][0-9]"
62         vnf:
63           bpelauth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.org.onap.so.adapters.bpelauth )}}
64           checkRequiredParameters: true
65           addGetFilesOnVolumeReq: false
66           sockettimeout: 30
67           connecttimeout: 30
68           retrycount: 5
69           retryinterval: -15
70           retrylist: 408,429,500,502,503,504,900
71           valet_enabled: false
72           fail_requests_on_valet_failure: false
73         network:
74           bpelauth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.org.onap.so.adapters.bpelauth )}}
75           sockettimeout: 5
76           connecttimeout: 5
77           retrycount: 5
78           retryinterval: -15
79           retrylist: 408,429,500,502,503,504,900
80           encryptionKey: 07a7159d3bf51a0e53be7a8f89699be7
81         tenant:
82           default_keystone_url_version: /v2.0
83           default_keystone_reg_ex: "/[vV][0-9]"
84           default_tenant_description: Tenant
85           default_region_type: single
86           default_user_role: admin
87           default_success_status_string: Success
88           default_no_regions_status_string: no regions
89           default_quota_value: 10
90           set_default_quota: false
91 ecomp:
92   mso:
93     adapters:
94       po:
95         retryCodes: 504
96         retryDelay: 5
97         retryCount: 3
98         pollTimeout: 7500
99         pollInterval: 15
100 mso:
101   adapters:
102     requestDb:
103       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
104       auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.db.auth )}}
105   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.aaf.auth.encrypted "value2" .Values.mso.auth )}}
106   logPath: ./logs/openstack
107   msb-ip: msb-iag
108   msb-port: 443
109   msb-scheme: https
110   workflow:
111     endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine
112   msoKey: {{ .Values.mso.msoKey }}
113   config:
114     {{ if eq .Values.global.security.aaf.enabled true }}
115     cadi: {{ include "so.cadi.keys" . | nindent 8}}
116     {{- else }}
117     cadi:
118       aafId: {{ .Values.mso.basicUser }}
119     {{- end }}
120   catalog:
121     db:
122       spring:
123         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
124   db:
125     auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.db.auth )}}
126   site-name: localDevEnv
127   async:
128     core-pool-size: 50
129     max-pool-size: 50
130     queue-capacity: 500