i realize chef 11 is still under development. is there any doc available yet
that summarizes the differences between chef 10 and chef 11 with respect to
architecture, component software requirements, etc? all i know at this point
(without reading chef-dev) is that the backend data store is moving to
MySQL/postgres.
i’d like to read up on chef 11 as i make decisions on handling my current chef
10 infrastructure. i’d like to be prepared for what’s coming, and make
informed decisions.
i realize chef 11 is still under development. is there any doc available yet
that summarizes the differences between chef 10 and chef 11 with respect to
architecture, component software requirements, etc? all i know at this point
(without reading chef-dev) is that the backend data store is moving to
MySQL/postgres.
i'd like to read up on chef 11 as i make decisions on handling my current chef
10 infrastructure. i'd like to be prepared for what's coming, and make
informed decisions.
any other docs? or is development on chef 11 just not far enough along yet?
thanks,
kallen
No docs yet, but essentially we're replacing chef-server-api with erchef, and CouchDB with MySQL/PostgreSQL. The other components (solr, chef-expander, rabbitmq) will remain. The webui is still written in Ruby, but has been ported from merb to Rails 3.
i'd like to read up on chef 11 as i make decisions on handling my current chef
10 infrastructure. i'd like to be prepared for what's coming, and make
informed decisions.
i'd like to read up on chef 11 as i make decisions on handling my
current chef
10 infrastructure. i'd like to be prepared for what's coming, and make
informed decisions.
Bryan is exactly spot-on as to the reasons for the port. We've run into several scaling issues with the existing Ruby server and CouchDB storage. The Erlang-based server consumes less memory, generally has better performance, and we've found (re-discovered?) relational databases to be a better match for our server-side needs.
i'd like to read up on chef 11 as i make decisions on handling my current chef
10 infrastructure. i'd like to be prepared for what's coming, and make
informed decisions.