Fixed issue found in integration testing
[oom.git] / kubernetes / so / charts / so-vnfm-adapter / resources / config / overrides / override.yaml
1 # Copyright © 2019 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 aai:
15   auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
16   version: v15
17   endpoint: https://aai.{{ include "common.namespace" . }}:8443
18 spring:
19   security:
20     usercredentials:
21     - username: vnfm
22       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
23       role: BPEL-Client
24     - username: mso_admin
25       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
26       role: ACTUATOR
27 server:
28     port: {{ index .Values.containerPort }}
29 mso:
30   key: 07a7159d3bf51a0e53be7a8f89699be7
31   site-name: localSite
32   logPath: ./logs/vnfm-adapter
33   msb-ip: msb-iag.{{ include "common.namespace" . }}
34   msb-port: 80
35 sdc:
36   username: mso
37   password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F
38   key: 566B754875657232314F5548556D3665
39   endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443
40 vnfmadapter:
41   endpoint: http://so-vnfm-adapter.{{ include "common.namespace" . }}:9092