X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deploy_vm1.sh;h=0224914ac5cc6a34b5b2aaebd2e29a854d0170b0;hb=0f37da8817f3b60f21b1ed18dc8a7e801b72586c;hp=c07eb965e1bdeec501de66ec7da72d8345f06d21;hpb=4e2284d827b71fa9db20f5c3756095a0ade73044;p=aai%2Ftest-config.git diff --git a/deploy_vm1.sh b/deploy_vm1.sh index c07eb96..0224914 100755 --- a/deploy_vm1.sh +++ b/deploy_vm1.sh @@ -142,8 +142,8 @@ docker tag $DOCKER_REGISTRY/onap/model-loader:$DOCKER_IMAGE_VERSION $DOCKER_REGI docker pull ${DOCKER_REGISTRY}/onap/sparky-be:${DOCKER_IMAGE_VERSION}; docker tag $DOCKER_REGISTRY/onap/sparky-be:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/onap/sparky-be:latest; -docker pull ${DOCKER_REGISTRY}/onap/champ-service:${DOCKER_IMAGE_VERSION}; -docker tag $DOCKER_REGISTRY/onap/champ-service:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/onap/champ-service:latest; +docker pull ${DOCKER_REGISTRY}/onap/champ:${DOCKER_IMAGE_VERSION}; +docker tag $DOCKER_REGISTRY/onap/champ:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/onap/champ:latest; docker pull ${DOCKER_REGISTRY}/onap/crud-service:${DOCKER_IMAGE_VERSION}; docker tag $DOCKER_REGISTRY/onap/crud-service:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/onap/crud-service:latest;