2015-02-07 10:30:02 +00:00
|
|
|
=======
|
|
|
|
centos7
|
|
|
|
=======
|
2019-09-24 10:46:12 +00:00
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
This element is deprecated and is left only for backward compatibility.
|
|
|
|
Use the `centos` element instead. Note that you should set DIB_RELEASE to 7
|
|
|
|
to indicate which release you are using. Please read the notes.
|
|
|
|
|
2019-03-20 16:03:59 +00:00
|
|
|
Use CentOS 7 cloud images as the baseline for built disk images.
|
2014-07-03 01:49:38 +00:00
|
|
|
|
|
|
|
For further details see the redhat-common README.
|
2015-09-16 09:45:02 +00:00
|
|
|
|
|
|
|
DIB_DISTRIBUTION_MIRROR:
|
|
|
|
:Required: No
|
|
|
|
:Default: None
|
|
|
|
:Description: To use a CentOS Yum mirror, set this variable to the mirror URL
|
|
|
|
before running bin/disk-image-create. This URL should point to
|
|
|
|
the directory containing the ``5/6/7`` directories.
|
2016-07-19 03:30:31 +00:00
|
|
|
:Example: ``DIB_DISTRIBUTION_MIRROR=http://amirror.com/centos``
|
2017-04-12 05:26:27 +00:00
|
|
|
|
2019-03-20 16:03:59 +00:00
|
|
|
DIB_CLOUD_IMAGES:
|
2017-04-12 05:26:27 +00:00
|
|
|
:Required: No
|
|
|
|
:Description: Set the desired URL to fetch the images from. ppc64le:
|
|
|
|
Currently the CentOS community is working on providing the
|
2019-03-20 16:03:59 +00:00
|
|
|
ppc64le images. Until then you'll need to set this to a local
|
2017-04-12 05:26:27 +00:00
|
|
|
image file.
|
2019-03-20 16:03:59 +00:00
|
|
|
:Example: ``DIB_CLOUD_IMAGES=/path/to/my/centos/7/CentOS-7-x86_64-GenericCloud.qcow2.xz``
|