aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorAndrewLamb <andrew.a.lamb@est.tech>2020-11-10 10:36:52 +0000
committerAndrewLamb <andrew.a.lamb@est.tech>2020-11-10 10:38:19 +0000
commit92c2d393717bec6840f8a6c48342069391d3eb19 (patch)
treecd52f40cb89cf34c64ae41a3aa0b08b38bb6af4e /kubernetes
parent7623a932f4b725cab55386aaa640a1450deca0d3 (diff)
[SO] Register Etsi Nfvo in MSB
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>
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml
index 82ba0844e8..0612f506c5 100644
--- a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml
+++ b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml
@@ -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 }}