From: MatthewLi Date: Fri, 25 Dec 2015 02:16:16 +0000 (-0800) Subject: use cirros to test instance creation workflow X-Git-Tag: brahmaputra.1.0~39 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=d279cef1affea34e8c542066c78f0f1046cd25f3 use cirros to test instance creation workflow JIRA: BOTTLENECK-35 Change-Id: Ie62e7352f92e2cf38bfd0ab2a9b40f73b0b6daeb Signed-off-by: MatthewLi --- diff --git a/utils/infra_setup/heat_template/HOT_create_instance.sh b/utils/infra_setup/heat_template/HOT_create_instance.sh index bc28a994..010a2566 100755 --- a/utils/infra_setup/heat_template/HOT_create_instance.sh +++ b/utils/infra_setup/heat_template/HOT_create_instance.sh @@ -80,6 +80,10 @@ bottlenecks_load_bottlenecks_image() echo "load bottlenecks image" curl --connect-timeout 10 -o /tmp/bottlenecks-trusty-server.img $IMAGE_URL -v + if [ $?!=0 ]; then + wget http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img -O \ + /tmp/bottlenecks-trusty-server.img + fi result=$(glance image-create \ --name $IMAGE_NAME \