diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-04-13 09:36:28 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-04-13 09:36:41 +0800 |
commit | 6e50d0479d269b437595095dc7a51cffbe71d20f (patch) | |
tree | 1639342ede6f0a7aaf46a43ecbbea1277c09db80 | |
parent | 48025515d192eb0730c1bdd587330d2342ba7259 (diff) |
Add vfc nokiav2vnfmdriver microserivce to MSB
Issue-ID: VFC-876
Change-Id: Ib3142cec014f444444c445d46a45bcc87fcc989a
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-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 |