Re: [one-users] Chef cookbook for OpenNebula (to be used with Vagrant)

2013-03-25 Thread Shankhadeep Shome
We have been using open nebula with chef for the last 6 months. Vagrant seems to me something you would use if you want to keep the development environment on each developers own machine. Our experience with chef solo + open nebula command line pretty much automates the entire boot strapping and

Re: [one-users] Chef cookbook for OpenNebula (to be used with Vagrant)

2013-03-22 Thread Ruben S. Montero
Hi Giovanni Sometime ago, I've took a look to Vagrant source code to implement an OpenNebula driver. The idea was to provision Vagrant VM's using OpenNebula. At that time, the support for external drivers was not really in place, and I did not have the opportunity to explore it further since

Re: [one-users] Chef cookbook for OpenNebula (to be used with Vagrant)

2013-03-22 Thread Giovanni Toraldo
On Fri, Mar 22, 2013 at 12:14 PM, Ruben S. Montero rsmont...@opennebula.org wrote: So, given your experience with OpenNebula and Vagrant, do you think this integration is doable (I am concern about that shared folder thing)? and second do you think that adding OpenNebula as a backend for

Re: [one-users] Chef cookbook for OpenNebula (to be used with Vagrant)

2013-03-21 Thread Javier Fontan
Thank you Giovanni! Any reason why this is installed using source code and not using packages? And other question I have after browsing the files, how does it download the code? I could not figure out how the source code reaches the vagrant machine. On Sat, Mar 16, 2013 at 4:13 PM, Giovanni

Re: [one-users] Chef cookbook for OpenNebula (to be used with Vagrant)

2013-03-21 Thread Giovanni Toraldo
Hi Javier, On Thu, Mar 21, 2013 at 3:26 PM, Javier Fontan jfon...@opennebula.org wrote: Any reason why this is installed using source code and not using packages? And other question I have after browsing the files, how does it download the code? I could not figure out how the source code

[one-users] Chef cookbook for OpenNebula (to be used with Vagrant)

2013-03-16 Thread Giovanni Toraldo
Hi! Recently I was interested in using Vagrant plus some Chef recipes to easily bootstrap a development machine containing OpenNebula. I've published a very basic cookbook that will install build dependencies and opennebula from sources, served by Vagrant (tested under Ubuntu 12.04) The GitHub