Details
Description
Given a standard windows node
And chef installed via the 10.8 msi
When chef-client runs
Then I want only useful data populated into chef
However currently:
node.kernel.pnp_drivers + node.kernel.drivers =~ 300k
everything else < 30k
With an extra 300k of key+value pairs being populated into couchdb, solr, exander per node, it's killing my production environment performance.
Having to xfer 330k any time you want to just look at a node with automatic attributes on (from the chef server) doesn't help things either.
I tried to disable windows::kernel via the client.rb config, but platform.rb:find_platform_and_version fails if languages,kernel, and windows::kernel aren't included