mirror of https://github.com/apache/cloudstack.git
Adding info.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
4367497000
commit
069b8507f3
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue