is now compromised and only has 2 members, what if you lose one more? You’ve set up automation so you should be able to rebuild this node, but, when was the last time you did it? 3 months ago? How much code has changed since then? How many packages in the OS? Kernels? Think it will work? Do you want to be debugging this at 3am? • Using vagrant and the vagrant openstack-plugin, we can build any of our node types on top of OpenStack. This includes build nodes, control, compute, keystone, monasca, swift, etc. It’s as simple as vagrant up dev02- keystone-001. • Automating installs only valuable if you know the rebuilds will be successful. • So every hour we rebuild all our major node types using Jenkins. • We also use these vagrant based dev environments to do all our development work, testing code, config changes, and upgrades.