725f91078e
rhel7 and centos7 images are both only available on x86_64 arch. if $ARCH is misconfigured, some strange error will happen during the build. For example, DIB will try to install EPEL i386 on the 64bit root system. For the record, tripleo-incubator $NODE_ARCH default value is i386. The problem will happend as soon as the default value is used with one of these root elements. This commit ensure the $ARCH is set to amd64 as soon as the centos7 or rhel7 root element are used. Change-Id: Ie41fa2da48eac6bf89b96cfa137c0f572dae6734 |
||
---|---|---|
.. | ||
environment.d | ||
root.d | ||
element-deps | ||
element-provides | ||
README.rst |
===== rhel7 ===== Use RHEL 7 cloud images as the baseline for built disk images. Note: As of this writing, RHEL 7 is still in beta, so final download locations are not available. This element defaults to using the RHEL 6.5 image, but that will need to be overridden using the appropriate DIB_* environment variables to point at a RHEL 7 image. For further details see the redhat-common README.