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/heat_template/HOT_create_instance.sh | |
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/heat_template/HOT_create_instance.sh')
-rwxr-xr-x | utils/infra_setup/heat_template/HOT_create_instance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/infra_setup/heat_template/HOT_create_instance.sh b/utils/infra_setup/heat_template/HOT_create_instance.sh index 010a2566..87455106 100755 --- a/utils/infra_setup/heat_template/HOT_create_instance.sh +++ b/utils/infra_setup/heat_template/HOT_create_instance.sh @@ -109,7 +109,7 @@ main() BOTTLENECKS_REPO=https://gerrit.opnfv.org/gerrit/bottlenecks BOTTLENECKS_REPO_DIR=/tmp/opnfvrepo/bottlenecks - IMAGE_URL=http://205.177.226.235:9999/bottlenecks/rubbos/bottlenecks-trusty-server.img + IMAGE_URL=http://artifacts.opnfv.org/bottlenecks/rubbos/bottlenecks-trusty-server.img IMAGE_NAME=bottlenecks-trusty-server KEY_PATH=$BOTTLENECKS_REPO_DIR/utils/infra_setup/bottlenecks_key HOT_PATH=$BOTTLENECKS_REPO_DIR/utils/infra_setup/heat_template |