bugfix: dpkg was interrupted in one ubuntu instance
[bottlenecks.git] / testsuites / rubbos / puppet_manifests / internal / run_rubbos_internal.sh
index 2d7677d..ae67b85 100755 (executable)
@@ -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}