Re: DevCloud replacement

2014-06-22 Thread Ian Duffy
> Lastly, there is a way to get it to work on osx, but that comes with some pain: http://blogs.citrix.com/2012/10/04/convert-a-raw-image-to-xenserver-vhd. I went through that but couldn't fulfil the dependency on as86 / dev86 On 22 June 2014 16:27, Rohit Yadav wrote: > On Sun, Jun 22, 2014 at

Re: DevCloud replacement

2014-06-22 Thread Rohit Yadav
On Sun, Jun 22, 2014 at 7:34 PM, Ian Duffy wrote: > Awesome thanks Rohit. > > Did you do anything on the boxes or just a clean ISO install and export? > > I'm trying to create packer files so we can reproduce these images easily. > I'm having to do all the conversion stuff within a VM. vhd-util /

Re: DevCloud replacement

2014-06-22 Thread Rohit Yadav
On Sun, Jun 22, 2014 at 7:34 PM, Ian Duffy wrote: > Awesome thanks Rohit. > > Did you do anything on the boxes or just a clean ISO install and export? > Simply, install and export which should work. You may even use the ISO [1] when creating VMs from within ACS UI. [1] http://www.tinycorelinux.

Re: DevCloud replacement

2014-06-22 Thread Ian Duffy
Awesome thanks Rohit. Did you do anything on the boxes or just a clean ISO install and export? I'm trying to create packer files so we can reproduce these images easily. I'm having to do all the conversion stuff within a VM. vhd-util / qemu-img does not play nicely with OSX. On 22 June 2014 13:

Re: DevCloud replacement

2014-06-22 Thread Rohit Yadav
I went ahead and built two small linux vms for my personal testing: (both can be downloadable from http://people.apache.org/~bhaisaab/vms) tinycore.ova is ~9M image based on tinycore Linux 3.x release and requires at least 50M RAM tinycore-openbox.ova is ~29M and has openbox window manager Cheers

Re: DevCloud replacement

2014-06-22 Thread Rohit Yadav
On Sun, Jun 22, 2014 at 2:58 PM, Ian Duffy wrote: > OK thank you. Will look into creating a packer file for it... Will have a > dependency on qemu-img for converting to xen raw. I've yet to find a way to > do this on osx. > > Do you know what had to be done to get it running in PV mode? > It sho

Re: DevCloud replacement

2014-06-22 Thread Ian Duffy
OK thank you. Will look into creating a packer file for it... Will have a dependency on qemu-img for converting to xen raw. I've yet to find a way to do this on osx. Do you know what had to be done to get it running in PV mode? I've been looking at generating a Debian image too for those with mor

Re: DevCloud replacement

2014-06-21 Thread Rohit Yadav
Hi Ian, On Sun, Jun 22, 2014 at 5:43 AM, Ian Duffy wrote: > Hey Rohit, > > Quick question for you about the ttylinux_vhd image. > > I'm just about to push some changes to allow for an advanced cloud > configuration. While doing some final tests I found myself unable to > resolve domains in VMs I

Re: DevCloud replacement

2014-06-21 Thread Ian Duffy
Hey Rohit, Quick question for you about the ttylinux_vhd image. I'm just about to push some changes to allow for an advanced cloud configuration. While doing some final tests I found myself unable to resolve domains in VMs I brought up. On inspecting my resolv.conf on a ttylinux based machine I

Re: DevCloud replacement

2014-06-16 Thread Ian Duffy
Hi Leo, Thanks for the feedback. Will add some virtualbox network instructions, its something I always overlook, always set and forget. The corporate firewall issue sounds interesting. What is the name of it just out of interest? I've had issues in the past on a mac with communications being bloc

Re: DevCloud replacement

2014-06-16 Thread Rohit Yadav
Hi Leo, Ian's xenserver vagrant works on host-only too. If you do 'vagrant up' and if the VMs boot up you verify with VirtualBox that the second VM (xenserver) will have nic0 (NAT) and nic1 (host-only with promiscuous mode enabled). If that is not the case I suspect some issue in Chef/Vagrant that

Re: DevCloud replacement

2014-06-16 Thread Leo Simons
Hey Ian, Nice work! I got this working on my home PC on the weekend [1]. The readme on github could probably do with pointers to how to set up the host-only network which is also used for devcloud: https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud#DevCloud-Se ttingup(VirtualBox

Re: DevCloud replacement

2014-06-13 Thread Rohit Yadav
Caching of templates would be great, looking forward to your work on rest of the designs. Cheers. On Sat, Jun 14, 2014 at 12:35 AM, Ian Duffy wrote: > Awesome! > > I'm still tweaking things here and there. For whatever reason my internet > connection to S3 is very poor so I'm insuring that cac

Re: DevCloud replacement

2014-06-13 Thread Ian Duffy
Awesome! I'm still tweaking things here and there. For whatever reason my internet connection to S3 is very poor so I'm insuring that caching of templates on the host via vagrant-cachier works 100%. Will do out more in-depth documentation over the next 2 weeks. Will explain what makes up the boxe

Re: DevCloud replacement

2014-06-13 Thread Rohit Yadav
Thanks for your work Ian, it's up and running, and I finally have a Xen vm/box to play with. Cheers. On Fri, Jun 13, 2014 at 11:51 PM, Ian Duffy wrote: > Hi Rohit, > > Thank you for the PR :) was meaning to add a section on the vagrant setup. > > I've recently extended some of it to use vagran

Re: DevCloud replacement

2014-06-13 Thread Rohit Yadav
On Fri, Jun 13, 2014 at 11:54 PM, Ian Duffy wrote: > Just out of interest. > > Is there any reason we don't use devcloud.sql to modify the service > offerings and disk offerings to use local storage? > > I think we should do it, I used to do it myself (manually though). I was also thinking t

Re: DevCloud replacement

2014-06-13 Thread Ian Duffy
Just out of interest. Is there any reason we don't use devcloud.sql to modify the service offerings and disk offerings to use local storage? On 13 June 2014 19:21, Ian Duffy wrote: > Hi Rohit, > > Thank you for the PR :) was meaning to add a section on the vagrant setup. > > I've recently

Re: DevCloud replacement

2014-06-13 Thread Ian Duffy
Hi Rohit, Thank you for the PR :) was meaning to add a section on the vagrant setup. I've recently extended some of it to use vagrant-cachier for caching the systemvm templates. On 13 June 2014 19:05, Rohit Yadav wrote: > I've fixed README: https://github.com/imduffy15/GSoC-2014/pull/1 > > I

Re: DevCloud replacement

2014-06-13 Thread Rohit Yadav
I've fixed README: https://github.com/imduffy15/GSoC-2014/pull/1 I installed two vagrant plugins and now it has started to work :) Still under progress. Cheers. On Fri, Jun 13, 2014 at 11:21 PM, Rohit Yadav wrote: > Hi Ian, > > I tried to launch using vagrant up and getting following errors r

Re: DevCloud replacement

2014-06-13 Thread Rohit Yadav
Hi Ian, I tried to launch using vagrant up and getting following errors related to librarian_chef and omnibus. I just followed the README file - cloned your repo, updated submodules (so they are cloned too) and did vagrant up. Before opening issue on JIRA, I thought I share it here. Here's the fu

Re: DevCloud replacement

2014-06-13 Thread Rohit Yadav
On Fri, Jun 13, 2014 at 9:25 PM, Daan Hoogland wrote: > Thanks Sebastien and of course Ian, > > I will try. BUT i think the reason is that xcp is not well supported > and devcloud is not based on xenserver but on xcp or even a vanilla > (debian/ubuntu?) xen. So will we continue on Ians path or go

Re: DevCloud replacement

2014-06-13 Thread Daan Hoogland
Thanks Sebastien and of course Ian, I will try. BUT i think the reason is that xcp is not well supported and devcloud is not based on xenserver but on xcp or even a vanilla (debian/ubuntu?) xen. So will we continue on Ians path or go back and fix devcloud? On Fri, Jun 13, 2014 at 5:36 PM, sebgoa

DevCloud replacement

2014-06-13 Thread sebgoa
Hi folks, As you know I love Devcloud, but it has its pains and lately it got broken in 4.3, and I don't think it works with 4.4. So I encourage you to check out: https://github.com/imduffy15/GSoC-2014 This works out of the box. It is from Ian , it uses Vagrant boxes that are available in the