From 1fd0f3505e8c944f2e3676b69c17f055274e6229 Mon Sep 17 00:00:00 2001 From: Thomas Thrainer Date: Tue, 21 May 2013 12:12:03 +0200 Subject: [PATCH] Add example for Ubuntu instance Add an example which outlines how to used ganeti-instance-deboostrap to install Ubuntu 12.04 (precise). Signed-off-by: Thomas Thrainer Reviewed-by: Michele Tartara --- README | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/README b/README index 34badc2..d7df90b 100644 --- a/README +++ b/README @@ -86,6 +86,17 @@ is installed on, not the cluster master. This is indeed not a very good model of using this OS but currently the OS interface in ganeti is limiting. +Example ++++++++ + +To create a Ubuntu 12.04 (precise) instance, your +``/etc/default/ganeti-instance-debootstrap`` file will contain:: + + MIRROR="http://archive.ubuntu.com/ubuntu/" + SUITE="precise" + COMPONENTS="main,universe" + ARCH="amd64" + Customization of the instance ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 1.7.2.5