X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=testsuites%2Frubbos%2Fpuppet_manifests%2Finternal%2Frun_rubbos_internal.sh;h=ae67b85809b5307c62766fe54bead963319f99ee;hb=15fdbb67072e1973a5fca27ee4663745be2c2f96;hp=2d7677d85cd1482101da210080afefb9003a04ca;hpb=33d7006546e40ca96013dbe49c9b7dedb9325415;p=bottlenecks.git diff --git a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh index 2d7677d8..ae67b858 100755 --- a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh +++ b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh @@ -19,7 +19,8 @@ local_cfg_path=$1 local_results_dir=$2 controller_host=`hostname` -REMOTE_GIT_REPO=git://git.opnfv.org/bottlenecks +#REMOTE_GIT_REPO=git://git.opnfv.org/bottlenecks +REMOTE_GIT_REPO=https://gerrit.opnfv.org/gerrit/bottlenecks REMOTE_ARTIFACTS_REPO=http://artifacts.opnfv.org/bottlenecks/rubbos/rubbos_files.tar.gz LOCAL_GIT_REPO=/home/ubuntu/btnks-git LOCAL_ARTIFACTS_REPO=/home/ubuntu/btnks-artifacts @@ -164,6 +165,7 @@ fetch_remote_resources() { rm -rf $LOCAL_GIT_REPO fi mkdir -p $LOCAL_GIT_REPO + sudo dpkg --configure -a sudo apt-get install -y git cd $LOCAL_GIT_REPO git clone ${REMOTE_GIT_REPO}