I just started trying out CloudStack also, and cldstk-deploy seems to be a good starting point for me.
So I download it and followed instructions to run it. However, I am get some errors: 1) when I run "python cldstk-deploy.py setup all², I see following warnings: npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.3.6"}) /usr/bin/forever -> /usr/lib/node_modules/forever/bin/forever /usr/bin/foreverd -> /usr/lib/node_modules/forever/bin/foreverd npm WARN unmet dependency /usr/lib/node_modules/block-stream requires inherits@'~2.0.0' but will load npm WARN unmet dependency undefined, npm WARN unmet dependency which is version undefined npm WARN unmet dependency /usr/lib/node_modules/fstream requires inherits@'~2.0.0' but will load npm WARN unmet dependency undefined, npm WARN unmet dependency which is version undefined npm WARN unmet dependency /usr/lib/node_modules/fstream-ignore requires inherits@'2' but will load npm WARN unmet dependency undefined, npm WARN unmet dependency which is version undefined npm WARN unmet dependency /usr/lib/node_modules/fstream-npm requires inherits@'2' but will load npm WARN unmet dependency undefined, npm WARN unmet dependency which is version undefined npm WARN unmet dependency /usr/lib/node_modules/glob requires inherits@'2' but will load npm WARN unmet dependency undefined, npm WARN unmet dependency which is version undefined npm WARN unmet dependency /usr/lib/node_modules/npmconf requires inherits@'~2.0.0' but will load npm WARN unmet dependency undefined, npm WARN unmet dependency which is version undefined npm WARN unmet dependency /usr/lib/node_modules/tar requires inherits@'2' but will load npm WARN unmet dependency undefined, npm WARN unmet dependency which is version undefined [email protected] /usr/lib/node_modules/forever How would I resolve these unmet dependencies ? 2) If I ignore above warnings, not sure if I can do this, and run next cmd "python cldstk-deploy.py get rpmversion=4.3², I seem to be able to download cloudstack rpms tar ball completely, but then somehow it got deleted immediately and end up with an error: Resolving dl.dropboxusercontent.com... 50.17.188.230, 50.19.214.19, 54.225.167.76, ... Connecting to dl.dropboxusercontent.com|50.17.188.230|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 348438594 (332M) [application/octet-stream] Saving to: ³cloudstack-4.3.0-rpms.tar.gz?token_hash=AAEZZ268ZOYFpE0aiZiusm2hSlNltyD1Qq 7V5syu5IaFpw&expiry=1401500411² 100%[====================================================================== ======>] 348,438,594 32.9M/s in 12s 2014-05-30 19:40:24 (26.8 MB/s) - ³cloudstack-4.3.0-rpms.tar.gz?token_hash=AAEZZ268ZOYFpE0aiZiusm2hSlNltyD1Qq 7V5syu5IaFpw&expiry=1401500411² saved [348438594/348438594] tar (child): cloudstack-4.3.0-rpms.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now So what¹s going on here? Is this second issue caused by my first one ? Thanks for any help Yiping On 5/28/14, 2:50 PM, "Antone Heyward" <[email protected]> wrote: >You can also look at "cldstk-deploy" on github to install all in one. >https://github.com/thehyperadvisor/cldstk-deploy > >You can also watch the youtube video "from zero to cloudstack" that show >it >in action. http://bit.ly/1heKVqj > >-- > >Antone > >@thehyperadvisor > >http://thehyperadvisor.com/ > >Easy CloudStack Deployment with cldstk-deploy @ >https://github.com/thehyperadvisor/cldstk-deploy > > >On Wed, May 28, 2014 at 10:03 AM, Amin Pashapour <[email protected]> wrote: > >> Try this pdf for installation of 4.3. It has Ubuntu specific >>instructions. >> >> >> >>https://media.readthedocs.org/pdf/cloudstack-installation/latest/cloudsta >>ck-installation.pdf >> >> >> Amin >> >> >> ________________________________ >> From: Pierre-Luc Dion <[email protected]> >> To: "[email protected]" <[email protected]> >> Sent: Wednesday, May 28, 2014 9:13 AM >> Subject: Re: Trying CloudStack >> >> >> I'm not aware of a preconfigured Virtual Appliance, but there is >>alternate >> installation methods if you don't want to install CloudStack manually: >> >> using Ansible: >> http://docs.cloudstack.apache.org/en/master/ansible.html >> http://shapeblue.com/cloudstack/deploying-cloudstack-with-ansible/ >> >> using Chef: >> http://www.cloudops.com/2014/03/install-apache-cloudstack-with-chef/ >> >> >> >> >> Pierre-Luc >> >> >> On Wed, May 28, 2014 at 8:13 AM, hossein zabolzadeh >><[email protected] >> >wrote: >> >> > Hi there. >> > Is there any online website to try the cloudstack freely? >> > Or is there any free ready-to-go virtual appliance with pre-configured >> and >> > pre-installed cloudstack? >> > I can not install the cloudstack on my ubuntu 12.04 server. >> > Please help me if there is exist a solution other than installing the >> > cloudstack from scratch! >> > Thanks in advance. >> > > > > > >-- >Antone >@thehyperadvisor >http://thehyperadvisor.com
