Skip to content

Tag: tech

New profiling feature in chef-client 12.6.0

I subscribe to the Chef blog in my RSS reader, The Old Reader, so that I can stay up to date with recent releases and changes happening in the community and in the various software projects that make up, “Chef.” Recently, I saw the release announcement for chef-client 12.6.0. I scrutinize these especially closely, as they’re an easy way to follow along with major upcoming changes that I might encounter.

One particular feature that stuck out in the release notes was a new option, [shell]–profile-ruby[/shell].

Start monitoring your home internet connection

NewRelic quietly released a new product called Synthetics earlier this year. While services like Pingdom have been around for a while, New Relic’s Synthetics has been the first option that made me actually shut down my own personal monitoring systems.

For the last five years or so, I’ve been monitoring everything, from websites I run to internet services at rental property. I generally used Nagios, and configured it to alert me via email when things go south. The data has always been a help when dealing with power companies, ISPs, and hosting providers. You feel empowered when you can say things like, “I had packet loss 24 times yesterday,” or, “The power has been surging every 2 hours for 30 seconds.” In fact, I’ve discovered I generally have better data than the customer service folks I’m speaking with.

Chef Provisioning on the Rackspace Public Cloud

Many companies use configuration management tools to manage their cloud servers and other cloud infrastructure. But some configuration management tools are now also enabling users to not just manage cloud servers, but actually create the servers as well. As part of the DevOps Automation Service, I most often work with a popular configuration management tool called Chef. Working in conjunction with Chef, there is also a project called Chef Provisioning that can use APIs to build cloud servers and Docker containers on many different providers (AWS, Azure, OpenStack, etc). Chef Provisioning can then bootstrap the new instance or container and begin configuration management tasks.

I’d like to introduce one specific driver for Chef Provisioning, the chef-provisioning-fog driver. This driver can be used with Chef Provisioning to build Rackspace cloud servers with simple Chef recipes. I will show an example of how to use these tools to automate building cloud servers, and provide you with an example you can try locally.