Change dmaap from localhost to existing dmaap host
[aai/test-config.git] / deploy_vm1.sh
index b392930..01e8447 100755 (executable)
@@ -102,14 +102,6 @@ function check_if_user_exists(){
         }
 }
 
-
-if [ ! -d "/opt/message-router" ]; then
-    (cd /opt && \
-        git clone http://gerrit.onap.org/r/dcae/demo/startup/message-router && \
-        cd message-router && \
-        ./deploy.sh);
-fi
-
 docker pull ${DOCKER_REGISTRY}/openecomp/aai-resources:${DOCKER_IMAGE_VERSION};
 docker tag $DOCKER_REGISTRY/openecomp/aai-resources:$DOCKER_IMAGE_VERSION $DOCKER_REGISTRY/openecomp/aai-resources:latest;