I'm running Ubuntu and I want to setup a VM in Virtualbox via Vagrant and Chef. I think what I'm missing is a .box for the Windows Server 2008 R2 x64 trial I have.
Does anyone know where I could find a .box? If not, how would I go about building a Vagrant .box for Windows Server 2008?
I recently had to build a Vagrant .box for Windows Server 2008 R2 using Chef provisioning. I blogged about my experiences here. As Henk mentioned, you'll first need to create the basebox using a veewee template. I recommend using the windows-2008R2-serverstandard-amd64-winrm template.
Distributing a .box with Windows would be illegal. Public / free boxes however can be found on the site Vagrantbox.es
You could try and build your own box with veewee. The author of veewee shows in this video how he built a Windows7 box: veewee does windows7, so Windows Server 2k8 might be possible too, since there are templates available from within veewee:
You'll also need a W2k8 DVD or ISO-image of course.
In this git repository you find many vagrant configs and documentation. there some windows machines, too. i didn't test these, yet - but i was told they are working (and the linux configs are working for sure). if you try these it would be great if you could give a little feedback. i may need them in the future, too ;)