Description of problem: after deleting scap policy or deleting host itself from satellite, host still sends reports to satellite/capsule. Version-Release number of selected component (if applicable): @satellite 6.5.0 snap 23 How reproducible: always Steps to Reproduce: 1. have a host with scap policy assigned to it. 2. delete scap policy assigned to host or delete host itself from satellite. 3. In logs we can see that host is sending reports but those are not uploaded to satellite because policy/host itself is deleted from satellite. # tailf -n 100 /var/log/httpd/foreman-ssl_access_ssl.log | grep "POST /api/v2/compliance/arf_reports/" # tailf /var/log/foreman/production.log Actual results: - even if scap policy or host itself is deleted from satellite even then host keeps on sending scap reports. Expected results: - If scap policy or host itself is deleted from satellite then host should not send scap reports to satellite. Additional info:
found upstream issues related to this bugzilla: https://projects.theforeman.org/issues/25763
*** This bug has been marked as a duplicate of bug 1662142 ***