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

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

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

Nesting OpenStack in OpenStack

I heard you liked Cloud, so we put some cloud in your cloud… well, you get where that is going. Basically, nesting OpenStack inside OpenStack has some interesting use cases for development. That is, if you are running DevStack on the Rackspace OpenCloud, or if your project is a bit more sensitive and you are
-> Continue reading Nesting OpenStack in OpenStack

Installing Rackspace Private Cloud Distro in Fusion 5

A bit different than the last time around where all manner of things needed to be adjusted to use the Rackspace Private Cloud Dsitro. Specifically, to get going, you need to follow these steps: Download the distro form here. While that take’s it’s sweet time, spend a moment to look over the getting started guides.
-> Continue reading Installing Rackspace Private Cloud Distro in Fusion 5

Running Rackspace Private Cloud on ESXi

First Post! Now, with that out of my system, I’ve found that running the just published OpenStack Private Cloud on bare metal to be a bit out of reach for my homelab. That said, I did find that it runs exceedingly well as a nested hypervisor on ESXi (use the tools I’ve got) and all.
-> Continue reading Running Rackspace Private Cloud on ESXi