diskimage-builder/elements/centos7
Gregory Haynes cd1965f7b7 Allow disto-specific mirror settings
Most of our distros support DIB_DISTRIBUTION_MIRROR for setting the
mirror to be used when building. This has a major downside where if
someone would like to create a static configuration for building various
distro images it cannot set DIB_DISTRIBUTION_MIRROR (think of the case
where we want to run our tests).

By adding support for DIB_$DISTRO_DISTRIBUTION_MIRROR this problem is
resolved.

Change-Id: I92964b17ec3e47cf97e3a3091f054b2a205ac768
2016-12-08 16:02:15 -08:00
..
environment.d Allow disto-specific mirror settings 2016-12-08 16:02:15 -08:00
pre-install.d Add centos7 support for DIB_DISTRIBUTION_MIRROR 2015-09-16 10:55:56 +01:00
root.d simplify ARCH param for rhel/centos param can be x86_64 and amd64 2016-11-15 10:18:14 +11:00
test-elements/build-succeeds Add centos7 test 2015-11-25 17:35:29 +00:00
element-deps Remove EPEL as hardcoded dependency of centos elements 2016-09-12 11:42:55 -05:00
element-provides Initial centos7 support 2014-07-16 10:43:05 +10:00
README.rst Remove the escape in the centos7 README file 2016-07-19 11:32:49 +08:00

=======
centos7
=======
Use Centos 7 cloud images as the baseline for built disk images.

For further details see the redhat-common README.

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.
   :Example: ``DIB_DISTRIBUTION_MIRROR=http://amirror.com/centos``