stdevel / katprep

Python toolkit for automating system maintenance and generating patch reports along with Foreman/Katello and Red Hat Satellite 6.x
GNU General Public License v3.0
35 stars 6 forks source link

Some report flags are incorrect #61

Closed stdevel closed 6 years ago

stdevel commented 6 years ago

Some report flags are currently incorrect:

stdevel commented 6 years ago

Investigating in branch bug-report_values-issue61

stdevel commented 6 years ago

Reboot required flag fixed in commit f746bd52614716bb917822d3cef7576eb2a97d85. The problem was that Pandoc is not able to check variable contents - therefore the key reboot_suggested needs to be removed for erratum that does not require a reboot.

stdevel commented 6 years ago

Same issue for physical host/VM flags. Removed the physical_host key for virtual machines in commit cb64271ef048efe204668bea1baea24af12a0b72.

stdevel commented 6 years ago

Icinga2 information related to a bug that has been fixed in commit 290cec0cf7c9e0ce8301752cba786d36d36d4bd4.

stdevel commented 6 years ago

Fixed another Icinga2 service retrieval bug in 47a13030a40a7b1ddc9cbe9200693ec65b278691.