Fix references to champ docker image name 21/40921/1
authorMichael Arrastia <MArrasti@amdocs.com>
Wed, 4 Apr 2018 09:57:49 +0000 (10:57 +0100)
committerMichael Arrastia <MArrasti@amdocs.com>
Wed, 4 Apr 2018 09:57:49 +0000 (10:57 +0100)
The name of the docker image is champ, not champ-service.

Issue-ID: AAI-993

Change-Id: I79ca5d70d287ece558ce44926672fe3b49ffa67f
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
deploy_vm1.sh
docker-compose-app.yml

index c07eb96..0224914 100755 (executable)
@@ -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;
index 15831be..c9c2931 100644 (file)
@@ -137,7 +137,7 @@ services:
         max-file: "5"
 
   champ-service:
-    image: ${DOCKER_REGISTRY}/onap/champ-service
+    image: ${DOCKER_REGISTRY}/onap/champ
     hostname: champ-service
     volumes:
       - ${CHAMP_LOGS}:/logs