change remote git repository url 81/13881/1
authorwangyaoguang <sunshine.wang@huawei.com>
Wed, 11 May 2016 01:00:52 +0000 (09:00 +0800)
committerwangyaoguang <sunshine.wang@huawei.com>
Wed, 11 May 2016 01:03:40 +0000 (09:03 +0800)
The old domain git.opnfv.org is not accessible.

JIRA: BOTTLENECK-74

Change-Id: I8e498e0432bacbd5ed83af4ed07ddb4e76e93ee8
Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh

index 2d7677d..24e406f 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