aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib/mr
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/vagrant-onap/lib/mr')
-rwxr-xr-xbootstrap/vagrant-onap/lib/mr11
1 files changed, 1 insertions, 10 deletions
diff --git a/bootstrap/vagrant-onap/lib/mr b/bootstrap/vagrant-onap/lib/mr
index f221817fa..499f53f6a 100755
--- a/bootstrap/vagrant-onap/lib/mr
+++ b/bootstrap/vagrant-onap/lib/mr
@@ -1,16 +1,7 @@
#!/bin/bash
-set -o xtrace
-
source /var/onap/functions
-mr_src_folder=$git_src_folder/dcae/message-router
-
-# clone_mr_repos() - Function that clones the Message Router repositories
-function clone_mr_repos {
- clone_repo dcae/demo/startup/message-router $mr_src_folder
-}
-
# get_mr_images() - Function that retrieves the Message Router Docker images
function get_mr_images {
pull_docker_image attos/dmaap
@@ -29,7 +20,7 @@ function install_message_router {
# init_mr() - Function that initialize Message Router services
function init_mr {
if [[ "$clone_repo" == "True" ]]; then
- clone_mr_repos
+ clone_repo dcae/demo/startup/message-router $mr_src_folder
fi
if [[ "$skip_get_images" == "False" ]]; then
get_mr_images