From ce012b86e8bb45ba444a79ceab6eb6ba0dd3e565 Mon Sep 17 00:00:00 2001 From: wangyaoguang Date: Wed, 11 May 2016 09:00:52 +0800 Subject: [PATCH] change remote git repository url The old domain git.opnfv.org is not accessible. JIRA: BOTTLENECK-74 Change-Id: I8e498e0432bacbd5ed83af4ed07ddb4e76e93ee8 Signed-off-by: wangyaoguang --- testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh index 2d7677d8..24e406f8 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 -- 2.16.6