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?
Updated by sli720 over 3 years ago
Does the pulp installer support selinux in general? I tested again with the currently latest commit of the master branch of the pulp-installer and latest centos 8 stream and I still get the same error.
Updated by fao89 about 3 years ago
We support SELinux, but we've been facing some bugs lately, we fixed https://pulp.plan.io/issues/9272 and we are currently working on https://pulp.plan.io/issues/8993
Updated by mdepaulo@redhat.com about 3 years ago
- Assignee set to mdepaulo@redhat.com
I'll double check with the bug reporters after I fix other open SELinux issues (see filter for SELinux tag.)