From 069b8507f38d7a659f7fa64a548a3b25540047b7 Mon Sep 17 00:00:00 2001 From: James Martin Date: Fri, 7 Dec 2012 01:42:25 -0500 Subject: [PATCH] Adding info. Signed-off-by: Rohit Yadav --- tools/devcloud/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/devcloud/README.md b/tools/devcloud/README.md index 873d021a9ec..7872bb849b0 100644 --- a/tools/devcloud/README.md +++ b/tools/devcloud/README.md @@ -49,6 +49,19 @@ If you get a vagrant error, at that point, try: source .rvmrc vagrant up +If you want to compile cloudstack in the devcloud vm: + + vim puppet/modules/devcloud/manifests/params.pp + +and set + + $build_cloudstack = true + +alternately, if you do not want to build cloudstack in the devcloud vm, set: + + $build_cloudstack = false + + It will now bring up the devcloud vm for this first time. Note that it will attempt to download the SSVM and CPVM templates so it will take a long time to launch initially. It will also git clone the cloudstack repository and attempt to build an launch it. You can optionally speed things up by packaging a successful devcloud instance build. This will make subsequent launches must faster since it won't have to re-downoad the SSVM and CPVM. Once it has successfully been built, you can run: