Fix the docker image name for data-router 09/5609/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 29 Jun 2017 19:58:00 +0000 (01:28 +0530)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 29 Jun 2017 19:58:00 +0000 (01:28 +0530)
Fix the image name for "data-router" from "datarouter-service".

Change-Id: Ib128f9f713d05c0c1f78196a34d1dc26f74b2bca
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
deploy_vm1.sh

index 705674b..1c1819f 100755 (executable)
@@ -102,8 +102,8 @@ docker tag $DOCKER_REGISTRY/openecomp/aai-traversal:$DOCKER_IMAGE_VERSION $DOCKE
 docker pull ${DOCKER_REGISTRY}/openecomp/search-data-service:${DOCKER_IMAGE_VERSION};
 docker tag $DOCKER_REGISTRY/openecomp/search-data-service:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/openecomp/search-data-service:latest;
 
-docker pull ${DOCKER_REGISTRY}/openecomp/datarouter-service:${DOCKER_IMAGE_VERSION};
-docker tag $DOCKER_REGISTRY/openecomp/datarouter-service:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/openecomp/datarouter-service:latest;
+docker pull ${DOCKER_REGISTRY}/openecomp/data-router:${DOCKER_IMAGE_VERSION};
+docker tag $DOCKER_REGISTRY/openecomp/data-router:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/openecomp/data-router:latest;
 
 docker pull ${DOCKER_REGISTRY}/openecomp/model-loader:${DOCKER_IMAGE_VERSION};
 docker tag $DOCKER_REGISTRY/openecomp/model-loader:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/openecomp/model-loader:latest;