Go to file
2014-06-20 09:27:30 +01:00
docker Fix typo in tar --numeric-owner 2014-06-04 18:55:54 +04:00
openvz base the kickstart on the script 2014-06-20 09:27:30 +01:00
.gitignore ignore .project file in root please 2014-04-04 00:10:21 +01:00
openstack-64-growroot.cfg import some growroot configs 2014-01-31 10:35:45 +00:00
openstack-64-growroot.json import some growroot configs 2014-01-31 10:35:45 +00:00
openstack-65-x86_64.ks setup a basic kickstart 2014-01-31 10:33:35 +00:00
README.md change formatting in README.md part2 2014-06-18 01:09:34 +01:00

Build-Instance

This git repo contains kickstart files that define how the various CentOS Cloud Instances are built. These kickstarts are parsed withi virt-install. Every kickstart must be named in the following convention:

CentOS-<release ver>-<arch>-<target>-<tag>.ks

eg:

CentOS-6-x86_64-OpenStack-6.5_20140119.ks

Along with every kickstart is a metadata file, with the same name as the kickstart, except ending with .json ( because they are json files )

Git Tags:

As a part of the instance release process, the content used to build that instance MUST be tag'd away

Notes:

  • ReleaseVer must always only be 5 or 6 or 7, never the point release ( but you can overload the TAG component in the name with anything, I like using the point release there, along with the datestamp ).

ToDo:

  • Provide some example kickstarts
  • Provide some example metadata json's
  • Import the virt-install wrapper bash script