Update link for CentOS image

Changes in new image:
* update all packages
* fix shellshock vulnerability

Change-Id: I129aadf0519bcfdfc6c3988dd6a13ea0992c08e5
This commit is contained in:
Sergey Reshetnyak 2014-09-30 17:10:25 +04:00
parent ecb29c31d4
commit 77ff8f7f16
1 changed files with 3 additions and 3 deletions

View File

@ -278,7 +278,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "vanilla" ]; then
# - Export link and filename for CentOS cloud image to download
if [ -z "$IMAGE_TYPE" -o "$IMAGE_TYPE" = "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.qcow2"
export BASE_IMAGE_FILE="CentOS-6.5-cloud-init-20140930.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"}
@ -364,7 +364,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.qcow2"
export BASE_IMAGE_FILE="CentOS-6.5-cloud-init-20140930.qcow2"
export DIB_CLOUD_IMAGES="http://sahara-files.mirantis.com"
# Setup Java Install configuration for the HDP images
@ -453,7 +453,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.qcow2"
export BASE_IMAGE_FILE="CentOS-6.5-cloud-init-20140930.qcow2"
export DIB_CLOUD_IMAGES="http://sahara-files.mirantis.com"
cloudera_centos_image_name=${cloudera_centos_image_name:-centos_sahara_cloudera_latest}