[SO] Register Etsi Nfvo in MSB 32/114732/1
authorAndrewLamb <andrew.a.lamb@est.tech>
Tue, 10 Nov 2020 10:36:52 +0000 (10:36 +0000)
committerAndrewLamb <andrew.a.lamb@est.tech>
Tue, 10 Nov 2020 10:38:19 +0000 (10:38 +0000)
Small change so that NFVO registers in MSB correctly

Issue-ID: SO-3225
Change-Id: If734b1455cb5a9a31ec64f2df92ddd8239004bea
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml

index 82ba084..0612f50 100644 (file)
@@ -94,13 +94,13 @@ service:
   annotations:
     service.alpha.kubernetes.io/tolerate-unready-endpoints: 'true'
     msb.onap.org/service-info: |
-      {{ if not .Values.global.msbDisabled -}}[
+      {{ if .Values.global.msbEnabled -}}[
         {
           "serviceName": "{{ include "common.servicename" . }}",
           "version": "v1",
           "url": "/so/so-etsi-nfvo-ns-lcm/v1",
           "protocol": "REST",
-          "port": "{{ include "common.getPort" (dict "global" . "name" "nfvo-nslcm-port") }}",
+          "port": "{{ include "common.getPort" (dict "global" . "name" "http-api") }}",
           "visualRange":"1"
         }
       ]{{ end }}