[DMAAP] DMaaP ServiceMesh compatibility
[oom.git] / kubernetes / so / components / so-etsi-sol003-adapter / resources / config / overrides / override.yaml
1 {{/*
2 # Copyright © 2019 Nordix Foundation
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.header "value2" .Values.aai.auth )}}
18   version: v15
19   endpoint: https://aai.{{ include "common.namespace" . }}:8443
20 spring:
21   security:
22     usercredentials:
23     - username: vnfm
24       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
25       role: BPEL-Client
26     - username: mso_admin
27       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
28       role: ACTUATOR
29 server:
30   port: {{ index .Values.containerPort }}
31   ssl:
32     enabled: false
33 mso:
34   key: {{ .Values.mso.key }}
35   site-name: localSite
36   logPath: ./logs/etsi-sol003-adapter
37   config:
38     cadi: {{ include "so.cadi.keys" . | nindent 8}}
39   msb-ip: msb-iag
40   msb-port: 80
41 sdc:
42   username: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.aaf.auth.username "value2" .Values.sdc.username )}}
43   password: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.aaf.auth.password "value2" .Values.sdc.password )}}
44   key: {{ .Values.sdc.key }}
45   endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443
46 vnfmadapter:
47   endpoint: http://so-etsi-sol003-adapter.{{ include "common.namespace" . }}:9092
48 etsi-catalog-manager:
49   vnfpkgm:
50   {{- if .Values.global.msbEnabled }}
51     endpoint: https://msb-iag:443/api/vnfpkgm/v1
52   http:
53     client:
54       ssl:
55         trust-store: file:${TRUSTSTORE}
56         trust-store-password: ${TRUSTSTORE_PASSWORD}
57   {{- else }}
58     endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api/vnfpkgm/v1
59   {{- end }}