Update SO-VNFM-Adapter override.yaml for ETSI 14/100014/9
authorrope252 <gareth.roper@est.tech>
Thu, 2 Jan 2020 11:03:59 +0000 (11:03 +0000)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 15 Jan 2020 08:34:26 +0000 (09:34 +0100)
Change-Id: I6b99ccf9bd50d2ec50693df9d4122417b22bcf7a
Issue-ID: SO-2575
Signed-off-by: rope252 <gareth.roper@est.tech>
kubernetes/so/charts/so-vnfm-adapter/resources/config/overrides/override.yaml
kubernetes/so/values.yaml

index 760fa16..5213700 100755 (executable)
@@ -49,3 +49,11 @@ sdc:
   endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443
 vnfmadapter:
   endpoint: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092
+etsi-catalog-manager:
+  vnfpkgm:
+  {{- if .Values.global.msbEnabled }}
+    endpoint: http://msb-iag.{{ include "common.namespace" . }}:80/api/vnfpkgm/v1
+  {{- else }}
+    endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api/vnfpkgm/v1
+  {{- end }}
+
index 9d5ff42..9af34af 100755 (executable)
@@ -38,6 +38,7 @@ global:
     dbPort: 3306
     dbUser: root
     dbPassword: secretpassword
+  msbEnabled: true
 
 #################################################################
 # Application configuration defaults.
@@ -113,4 +114,4 @@ ingress:
       name: "so"
       port: 8080
   config:
-    ssl: "none"
\ No newline at end of file
+    ssl: "none"