Merge "Updating the qcow2 image - the old one isn't available"

This commit is contained in:
James Slagle 2015-06-16 18:06:44 +02:00 committed by Gerrit Code Review
commit 21b892ff1e
2 changed files with 6 additions and 4 deletions

View File

@ -71,8 +71,9 @@ non-root user that was used to install the undercloud.
and define the needed environment variable for RHEL 7.1 prior to running
``instack-build-images``::
curl -O http://download.devel.redhat.com/brewroot/packages/rhel-guest-image/7.1/20150203.1/images/rhel-guest-image-7.1-20150203.1.x86_64.qcow2
export DIB_LOCAL_IMAGE=rhel-guest-image-7.1-20150203.1.x86_64.qcow2
IMAGE=http://download.devel.redhat.com/brewroot/packages/rhel-guest-image/7.1/20150224.0/images/rhel-guest-image-7.1-20150224.0.x86_64.qcow2
curl -O $IMAGE
export DIB_LOCAL_IMAGE=`basename $IMAGE`
# Enable RHOS
export USE_DELOREAN_TRUNK=0
export RHOS=1

View File

@ -191,8 +191,9 @@ Preparing the Virtual Environment (Automated)
location, and define the needed environment variables for RHEL 7.1 prior
to running ``instack-virt-setup``::
curl -O http://download.devel.redhat.com/brewroot/packages/rhel-guest-image/7.1/20150203.1/images/rhel-guest-image-7.1-20150203.1.x86_64.qcow2
export DIB_LOCAL_IMAGE=rhel-guest-image-7.1-20150203.1.x86_64.qcow2
IMAGE=http://download.devel.redhat.com/brewroot/packages/rhel-guest-image/7.1/20150224.0/images/rhel-guest-image-7.1-20150224.0.x86_64.qcow2
curl -O $IMAGE
export DIB_LOCAL_IMAGE=`basename $IMAGE`
export DIB_YUM_REPO_CONF="/etc/yum.repos.d/rhos-release-7-director-rhel-7.1.repo /etc/yum.repos.d/rhos-release-7-rhel-7.1.repo"