Browse code

Switch to Fedora-x86_64-20-20140618-sda

The heat-slow job using the Fedora-20 image as L2 guest, the
currently used version is affected by the heartbleed issue and
the Mb-Bios bug issue observed with emulation.

This version of the Fedora cloud image uses the no_timer_check
kernel parameter, which solves the MP-Bios Bug issue.

The Image tested with ~3000 heat-slow job, without any issue.

Change-Id: I9ce9b7769c2d91e630b0362f2c2c6ac9066defbc
Closes-Bug: #1312199
Closes-Bug: #1297560

Attila Fazekas authored on 2014/06/26 19:38:20
Showing 1 changed files
... ...
@@ -354,7 +354,7 @@ esac
354 354
 if [[ "$ENABLED_SERVICES" =~ 'h-api' ]]; then
355 355
     case "$VIRT_DRIVER" in
356 356
         libvirt|baremetal|ironic)
357
-            HEAT_CFN_IMAGE_URL=${HEAT_CFN_IMAGE_URL:-"https://dl.fedoraproject.org/pub/fedora/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2"}
357
+            HEAT_CFN_IMAGE_URL=${HEAT_CFN_IMAGE_URL:-"http://dl.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2"}
358 358
             IMAGE_URLS+=",$HEAT_CFN_IMAGE_URL"
359 359
             ;;
360 360
         *)
... ...
@@ -366,7 +366,10 @@ fi
366 366
 PRECACHE_IMAGES=$(trueorfalse False $PRECACHE_IMAGES)
367 367
 if [[ "$PRECACHE_IMAGES" == "True" ]]; then
368 368
     # staging in update for nodepool
369
-    IMAGE_URLS+=",http://dl.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2"
369
+    IMAGE_URL="http://dl.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2"
370
+    if ! [[ "$IMAGE_URLS"  =~ "$IMAGE_URL" ]]; then
371
+        IMAGE_URLS+=",$IMAGE_URL"
372
+    fi
370 373
 fi
371 374
 
372 375
 # 10Gb default volume backing file size