diskimage-builder/elements/centos7
Ian Wienand 83656127da Don't re-install cloud-init for centos7 images
The centos7 images come with the base version of cloud-init already
installed.

---
$ virt-inspector CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2
...
      <application>
        <name>cloud-init</name>
        <version>0.7.5</version>
        <release>10.el7.centos.1</release>
        <arch>x86_64</arch>
      </application>
...
---

I think this is a hang-over from early rhel7 images that didn't have
it.

Change-Id: Idf488942222d9e6bca4d66f04f5af42e6707944d
2014-10-10 15:52:26 +11:00
..
environment.d Initial centos7 support 2014-07-16 10:43:05 +10:00
pre-install.d Change order for yum-repos file in centos7 element 2014-09-15 14:49:46 +03:00
root.d Update to newer Centos7 images 2014-09-18 10:48:40 +10:00
element-deps Initial centos7 support 2014-07-16 10:43:05 +10:00
element-provides Initial centos7 support 2014-07-16 10:43:05 +10:00
README.md Initial centos7 support 2014-07-16 10:43:05 +10:00
source-repository-centos7 Initial centos7 support 2014-07-16 10:43:05 +10:00

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

For further details see the redhat-common README.