diff options
author | Marco Platania <platania@research.att.com> | 2017-09-28 13:07:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-28 13:07:36 +0000 |
commit | 99065b70e22d2cbaebc01df6295531273024737a (patch) | |
tree | 2e596690742346aabcd50f31cb0b1eb2cb3f76e0 /boot | |
parent | a64fa04ad9ef33ee50ec6ff8c0b458c62ae79f78 (diff) | |
parent | a61046f9ae9639b666f734c4334bc4bf97bf076d (diff) |
Merge "Register ONAP Services to MSB"
Diffstat (limited to 'boot')
-rw-r--r-- | boot/msb_vm_init.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/boot/msb_vm_init.sh b/boot/msb_vm_init.sh index e3bf8ad6..f6a27ba5 100644 --- a/boot/msb_vm_init.sh +++ b/boot/msb_vm_init.sh @@ -111,4 +111,9 @@ curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "workflow", 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"
\ No newline at end of file +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" + +#UUI +curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "usecaseui", "version": "v1", "url": "/api/usecaseui/server/v1","protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8901"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services" + +curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "usecaseui-gui", "version": "v1", "url": "/iui/usecaseui","path": "/iui/usecaseui","protocol": "UI", "nodes": [ {"ip": "'$OPENO_IP'","port": "8900"}]}' "http://$OPENO_IP:10081/api/microservices/v1/services"
\ No newline at end of file |