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

Auto-ignore Satellite / Foreman system #30

Closed stdevel closed 7 years ago

stdevel commented 7 years ago

Checking the Satellite/Foreman system might fail if the system is not managed by itself:

$ katprep_snapshot -C pinkepank.auth -s shittyrobot.giertz.loc
INFO:katprep_snapshot:Checking system 'shittyrobot.giertz.loc' (#1)...
ERROR:katprep_snapshot:Unable to get system information, check filter options!

It would be great to auto-ignore the Satellite/Foreman system. For integrating the system an additional parameter such as --include-satellite could be implemented.

stdevel commented 7 years ago

Fixed in commit 3cf13645d12a6fbc91c577fa88974b7785fa698e.