Bug #25
closed
Reports might fail if puppet debuging info was enabled
Added by Ohad Levy over 15 years ago.
Updated about 15 years ago.
Description
It seems that puppet debugs doesnt send out metrics in the report?!
this causes the report list page to break, as it cant display all of the properties.
would need to look for more info
stupid workaround to remove the invalid reports:
open a console (e.g. in Foreman dir type ./script/console production) and type:
Report.find_each {|r| r.destory if r.log.metrics.nil? }
- Status changed from New to Need more information
- Target version deleted (
0.1-2)
- Status changed from Need more information to Assigned
- Target version set to 0.1-2
some debug messages has no metrics, this one should be ignored as invalid reports.
- Status changed from Assigned to Ready For Testing
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Also available in: Atom
PDF