diff options
author | Marco Platania <platania@research.att.com> | 2017-10-26 13:40:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-26 13:40:14 +0000 |
commit | b0a7294e34a42ae3fdfaba25307da965cca015c2 (patch) | |
tree | ad25716a57d794f145d747ead62537efdcf87cf0 /boot | |
parent | 075b60d048c9e3a25424265d30ddd7a89e62a197 (diff) | |
parent | 0c7f29ae19970a0161573af7e591be6f11c27e1d (diff) |
Merge "Change the url of activiti workflow engine service"
Diffstat (limited to 'boot')
-rw-r--r-- | boot/msb_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/msb_vm_init.sh b/boot/msb_vm_init.sh index da98f42a..b80267cd 100644 --- a/boot/msb_vm_init.sh +++ b/boot/msb_vm_init.sh @@ -119,7 +119,7 @@ curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "vnfres", " curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "vnfmgr", "version": "v1", "url": "/api/vnfmgr/v1","protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8803"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services" -curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "activiti", "version": "v1", "url": "/api/activiti/v1","protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8804"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services" +curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "activiti", "version": "v1", "url": "/activiti-rest", "path": "/activiti-rest" "protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8804"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services" 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" |