From de298d8883b4485c1fbf97c77c2cbeaf80e60f66 Mon Sep 17 00:00:00 2001 From: YuanHu Date: Wed, 28 Mar 2018 14:57:42 +0800 Subject: Update MSB Registration Info. Update MSB Registration Info. Issue-ID: SDC-1128 Change-Id: I8718de9dbef9dcbfe4de2889facbef8ae9e0c322 Signed-off-by: YuanHu --- boot/msb_vm_init.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot') diff --git a/boot/msb_vm_init.sh b/boot/msb_vm_init.sh index 1439d2a5..dfc3b867 100644 --- a/boot/msb_vm_init.sh +++ b/boot/msb_vm_init.sh @@ -174,6 +174,8 @@ 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": "catalog", "version": "v1", "url": "/api/catalog/v1","protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8806"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services" curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "emsdriver", "version": "v1", "url": "/api/emsdriver/v1","protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8206"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services" -- cgit 1.2.3-korg