diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2015-12-29 06:13:30 -0500 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2015-12-29 07:12:27 -0500 |
commit | 0e343f2389d5be46aba6399757d3090ce24effab (patch) | |
tree | 76bc10fbf78ec48432f9ce84a4cd3dd2b4a89e47 /utils/infra_setup/vm_dev_setup/package.conf | |
parent | 769843a58a4a93f202d97749d6ff8b7072d6fddf (diff) |
change the image and dependent packages used for rubbos download address
JIRA: BOTTLENECK-35
Change-Id: I95e185fa8087121d895ec5d5167be34a98ffd31a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'utils/infra_setup/vm_dev_setup/package.conf')
-rw-r--r-- | utils/infra_setup/vm_dev_setup/package.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/infra_setup/vm_dev_setup/package.conf b/utils/infra_setup/vm_dev_setup/package.conf index e7210f39..18eb5c56 100644 --- a/utils/infra_setup/vm_dev_setup/package.conf +++ b/utils/infra_setup/vm_dev_setup/package.conf @@ -1,8 +1,11 @@ TIMEOUT=10 -export PACKAGE_URL=${PACKAGE_URL:-http://artifacts.opnfv.org} +export PACKAGE_URL=${PACKAGE_URL:-http://artifacts.opnfv.org/bottlenecks} export BOTTLENECKS_REPO=${BOTTLENECKS_REPO:-https://gerrit.opnfv.org/gerrit/bottlenecks} export BOTTLENECKS_REPO_DIR=${BOTTLENECKS_REPO_DIR:-/bottlenecks} -export RUBBOS_CACHE_DIR=${CACHE_DIR:-$BOTTLENECKS_REPO_DIR/rubbos/app_tools} +export RUBBOS_DIR=${RUBBOS_DIR:-$BOTTLENECKS_REPO_DIR/rubbos} +export RUBBOS_MULINI6_DIR=${RUBBOS_MULINI6_DIR:-$RUBBOS_DIR/rubbos_scripts} export RUBBOS_RUN_DIR=${RUBBOS_RUN_DIR:-$BOTTLENECKS_REPO_DIR/rubbos/rubbos_scripts/1-1-1/scripts} export RUBBOS_EXE_DIR=${RUBBOS_EXE_DIR:-$BOTTLENECKS_REPO_DIR/rubbos/rubbos_scripts/1-1-1/scripts} +export RUBBOS_APP_TOOLS_URL=${RUBBOS_APP_TOOLS_URL:-$PACKAGE_URL/rubbos/app_tools.tar.gz} +export RUBBOS_MULINI6_URL=${RUBBOS_MULINI6_URL:-$PACKAGE_URL/rubbos/rubbosMulini6.tar.gz} |