Actions
Issue #9004
closedpulp_installer fails on 'Check for existing Pulp Database Encryption Key' when not run as root
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Quarter:
Description
The task Check for existing Pulp Database Encryption Key
is failing when the ansible_user is not root.
The fix is simply become: true
.
CI isn't catching this because of the docker connection connecting as root. I will write up a separate ticket for this.
Added by Mike DePaulo over 3 years ago
Added by Mike DePaulo over 3 years ago
Revision 21d2cb17 | View on GitHub
Fix failure when checking for db key
when running the installer as non-root.
'pulp-api : Check for existing Pulp Database Encryption Key'
fixes: #9004
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|21d2cb170b85f648059dbd7ffc508b77dac10aa7.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix failure when checking for db key
when running the installer as non-root.
'pulp-api : Check for existing Pulp Database Encryption Key'
fixes: #9004