Merge "[AAI] Add model-loader tracing config"
[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: {{ .Values.aai.auth }}
18   version: v15
19   endpoint: http://aai.{{ include "common.namespace" . }}:80
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   {{- if include "common.onServiceMesh" . }}
31   forward-headers-strategy: none
32   {{- end }}
33   port: {{ index .Values.containerPort }}
34   ssl:
35     enabled: false
36 mso:
37   key: {{ .Values.mso.key }}
38   site-name: localSite
39   logPath: ./logs/etsi-sol003-adapter
40   msb-ip: msb-iag
41   msb-port: 80
42 sdc:
43   username: {{ .Values.sdc.username }}
44   password: {{ .Values.sdc.password }}
45   key: {{ .Values.sdc.key }}
46   endpoint: http://sdc-be.{{ include "common.namespace" . }}:8080
47 vnfmadapter:
48   endpoint: http://so-etsi-sol003-adapter.{{ include "common.namespace" . }}:9092
49 etsi-catalog-manager:
50   vnfpkgm:
51   {{- if .Values.global.msbEnabled }}
52     endpoint: http://msb-iag:80/api
53   {{- else }}
54     endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api/vnfpkgm/v1
55   {{- end }}