Add vfc nokiav2vnfmdriver microserivce to MSB 33/42633/1
authoryangyan <yangyanyj@chinamobile.com>
Fri, 13 Apr 2018 01:36:28 +0000 (09:36 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Fri, 13 Apr 2018 01:36:41 +0000 (09:36 +0800)
Issue-ID: VFC-876
Change-Id: Ib3142cec014f444444c445d46a45bcc87fcc989a
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
boot/msb_vm_init.sh

index 17032e1..f84412b 100644 (file)
@@ -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