diff options
author | Chengli Wang <wangchengli@chinamobile.com> | 2018-04-12 00:17:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 00:17:56 +0000 |
commit | 060092fe3d74293c2b32e333d3cd8ea7afc32add (patch) | |
tree | 9cd00b3e73a1187c8e62d71e90f88e634f5052f6 | |
parent | 11ce5590d4a49ba7c77695cdc5cba2088d6ee713 (diff) | |
parent | 1db22fa53ec0ed3919683ea574bb5dd59941f38b (diff) |
Merge "Register WF Designer UI Service to MSB"
-rw-r--r-- | boot/msb_vm_init.sh | 1 |
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" |