Buy The Book – OpenStack Cookbook 2nd Edition Released

Today marks the official release of the second edition of the OpenStack Cloud Computing cookbook. You can buy the Kindle edition here or the Hard Copy here.   What is the Cookbook? The OpenStack Cookbook is a collection of ‘recipes’ that will show you how to build, configure, manage, and maintain an OpenStack environment. This edition
-> Continue reading Buy The Book – OpenStack Cookbook 2nd Edition Released

#vBrownBag – Automated OpenStack Deployment with Chef

Rather than slides tonight, since the “lab” environment is chewing all the resources available on my box, we’ll load a few blog posts and use this as the “show notes” page. At a high level, the steps are: Make a Chef Server (or have one handy anyways) Download the relevant cookbooks (https://github.com/rcbops/chef-cookbooks) Create an “environment”
-> Continue reading #vBrownBag – Automated OpenStack Deployment with Chef

[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

VMware Fusion / Workstation Performance Hacks

This post is by Cody Bunch Well, not sure if they’re hacks, but they are some handy VMX file settings that can, at least marginally improve the performance of your VMs. VMX Settings v.vmx[“logging”] = “FALSE”v.vmx[“MemTrimRate”] = “0”v.vmx[“MemAllowAutoScaleDown”] = “FALSE”v.vmx[“mainMem.backing”] = “swap”v.vmx[“sched.mem.pshare.enable”] = “FALSE”v.vmx[“snapshot.disabled”] = “TRUE” v.vmx[“isolation.tools.unity.disable”] = “TRUE”v.vmx[“unity.allowCompostingInGuest”] = “FALSE”v.vmx[“unity.enableLaunchMenu”] = “FALSE”v.vmx[“unity.showBadges”] = “FALSE”v.vmx[“unity.showBorders”]
-> Continue reading VMware Fusion / Workstation Performance Hacks

#vBrownBag – OpenStack with vSphere

This one is a bit outside our Couch to OpenStack series but touches on something that has been tickling the back of folks minds for a while. VMware has jumped into the OpenStack ecosystem. What does that mean? How does that work? OpenStack on vSphere This week we had on Scott Lowe from VMware to
-> Continue reading #vBrownBag – OpenStack with vSphere

Monitoring OpenStack – Nagios 3

Part of the work around the upcoming OpenStack Cookbook involved a refresh of the chapter on Monitoring. Specifically, we wanted to deliver an updated section with some tool changes that would reflect the current state of things in terms of OpenStack monitoring. That said, after spending weeks and weeks exploring other options, we came back
-> Continue reading Monitoring OpenStack – Nagios 3

On Putting the User Back Into User Group

This post is by Cody Bunch Following on Scott’s commitment to the community, I would like to announce that I too will be accepting five folks (VMware, OpenStack, Unix, etc…) who are willing to step up, volunteer, and speak for the first time at your local user group (be it VMUG or otherwise). So what
-> Continue reading On Putting the User Back Into User Group

The Votes are in – Best community #vBrownBag sessions at VMworld US

This post is by Cody Bunch Before we get into the results, a few thanks need to go out to the folks at VMware that made this happen for the second year in a row, as well as our various #vBrownBag swag sponsors. If you didn’t get in on the swag scavenger hunt, no worries,
-> Continue reading The Votes are in – Best community #vBrownBag sessions at VMworld US

On Putting the User Back Into User Group

Following on Scott’s commitment to the community, I would like to announce that I too will be accepting five folks (VMware, OpenStack, Unix, etc…) who are willing to step up, volunteer, and speak for the first time at your local user group (be it VMUG or otherwise). So what does this mean? I will help
-> Continue reading On Putting the User Back Into User Group

VMware Fusion 6 – Disable Promiscuous Mode Authentication

The question came up during a #vBrownBag: “How do you disable that annoying little popup for promiscuous mode”. If you have worked with Autolab, you will have seen it too. About 8 times each Autolab build (4 for each nested esxi host). To bypass it in Fusion 6, there are two methods: Disabling Promiscuous Mode
-> Continue reading VMware Fusion 6 – Disable Promiscuous Mode Authentication

Couch to OpenStack – Troubleshooting Follow-Up

Thanks again for everyone coming along last night. To recap we: Pushed Monitoring back a week. Discussed OpenStack logging Dug into various service log files Enabled additional logging Showed how to restart various services Discussed OpenStack as a complex system Thanks again to Eric Wright (@discoposse) and Trevor Roberts (@VMTrooper) for presenting and hosting respectively.
-> Continue reading Couch to OpenStack – Troubleshooting Follow-Up

VMworld 2013 #vBrownBag Session Voting

With VMworld 2013 under our belts and all the vBrownBag sessions available online here, it’s time to pick your favorites. This lets us, and your favorite presenters know what you want more of, or the corollary, what there should be less of. Head on over to vote.professionalvmware.com, log in with your twitter account, and let
-> Continue reading VMworld 2013 #vBrownBag Session Voting

Closing Some Open Tabs – Ruby, etc

Here are these things in case I need to find them again: A link_to helper for Sinatrahttp://ididitmyway.herokuapp.com/past/2010/4/25/sinatra_helpers/ A flash[:something] gem for Sinatrahttps://github.com/SFEley/sinatra-flash OmniAuth for rails / rubyhttp://railsapps.github.io/tutorial-rails-mongoid-omniauth.html Twitter auth in Sinatrahttp://www.sitepoint.com/twitter-authentication-in-sinatra/

OpenStack Cookbook Update

Just a quick quick update before I’m stuck at VMworld for the week: Kevin Jackson is a ROCK STAR The long and short of that is the Manuscript for The OpenStack Cloud Computing Cookbook – Grizzly Edition is now 100% complete. He did this, largely without my support these last two months due to some
-> Continue reading OpenStack Cookbook Update

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

Getting Started with VMware Automation

This post is by Cody Bunch. I’ve had a request or two recently on how to get started with VMware automation, what resources are there, and what tool should I use. This post aims to at least address two out of the three. That is, how to get started and what resources. Tool selection has
-> Continue reading Getting Started with VMware Automation