diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-06-30 01:28:00 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-06-30 01:28:00 +0530 |
commit | 25bf7dfcfa5b2487c3db43b49d93e42ae8a73436 (patch) | |
tree | fabd4c62619ebd0c07133e5ec8f54b8a6858e1a1 | |
parent | 8a26f5e8468dfbdbd897b4558c66c86d7e822d19 (diff) |
Fix the docker image name for data-router
Fix the image name for "data-router" from "datarouter-service".
Change-Id: Ib128f9f713d05c0c1f78196a34d1dc26f74b2bca
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
-rwxr-xr-x | deploy_vm1.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy_vm1.sh b/deploy_vm1.sh index 705674b..1c1819f 100755 --- a/deploy_vm1.sh +++ b/deploy_vm1.sh @@ -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; |