diff options
author | YuanHu <yuan.hu1@zte.com.cn> | 2018-03-28 14:57:42 +0800 |
---|---|---|
committer | YuanHu <yuan.hu1@zte.com.cn> | 2018-03-28 15:14:58 +0800 |
commit | de298d8883b4485c1fbf97c77c2cbeaf80e60f66 (patch) | |
tree | d6c88678311b3f4615191cdfde8451675cd3452d /boot | |
parent | ae54354b42b5aa58017ca9232b8fa63ebef54833 (diff) |
Update MSB Registration Info.
Update MSB Registration Info.
Issue-ID: SDC-1128
Change-Id: I8718de9dbef9dcbfe4de2889facbef8ae9e0c322
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/msb_vm_init.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |