How to Make A LOT of Devstack with Vagrant

Sometimes you need to make A LOT of devstack instances, and on different providers. That is, some in the cloud, others locally, and then some. At least, I keep finding myself in situations where this happens, so, I made a little Vagrantfile to handle the details for me. Here is the Vagrantfile I use to
-> Continue reading How to Make A LOT of Devstack with Vagrant

[Update] Vagrant, Puppet, OpenStack

Recently, Puppet Labs released an “Grizzly” module, based on their work with the Puppet Labs OpenStack module, that takes a more role based approach. That is, it breaks out things like controller, compute, and storage. It also combines them with Hiera in a much more elegant way than before. I covered using Puppet and Hiera
-> Continue reading [Update] Vagrant, Puppet, OpenStack

Some ngnix things

Playing around with a few ideas for #vBrownBag tech talk voting, I was trying to deploy a ruby app with Puma and Ngnix. Here’s a number of the resources used: http://gerardmcgarry.com/blog/setting-a-virtual-host-nginx http://blog.andolasoft.com/2013/06/how-to-configure-rails-application-with-puma-and-ngnix-on-centos.html https://github.com/DruRly/reddit-in-sinatra http://www.drurly.com/blog/2012/06/30/build-reddit-in-sinatra-2/ http://www.drurly.com/blog/2013/06/09/sinatra-with-puma/ I also tied it in with Vagrant & the Rackspace provider. Depending on how things go, there will be a
-> Continue reading Some ngnix things

Couch to OpenStack – Vagrant Primer Follow-up

Last night Mr. VMTrooper himself (@VMTrooper) walked us through the basics of Vagrant. That is, we started with nothing, installed Vagrant and VirtualBox. From there we spun up the first VM. Then we delved into some of the various provisioners, scripts, and more advanced multi-vm vagrant environments. If you are following along and get stuck,
-> Continue reading Couch to OpenStack – Vagrant Primer Follow-up

Getting Started with Vagrant & VirtualBox

Part of the pre-work / homework for next weeks “Couch to OpenStack” program is to get a Vagrant environment going on your laptop (or wherever else you choose to run these things). We’re not going to go into the “Why Vagrant” or “What is Vagrant” questions. Those are better answered elsewhere. What follows are the
-> Continue reading Getting Started with Vagrant & VirtualBox

Nyan Nyan Nyan Batman!

A more practical (Ok, it’s not that practical) example of the multi provider vagrant file. I present ascii Nyan cat. From a box with either Fusion or Virtualbox: git clone https://github.com/bunchc/vagrant-nyancat.gitvagrant upvagrant sshtmux new-session -d ‘nyancat’ ; split-window -d ; attach Depending on the provider… wait 5 minutes, and then Nyan!

Vagrant, Chef, and the last 72 Hours

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
-> Continue reading Vagrant, Chef, and the last 72 Hours