Issue #8916
openPulp installer hanging on "Ensure Pulp is up and healthy"
Description
I tried to install pulp via the pulp installer v3.13.0 (ansible playbooks) in a fresh vagrant environment running CentOS Stream 8 but the install hangs on:
TASK [pulp_health_check : Ensure Pulp is up and healthy] **************************************************************************************************************************************************** FAILED - RETRYING: Ensure Pulp is up and healthy (30 retries left).
I checked the service states and found pulpcore-resource-manager.service not starting because of: pulpcore-worker[105999]: Error 13 connecting to localhost:6379. Permission denied.
It sounded for me like a SELinux issue so I deactivated SELinux completely and the installer run through successfully now. Could this be a bug cause in earlier version the installation worked also with SELinux turned on?