From: LiZi
Date: Tue, 17 Apr 2018 12:00:39 +0000 (-0400)
Subject: Change the service name of MSB register annotation
X-Git-Tag: 2.0.0-ONAP~260^2
X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e59a29a4ac7db3edd89f65d101bbfe23812938e1;p=oom.git
Change the service name of MSB register annotation
The service name of vfc-workflow and vfc-workflow-engine are both "workflow" in MSB register annotations. Actually they are two different service.
Change-Id: I45bb3a131431bb4893c0dc992cdb008c1045cf84
Issue-ID: OOM-949
Signed-off-by: LiZi
---
diff --git a/kubernetes/vfc/charts/vfc-workflow-engine/templates/service.yaml b/kubernetes/vfc/charts/vfc-workflow-engine/templates/service.yaml
index 392cb13302..4a4ae0e402 100644
--- a/kubernetes/vfc/charts/vfc-workflow-engine/templates/service.yaml
+++ b/kubernetes/vfc/charts/vfc-workflow-engine/templates/service.yaml
@@ -25,7 +25,7 @@ metadata:
annotations:
msb.onap.org/service-info: '[
{
- "serviceName": "workflow",
+ "serviceName": "workflow-engine",
"version": "v1",
"url": "/activiti-rest",
"protocol": "REST",