OverviewOhai detects information about your operating system, and can therefore benefit from fine-tuning to improve performance when running with large user bases. Modify nodes.rb to reduce automatic_attrs sizeModify Ohai to read passwords directlyThis will be addressed with OHAI-165. Pending that, the following change will be beneficial: Add to client.rb Update standard bootstrap templateSpeeds up chef-client execution, because LDAP servers can return a huge number of passwords. Disable undesirable Ohai pluginsIf you do not want some Ohai plugins to run, you can disable them by doing something like the following: Modify etc/chef/client.rb You may desire to choose other plugins that the ones in the above example. See Disabling Ohai Plugins for additional information.
|
|