BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Is Chef Ready for the Enterprise?

Is Chef Ready for the Enterprise?

This item in japanese

Bookmarks

During last month’s first Chef conference in San Francisco, Chris Brown, Opscode CTO, presented the “state of the union” regarding the future of Chef, claiming that the known infrastructure management tool is now ready to use in complex enterprise environments running on heterogeneous platforms.

User management integration with Windows Active Directory, native installation packages for non-Linux platforms (multiple AIX and Solaris versions) and MySQL/PostgreSQL as datastore are some of the new features announced by Opscode to promote Private Chef as an enterprise-ready tool for managing complex infrastructures.

The move from CouchDB to MySQL and PostgreSQL was justified by performance issues due to high frequency of read/write operations on the DB. But the lack of familiarity with NoSQL in many enterprise ops teams also contributed to the migration.

Native package installers will deploy an “embedded” environment in the Chef installation which isolates Chef’s software dependencies from the remaining system dependencies, thus solving typical problems such as requiring a specific Ruby to run Chef and also making life easier for Opscode support team (Chef will run with same environment either in private infrastructure or on the cloud).

Other features announced during the talk refer to reporting and use of (non-Ruby) scripts:

·         “why-runs” (a dry-run reporting desired vs. current state of the infrastructure and actions required to merge the gap between them)

·         simplified output (actions taken and updates to the system, fatal error and minimal reporting)

·         legacy scripts can be included in cookbooks and versioned as resources

·         partial searches for nodes in the infrastructure (by single-attribute values)
 

At InfoQ we are interested to know what other enterprise issues you think are blocking adoption of DevOps at technical level?

Rate this Article

Adoption
Style

BT