I wanted to enable the softlayer ohai plugin so that the softlayer metadata will be collected.
I have included the ohai
recipe in the chef node's run list. I can see it when I run
knife node show NODE_ID
The softlayer.rb
file seems to be missing on the chef node at /opt/chef/embedded/apps/ohai/lib/ohai/plugins
. Lots of plugins are missing at that location.
What might be wrong? What do I need to do to collect the softlayer metadata ?