Hacker News new | past | comments | ask | show | jobs | submit login

What's even more exciting is that there's a Vagrant provider for DigitalOcean! I tried it yesterday and it seems to actually work: https://github.com/smdahlen/vagrant-digitalocean

Basically you put your DO api key in your Vagrant file, and then running "vagrant up --provider=digital_ocean" spins up a new ubuntu VM and runs your chef/puppet provisioner code on them. It's awesome!

It uses rsync to mirror your vagrant project directory to /vagrant, which is a actually better workflow for some use cases (eg hosting) than virtualbox shared folders.




It doesn't seem to work with puppet. Only chef: https://github.com/smdahlen/vagrant-digitalocean/issues/37


Actually, I reloaded the issue and it was closed. Looks like digital ocean wins :)


You just sold me on trying it.


OK, now I have to try Vagrant, too!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: