From fd370bd05fd11af1045cfd0faa0401dd363e8aac Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 18 Jun 2014 01:07:30 +0100 Subject: [PATCH] modify the README to markdown --- README => README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) rename README => README.md (57%) diff --git a/README b/README.md similarity index 57% rename from README rename to README.md index b26010d..08a54f1 100644 --- a/README +++ b/README.md @@ -1,5 +1,4 @@ -Build-Instance --------------- +# 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 @@ -9,17 +8,17 @@ 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: ---------- +# 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 ). +# Notes: -ToDo: ------ - * Provide some example kickstarts - * Provide some example metadata json's - * Import the virt-install wrapper bash script +* 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