Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Ian Duffy
Hi Imesh, That almost looks like a possible issue with the vboxnet adapters. Can you confirm you have 3 host only adapters assigned 192.168.22.0 - 192.168.24.0 with dhcp disabled on each? On 15 Nov 2014 02:19, "Imesh Gunaratne" wrote: > Hi Ian, > > Thanks for your quick response. This is the iss

request timed out on hitting console button

2014-11-15 Thread Tilak Raj Singh
hello everyone. I am new to cloudstack and I am having a issue with my cloudstack installation.when i try to hit the console button of my vm the browser says request timed out. It was working earlier but now its not after I rebooted my machine once. i tried to ssh into my console proxy and check a

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Imesh Gunaratne
Hi Ian, Thanks again for the quick feedback. Yes it was my fault, I have used some other IPv4 addresses in hostonly vboxnet adapters. I just started another test with the ones you have mentioned. Just to clarify, the README file in the devcloud4 says to set these values to 192.168.22.1 - 192.168.

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Ian Duffy
Hi Imesh, Yes use 192.168.22.1 - 192.168.24.1. Sorry I meant to add a /24 prefix in on my original email. On 15 November 2014 18:16, Imesh Gunaratne wrote: > Hi Ian, > > Thanks again for the quick feedback. Yes it was my fault, I have used some > other IPv4 addresses in hostonly vboxnet adapter

Re: Wasting Time !

2014-11-15 Thread Mohammad Mahdi Raja
Thanks for your answers, I installed different version on different infrastructure during the time. It is somehow much more unstable that other competitors. Many non-documented issues and many unpredictable problems. I know that we are all here to help each others to feel good about it, but I t

RE: Wasting Time !

2014-11-15 Thread Sudha Ponnaganti
Muhammad, Can you elaborate a little bit on specific issues that you are seeing? Looks like you have deployed CS and seemed to work on it a bit. If you can explain your use cases and specific issues community can help. Even if there is a problem, a solution can be provided. Thanks / sudha -

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Imesh Gunaratne
Hi Ian, Great! Thanks! Your suggestion worked, the advance binary installation went much far afterwards. Now I can see the below error, seems like the marvin tar is not there at the below link: http://ianduffy.ie/Marvin-0.1.0.tar.gz ==> management: [2014-11-15T19:26:55+00:00] INFO: template[/etc

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Asanka sanjaya Herath
Hi Imesh, If the management server is up, I think you don't need to run 'vagrant up' command again. So try follow these steps. 1. Find the Marvin-0.1.0.tar.gz from a locally build repository of cloudstack. 2. Run this command. "pip install Marvin-0.1.0.tar.gz" 3. Change IPs in advanced/advanced.j

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Ian Duffy
Hi Imesh, Sorry about that. I've moved some things around recently. I will push out a fix for that. On 15 November 2014 21:27, Asanka sanjaya Herath wrote: > Hi Imesh, > > If the management server is up, I think you don't need to run 'vagrant up' > command again. So try follow these steps. > >

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Imesh Gunaratne
Hi Ian, No problem at all, I really appreciate your help on this. Asanka: I tried your instructions but the marvin deploy command fails with the following: 2014-11-15 21:43:39,438 - DEBUG - Parsing Test data successful 2014-11-15 21:43:39,438 - DEBUG - Payload: {'account': 'admin', 'command': 'l

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Ian Duffy
> No problem at all, I really appreciate your help on this. No worries, the breaks are my fault. I often forget how many linking dependencies are involved with devcloud. I'm after pushing a fix for the marvin issue, you can do a git pull and try do a vagrant destroy vagrant up if you wish. I'm te

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Imesh Gunaratne
Great thanks Ian, will do a vagrant destroy, vagrant up now. Thanks On Sun, Nov 16, 2014 at 3:24 AM, Ian Duffy wrote: > > No problem at all, I really appreciate your help on this. > > No worries, the breaks are my fault. I often forget how many linking > dependencies are involved with devcloud.

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Imesh Gunaratne
Hi Ian, I got your fix and did another test, I see the below error with the latest changes: ==> management: Machine booted and ready! ==> management: Checking for guest additions in VM... ==> management: Configuring and enabling network interfaces... ==> management: Mounting shared folders...

Resize console VM window

2014-11-15 Thread Alessandro Caviglione
Hi guys, I'm quite new to CS and I'm having this issue. When I deploy a WIN2012 instance and try to open the VM console, it is too small for the lowest WIN2012 resolution and the result is that the console windows is focused in the upper-left corner of the Win Desktop. Also if I move the window wit

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Ian Duffy
That almost looks like a vagrant-omnibus book 11.16.0 is a valid version. Anyways, I've changed it to use :latest. Can you do a git pull again? Should hopefully fix it. My testing just finished, It worked successfully with the earlier changes. On 15 November 2014 22:08, Imesh Gunaratne wro

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Thomas Munn
What is the URL for the new branch? Sent from my iPad > On Nov 15, 2014, at 17:44, Ian Duffy wrote: > > That almost looks like a vagrant-omnibus book 11.16.0 is a valid > version. > > Anyways, I've changed it to use :latest. > > Can you do a git pull again? Should hopefully fix it. > > M

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Imesh Gunaratne
Hi Ian, Thanks for the quick response, I just started a new installation with your latest changes. Will let you know the status soon. Appreciate it. Many Thanks On Sun, Nov 16, 2014 at 6:35 AM, Thomas Munn wrote: > What is the URL for the new branch? > > Sent from my iPad > > > On Nov 15, 2014

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Imesh Gunaratne
Hi Ian, Great! It worked! The vagrant binary advanced installation completed succefully and I was able to access the CloudStack client without any problem. It has also executed the deployment configuration with Marvin successfully. Thank you very much for your help! I'm now going to create an Ubu

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Ian Duffy
Thomas all changes were pushed into the devcloud4 master. On 16 Nov 2014 01:06, "Thomas Munn" wrote: > What is the URL for the new branch? > > Sent from my iPad > > > On Nov 15, 2014, at 17:44, Ian Duffy wrote: > > > > That almost looks like a vagrant-omnibus book 11.16.0 is a valid > > vers

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Ian Duffy
Great to hear Imesh. If you hit any more issues just shout. Thinks to keep in mind Devcloud runs VMs in PV mode. When you upload an ISO it will be registered as hvm only. There's a HVM flag in the DB under the templates table you can flick to 0 so it boots on PV. Ubuntu will install no proble

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Thomas Munn
I also tried it. I cloned into git, did the bash scripts/vagrant_prep.sh vbox then I did a vagrant init and vagrant up and I get: vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'base' could not be found. Attempting to find and install... default: Box

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Ian Duffy
Thomas, Can you tell me more about your environment? OS? Vagrant Version? Vagrant plugin versions (onmibus and chef-librarian)? VirtualBox version? The error suggests some issue communicating with vagrant-cloud for downloading the box. On 16 November 2014 06:10, Thomas Munn wrote: > I also tr

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Thomas Munn
I am using brew version of mac. Works fine with other vagrant boxes. Vagrant 1.6.5 OSX Yosemite using brew (osx 10.10) Darwin lilly.munnster.com 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64 Virtualbox 4.3.18 Ran your commands, but

Re: The Simplest way to Run CloudStack on VirtualBox

2014-11-15 Thread Thomas Munn
I did do a 'vagrant init' and didn't change anything. On Sun, Nov 16, 2014 at 2:04 AM, Thomas Munn wrote: > I am using brew version of mac. Works fine with other vagrant boxes. > Vagrant 1.6.5 > > OSX Yosemite using brew (osx 10.10) > > Darwin lilly.munnster.com 14.0.0 Darwin Kernel Version 14.0