summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeploy_vm1.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy_vm1.sh b/deploy_vm1.sh
index 5f95498..8660868 100755
--- a/deploy_vm1.sh
+++ b/deploy_vm1.sh
@@ -79,6 +79,8 @@ function wait_for_container() {
done
}
+(cd /opt && git clone http://gerrit.onap.org/r/dcae/demo/startup/message-router && cd message-router && ./deploy.sh);
+
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;