At the suggestion of someone in the office that I look into using Vagrant in conjunction with a project, I started digging… and digging. Here are some links:
- http://docs.vagrantup.com/v1/docs/provisioners/shell.html
- http://docs.vagrantup.com/v1/docs/multivm.html
- http://docs.vagrantup.com/v1/docs/getting-started/ports.html
- http://blog.codenut.org/?p=91
- http://www.bluebox.net/about/blog/2013/01/provisioning-with-razor-and-chef-an-interactive-demo/
Now, those links, and likely a number I’ve closed and lost, along with some of these for Chef:
- http://www.opscode.com/chef/install/
- http://docs.opscode.com/knife.html
- http://docs.opscode.com/config_rb_client.html
- https://github.com/rcbops/chef-cookbooks
Led to this:
It’s not complete yet, but it’s a start down the road to using Vagrant to build a multi-node OpenStack installation using Chef Server. Currently, It builds the Chef Server properly. The bum_aio build however, is still a bit iffy, and should be fixed over the next bunch of days.