From 611e0b3416f68301a1efa2e7272a78d1fbac5061 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Tue, 21 Jan 2014 01:36:33 +0000 Subject: [PATCH] setup the git repo; setup some guidelines for how this repo might work --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..b26010d --- /dev/null +++ b/README @@ -0,0 +1,25 @@ +Build-Instance +-------------- + +This git repo contains kickstart files that define how the various CentOS Cloud Instances are built. These kickstarts are parsed with virt-install. Every kickstart must be named in the following convention: +CentOS----.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 +