<div dir="ltr"><div>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 software installation process with very little scripting overhead. The workflow is basically launch vm, which pulls down the work space setup chef package, that auto installs the entire environment. The developer then just logs in and syncs their code from some software repo. Another model is to use open nebula to create a clean slate then have it register automatically with a chef server. We use this model to configure jenkin build boxes, demo servers, mongo clusters etc. I'm not exactly sure what vagrant would bring to this picture.<br>
</div><div style><br></div><div style>Shank </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 22, 2013 at 7:24 AM, Giovanni Toraldo <span dir="ltr"><<a href="mailto:me@gionn.net" target="_blank">me@gionn.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, Mar 22, 2013 at 12:14 PM, Ruben S. Montero<br>
<<a href="mailto:rsmontero@opennebula.org">rsmontero@opennebula.org</a>> wrote:<br>
> So, given your experience with OpenNebula and  Vagrant, do you think this<br>
> integration is doable (I am concern about that shared folder thing)? and<br>
> second do you think that adding OpenNebula as a backend for Vagrant is<br>
> interesting?<br>
<br>
</div>Since the driver refactoring of Vagrant 1.1, it should be more easy to<br>
plug-in a new one:<br>
<br>
<a href="http://docs.vagrantup.com/v2/plugins/providers.html" target="_blank">http://docs.vagrantup.com/v2/plugins/providers.html</a><br>
<br>
The main problem indeed is about serving files from a local<br>
workstation to the remote virtual machine, I can think only of hackish<br>
ways to do that, like using a shared NFS for both workstations and<br>
VMs, or a SSHFS to mount a local workstation directory into the VM<br>
(only for workstation with sshd available).<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers,<br>
--<br>
Giovanni Toraldo<br>
<a href="http://gionn.net" target="_blank">http://gionn.net</a><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</div></div></blockquote></div><br></div>