Update the image name for RHEL Guest Image
The RHEL 6 Guest Image has been updated with a new release that addresses a number of bugs. The diskimage-builder element that references this file needed to be updated to reference the correct image name. In addition, some notes to help users download the image from RHN have been added to the README. Change-Id: I3c9e64a1887afd9c0b370d70eff4b7f9598cebd1 Closes-bug: launchpad-bug-1286568
This commit is contained in:
parent
e5afa4d6f9
commit
b9e77477bb
@ -1,8 +1,10 @@
|
||||
# Overrides:
|
||||
|
||||
## General
|
||||
* Set DIB_CLOUD_IMAGES to a URL for downloading base Red Hat Enterprise Linux cloud image.
|
||||
* Set DIB_CLOUD_RELEASE to a use a non-default name for the Red Hat Enterprise Linux cloud image.
|
||||
* Downloading the Red Hat Enterprise Linux cloud image requires a valid Red Hat Network login and a subscription to Red Hat Enterprise Linux 6 Server product.
|
||||
* diskimage-builder does not integrate directly with RHN, so a manual download is required. Please visit https://rhn.redhat.com/rhn/software/channel/downloads/Download.do?cid=16952 to download the qcow2 file.
|
||||
* Set DIB_CLOUD_IMAGES to "file:///download_path"
|
||||
* Overriding of DIB_RELEASE is necessary when a new version of the RHEL qcow2 image is available and the default image has not yet been updated in diskimage-builder.
|
||||
|
||||
## Red Hat Subscription Manager (RHSM)
|
||||
|
||||
|
@ -9,9 +9,9 @@ if [ 'amd64' = "$ARCH" ] ; then
|
||||
ARCH="x86_64"
|
||||
fi
|
||||
|
||||
DIB_RELEASE=${DIB_RELEASE:-latest}
|
||||
DIB_RELEASE=${DIB_RELEASE:-"6.5-20140121.0"}
|
||||
DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://rhn.redhat.com}
|
||||
BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-rhel-guest-image-6-6.5-20131115.0-1.qcow2}
|
||||
BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-rhel-guest-image-$DIB_RELEASE.x86_64.qcow2}
|
||||
BASE_IMAGE_TAR=$DIB_RELEASE-rhel-server-$ARCH-latest.tgz
|
||||
CACHED_TAR=$DIB_IMAGE_CACHE/$BASE_IMAGE_TAR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user