summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-04-09 11:18:38 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-04-09 11:18:38 +0800
commit1db22fa53ec0ed3919683ea574bb5dd59941f38b (patch)
treee8831d6ae40570503a3222b271a5ec3731e1384b /boot
parentdb228e6370e5257ca59e4f0e7154f45991c7defa (diff)
Register WF Designer UI Service to MSB
Register WF Designer UI Service to MSB Issue-ID: SDC-1128 Change-Id: I0a70d7e52cd7a5c93cfcaa519a6d85cbf1a64736 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'boot')
-rw-r--r--boot/msb_vm_init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/msb_vm_init.sh b/boot/msb_vm_init.sh
index dfc3b867..33cf6cb1 100644
--- a/boot/msb_vm_init.sh
+++ b/boot/msb_vm_init.sh
@@ -175,6 +175,7 @@ curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "activiti",
curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "workflow", "version": "v1", "url": "/api/workflow/v1","protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8805"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services"
curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "workflow-modeler", "version": "v1", "url": "/api/workflow-modeler/v1","protocol": "REST", "nodes": [ {"ip": "'$SDC_IP'","port": "9527"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services"
+curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "workflow-modeler-ui", "version": "v1", "url": "/workflow-modeler","path": "/workflow-modeler","protocol": "UI", "nodes": [ {"ip": "'$SDC_IP'","port": "9527"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services"
curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "catalog", "version": "v1", "url": "/api/catalog/v1","protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8806"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services"