Merge "Minor clarifications in centos7 element docs"

This commit is contained in:
Zuul 2019-03-28 03:50:52 +00:00 committed by Gerrit Code Review
commit 36b4bc87f9

View File

@ -1,7 +1,7 @@
======= =======
centos7 centos7
======= =======
Use Centos 7 cloud images as the baseline for built disk images. Use CentOS 7 cloud images as the baseline for built disk images.
For further details see the redhat-common README. For further details see the redhat-common README.
@ -13,9 +13,10 @@ DIB_DISTRIBUTION_MIRROR:
the directory containing the ``5/6/7`` directories. the directory containing the ``5/6/7`` directories.
:Example: ``DIB_DISTRIBUTION_MIRROR=http://amirror.com/centos`` :Example: ``DIB_DISTRIBUTION_MIRROR=http://amirror.com/centos``
DIB_CLOUD_IMAGES DIB_CLOUD_IMAGES:
:Required: No :Required: No
:Description: Set the desired URL to fetch the images from. ppc64le: :Description: Set the desired URL to fetch the images from. ppc64le:
Currently the CentOS community is working on providing the Currently the CentOS community is working on providing the
ppc64le images until then you'll need to set this to a local ppc64le images. Until then you'll need to set this to a local
image file. image file.
:Example: ``DIB_CLOUD_IMAGES=/path/to/my/centos/7/CentOS-7-x86_64-GenericCloud.qcow2.xz``