diff options
Diffstat (limited to 'deploy_vm1.sh')
-rwxr-xr-x | deploy_vm1.sh | 8 |
1 files changed, 0 insertions, 8 deletions
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; |