Description of problem: rhcd is not enabled by default in Satellite 6.12.2. rhcd is required to enable insights remediations. Version-Release number of selected component (if applicable): 6.12.2 How reproducible: N/A Steps to Reproduce: 1. Install Satellite. 2. Configure Cloud Connector. 3. Check if rhcd is enabled to run automatically. "systemctl is-enabled rhcd" Actual results: [root@ip-172-31-29-12 log]# systemctl is-enabled rhcd disabled Expected results: [root@ip-172-31-29-12 log]# systemctl is-enabled rhcd enabled Additional info: Thanks to @toharris for spotting this.
Two work arounds exist: * Set the service enabled manually: systemctl enable rhcd * Pull the collection from hub (https://console.redhat.com/ansible/automation-hub/repo/published/redhat/satellite_operations/)
Note: this is resolved in 6.13; therefore, only proposed to the zstream.