diff options
author | Marco Platania <platania@research.att.com> | 2018-04-13 14:17:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-13 14:17:45 +0000 |
commit | d674611eb75d10d7a0134a237497f1a035eb9a60 (patch) | |
tree | 5b435125db0617fc6c0f6e3dc95597045bec0ef4 | |
parent | 0c0dde01fe3fcf9f627974dae44804226f053089 (diff) | |
parent | 6e50d0479d269b437595095dc7a51cffbe71d20f (diff) |
Merge "Add vfc nokiav2vnfmdriver microserivce to MSB"
-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 17032e19..f84412b1 100644 --- a/boot/msb_vm_init.sh +++ b/boot/msb_vm_init.sh @@ -181,6 +181,8 @@ curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "workflow-m 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": "NokiaSVNFM", "version": "v1", "url": "/api/NokiaSVNFM/v1","protocol": "REST", "nodes": [ {"ip": "'$OPENO_IP'","port": "8089"}]}' "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" #UUI |