Adding info.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
James Martin 2012-12-07 01:42:25 -05:00 committed by Rohit Yadav
parent 4367497000
commit 069b8507f3
1 changed files with 13 additions and 0 deletions

View File

@ -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: