Set message endpoint param for vCPE SNIRO 62/72162/1
authorYang Xu <yang.xu3@huawei.com>
Thu, 8 Nov 2018 04:48:27 +0000 (23:48 -0500)
committerYang Xu <yang.xu3@huawei.com>
Thu, 8 Nov 2018 04:52:17 +0000 (23:52 -0500)
The parameter is needed as SNIRO callback uri

Change-Id: I94f02c97fe32996da09f94c92cff7cf4bc784806
Issue-ID: OOM-1515
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml

index cf554df..9f44b9b 100755 (executable)
@@ -86,6 +86,9 @@ mso:
         endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}g:8087/services/rest/v1/volume-groups
     vnf-async:
       endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/VnfAsync
+    workflow:
+      message:
+        endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/WorkflowMessage
   bpmn:
     process:
       historyTimeToLive: '30'