Latest Stories

Blog-Infrastructure_100x385_Small

This post was originally published on jtimberman’s Code Blog Two years ago, I wrote a post about using Chef encrypted data bags for SASL authentication with Postfix.

Joshua Timberman
Blog-Icon_5_100x385_Small

Many of you out there in the Chef Community are likely using Prezi’s dynamite zooming presentation software. Prezi, in turn, is using Enterprise Chef to manage a big gang of AWS resources that serve its nearly 20M users. Cool, yes, but nothing we haven’t said before.

Lucas Welch
Blog-L_News_4_1283x494_Small

One could argue there are major similarities between bands and open source communities, especially a community built around code.

Lucas Welch
Blog-Icon_5_100x385_Small

For all you Chefs in the London area, Opscode will be taking part in the AWS Enterprise Summit at the Grange St. Paul’s Hotel tomorrow, Sept. 17, from 8 am – 6 pm. This event is designed for senior technical leaders within enterprise organizations who are looking to learn more about AWS.

Lucas Welch
Blog-Icon_3_100x385_Small

Next Tues., 9/17, @6:30 pm, we have a very special Chef Meet Up happening in Seattle here at Opscode HQ. We’re honored to have Awesome Chef Jamie Winsor joining us to talk about Berkshelf 3.0, including bug fixes, speed improvements, and usability tweaks to the foundations that Berkshelf 1.0 and 2.0 have laid.

Lucas Welch
Blog-Icon_5_100x385_Small

mixlib-config is getting an update! We use mixlib-config in Chef to drive the knife.rb and client.rb files (as well as Omnibus config). For a quick overview, to use mixlib-config in your project, you do something like this: [sourcecode language=”ruby”] require ‘mixlib/config’ module MyConfig extend Mixlib::Config default :log_level, ‘debug’ default :max_files, 10 end MyConfig.from_file(‘~/myconfig.

John Keiser
Blog-S_Cloud-Compliance_100x385_Small

Today, our friends at Plexxi, who created the networking industry’s first affinity-driven networking solution, today announced they’ve integrated their SDN-based switching solution with Opscode Enterprise Chef™, making it easier to set up servers and deploy applications in the data center.

Lucas Welch
Blog-S_Server-Cloud_100x385_Small

Shopping online is nothing new. But our friends at Wanelo (pronounced “wah-NEE-lo” from want, need, love) have whipped up something awesome with an online platform uniting shoppers, products, and stores on a 100% member-driven community. In other words, Wanelo helps millions of people share and find dynamite products at cool stores for great prices.

Lucas Welch
Blog-Icon_7_100x385_Small

Here at Opscode, we think of the Chef recipe DSL, or domain-specific language, as being quite straightforward to learn. Despite the fact that under the hood it’s all Ruby, you most definitely do not need to know Ruby to use Chef.

Julian Dunn