[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM
[oom.git] / kubernetes / so / components / so-etsi-nfvo-ns-lcm / resources / config / overrides / override.yaml
1 # Copyright © 2020 Nordix Foundation
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
15 aai:
16   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.aai.auth )}}
17   version: v19
18   endpoint: https://aai.{{ include "common.namespace" . }}:8443
19 spring:
20   security:
21     usercredentials:
22     - username: ${ETSI_NFVO_USERNAME}
23       password: ${ETSI_NFVO_PASSWORD}
24       role: ETSI-NFVO-Client
25 server:
26   port: {{ .Values.containerPort }}
27   tomcat:
28     max-threads: 50
29 mso:
30   key: {{ .Values.mso.key }}
31 so:
32   adapters:
33     sol003-adapter:
34       url: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1
35       auth: {{ .Values.so.sol003.adapter.auth }}
36 etsi-catalog-manager:
37   base:
38   {{- if .Values.global.msbEnabled }}
39     endpoint: https://msb-iag:443/api
40   http:
41     client:
42       ssl:
43         trust-store: ${TRUSTSTORE}
44         trust-store-password: ${TRUSTSTORE_PASSWORD}
45   {{- else }}
46     endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api
47   {{- end }}