diff options
-rwxr-xr-x | data-router/dynamic/routes/entity-event.route | 2 | ||||
-rwxr-xr-x | deploy_vm1.sh | 8 |
2 files changed, 1 insertions, 9 deletions
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 @@ <route xmlns="http://camel.apache.org/schema/spring" trace="true"> - <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url="http://vm1.aai.simpledemo.openecomp.org:3904"/> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url="http://mr.api.simpledemo.openecomp.org:3904"/> <to uri="bean:entityEventPolicy?method=process"/> </route> 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; |