From: Venkata Harish K Kajur Date: Thu, 28 Sep 2017 22:03:53 +0000 (-0400) Subject: Change dmaap from localhost to existing dmaap host X-Git-Tag: 1.0.0-Amsterdam~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ff724dd3d19bd955096f94194504fd017e228599;p=aai%2Ftest-config.git Change dmaap from localhost to existing dmaap host Issue-ID: AAI-401 Change-Id: I4962d910b5ea335842f1fc00b18893d83e413c96 Signed-off-by: Venkata Harish K Kajur --- diff --git a/data-router/dynamic/routes/entity-event.route b/data-router/dynamic/routes/entity-event.route index 8c69647..4af2941 100755 --- a/data-router/dynamic/routes/entity-event.route +++ b/data-router/dynamic/routes/entity-event.route @@ -1,4 +1,4 @@ - + diff --git a/deploy_vm1.sh b/deploy_vm1.sh index b392930..01e8447 100755 --- a/deploy_vm1.sh +++ b/deploy_vm1.sh @@ -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;