From 09abb5ef38ee35241e8628af3e255d5f477084c1 Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Mon, 17 Nov 2014 19:43:15 +0400 Subject: [PATCH] Add CentOS-6.6 cloud image Change-Id: Ia71b3fe19bbbbe54fbba8e71d76425adf5e49549 --- diskimage-create/diskimage-create.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diskimage-create/diskimage-create.sh b/diskimage-create/diskimage-create.sh index 95084493..48b09c69 100755 --- a/diskimage-create/diskimage-create.sh +++ b/diskimage-create/diskimage-create.sh @@ -284,7 +284,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "vanilla" ]; then # - Export link and filename for CentOS cloud image to download if [ -z "$BASE_IMAGE_OS" -o "$BASE_IMAGE_OS" = "centos" ]; then # Read Create_CentOS_cloud_image.rst to know how to create CentOS image in qcow2 format - export BASE_IMAGE_FILE="CentOS-6.5-cloud-init-20140930.qcow2" + export BASE_IMAGE_FILE="CentOS-6.6-cloud-init-20141118.qcow2" export DIB_CLOUD_IMAGES="http://sahara-files.mirantis.com" if [ -z "$HADOOP_VERSION" -o "$HADOOP_VERSION" = "1" ]; then export DIB_HADOOP_VERSION=${DIB_HADOOP_VERSION_1:-"1.2.1"} @@ -376,7 +376,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "hdp" ]; then # CentOS cloud image: # - Disable including 'base' element for CentOS # - Export link and filename for CentOS cloud image to download - export BASE_IMAGE_FILE="CentOS-6.5-cloud-init-20140930.qcow2" + export BASE_IMAGE_FILE="CentOS-6.6-cloud-init-20141118.qcow2" export DIB_CLOUD_IMAGES="http://sahara-files.mirantis.com" # Setup Java Install configuration for the HDP images @@ -465,7 +465,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "cloudera" ]; then # CentOS cloud image: # - Disable including 'base' element for CentOS # - Export link and filename for CentOS cloud image to download - export BASE_IMAGE_FILE="CentOS-6.5-cloud-init-20140930.qcow2" + export BASE_IMAGE_FILE="CentOS-6.6-cloud-init-20141118.qcow2" export DIB_CLOUD_IMAGES="http://sahara-files.mirantis.com" cloudera_centos_image_name=${cloudera_centos_image_name:-centos_sahara_cloudera_latest}