Task #4324
closedSet the pulp_user variable to "vagrant" for pulplift
100%
Description
Currently, pulplift uses the default "pulp" user to install everything, so that user must be used to run any pulp-manager commands. The aliases like `pclean` do not work because of this problem.
In the meantime, there is a workaround for this:
sudo -u pulp /venv/path/pulp-manager <command>
ansible-pulp3 has a variable `pulp_user` that defaults to "pulp". We can override the default in the playbook, but we will also need to make some adjustments for the user's home dir and fix other problems that might arise.
Updated by CodeHeeler almost 6 years ago
- Tracker changed from Issue to Task
- % Done set to 0
Updated by dalley almost 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dalley
Updated by dalley almost 6 years ago
- Status changed from ASSIGNED to NEW
- Assignee deleted (
dalley)
Dropping this after getting stuck, frustrated, and with higher priorities :(
Here's my PR. I think it gets most of the way there. pstart, pstop, pjournal work, but pclean is still broken however.
Updated by dalley almost 6 years ago
- Status changed from NEW to POST
- Assignee set to dalley
Un-stuck, re-assigning to myself.
Added by dalley almost 6 years ago
Added by dalley almost 6 years ago
Revision cfca9750 | View on GitHub
Fix up pulp_user when installing under vagrant
Updated by dalley almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp3|cfca9750d3525ed80561b5ea3470b35fd4cd8bea.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Fix up pulp_user when installing under vagrant
closes #4324 https://pulp.plan.io/issues/4324