Latest Stories
Pauly Comtois: My DevOps Story (Pt. 3)
This post concludes our bi-weekly blog series on Awesome Chef Paul Comtois’ DevOps Story. You can read the final part below, while part one is here and part two is here. Thank you to Pauly for sharing his tale with us!
IBM InterConnect and Chef
This week our friends at IBM are hosting their InterConnect 2015 conference and we’re pleased to announce expanding (and existing) support for a wide variety of their products. IBM is synonymous with the Enterprise and they have embraced Chef in a big way.
Chef and Microsoft to Bring Further Automation and Management Practices to the Enterprise
New Agreement Empowers Enterprises to Automate Workloads Across On-Premises Data Centers and Microsoft Azure to Become Fast, Efficient, and Innovative Software-Driven Organizations SEATTLE – Feb 23, 2015 – Today it was announced that Chef and Microsoft Azure have joined forces to provide global enterprises with the automation platform and DevOps practices that increase business velocity […]
Chef Server 12.0.4 Released
Today we released Chef Server 12.0.4. This release includes cookbook caching, continued development of the key rotation feature, and some LDAP improvements. ## Cookbook Caching Cookbook caching lets you serve up cookbook resources to Chef clients faster by keeping those resources cached by more efficient servers.
Cookbook Caching
If you’re configuring cookbook s3 URL TTL in your `chef-server.rb` configuration file (`opscode_erchef[‘s3_url_ttl’]`), then you’ve been creating cookbook URLs that expire that many (28800 by default) seconds from “now” (i.e. the time of the request), which is great for Chef Client runs, but it’s terrible for caching!
Standard Bank: Our DevOps Journey (part 3)
This is the third entry in our ongoing, bi-weekly series examining our customer Standard Bank’s DevOps journey. You can read the first entry here, the second post here, and continue below for part three.
ChefConf Talk Spotlight: Scholastic’s Tech Transformation: Taking Servers from Pets to Cattle, Now with More Containers
Continuing our ongoing blog series highlighting all the fantastic talks, workshops, and sponsors at ChefConf 2015, today we’re focusing on our friend John Byrne from Scholastic and his talk, “Scholastic’s Tech Transformation: Taking Servers from Pets to Cattle, Now with More Containers”.
Chef-12 Dynamic Resource and Provider Resolution
Background In Chef 12 the old Chef::Platform hashmap located in `lib/chef/platform/provider_mapping.rb` has been deprecated. In its place is a dynamic provider and resolver resolution mechanism which is preferred and which can be manipulated via DSL methods on the resource and provider.