Actions
Bug #18051
closeddiscovery fails when chef plugin is enabled.
Description
16:31 < Raboo> [foreman-tasks/action] [E] ERF12-7679 [ForemanChef::ProxyException]: Unable to communicate with Chef proxy, undefined method `chef_proxy' for #<Host::Discovered:0x0000000db68200>
(ForemanChef::ProxyException)
16:38 < mhulan> Raboo: can you upload the whole trace from production.log?
16:38 < mhulan> Raboo: I wonder what exactly tries to call chef_proxy method on discovered host
16:45 < mhulan> Raboo: oh, ok it's a bug in foreman_chef, we should not extend tha Host::Base, could you please open the bug at http://projects.theforeman.org/projects/chef/issues with link to
https://github.com/theforeman/foreman_chef/blob/master/lib/foreman_chef/engine.rb#L90 (this line must be changed)
Files
Actions