Story #3723
closedStory #3716: As a production Pulp user, I have an Ansible installer
Create the pulp3 role
100%
Description
The pulp3 role will use the pip module and will install a plugin generically. It will take the following variables:
name - The name of a Python library to install or the url of the remote package. As of 2.2 you can supply a list of names. It can take the following types of data:
* VCS project url
* Local path to project
- Local or remote source archive
virtualenv - An optional path to a virtualenv directory to install into. Defaults to /usr/local/pulpenv
. If unset, it will install in the system packages. If set but the virtualenv does not exist, it will be created before installing packages.
pulp_user - the user to switch to before installing
editable - defualts to no.
pulp_data_dir - defaults to '/var/lib/pulp'.
Updated by amacdona@redhat.com over 6 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by amacdona@redhat.com over 6 years ago
- Tracker changed from Issue to Story
- % Done set to 0
Updated by bmbouter over 6 years ago
- Subject changed from As a role user, I can install one or more plugins and run their migrations using ansible variables to Create the pulp3 role
- Description updated (diff)
Content produced after the last mini-team meeting.
Updated by bmbouter over 6 years ago
- Description updated (diff)
Adding details about virtualenv, its defaults, and installing in the system packages also.
Updated by dalley over 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dalley
Updated by dalley over 6 years ago
Leaving assigned so that nobody picks this up -- Jeremy is working on this.
Updated by dalley over 6 years ago
- Assignee changed from Ichimonji10 to dalley
There is some differences between this and the ansible-pulp3 project I suppose, which is that this is a source install (or seems to be written that way). There should be overlap but I would consider this blocked for now.
Updated by dkliban@redhat.com over 6 years ago
- Sprint changed from Sprint 39 to Sprint 40
Updated by dalley about 6 years ago
- Status changed from ASSIGNED to NEW
- Assignee deleted (
dalley)
Updated by amacdona@redhat.com about 6 years ago
- Description updated (diff)
- Status changed from NEW to MODIFIED
Removed source install variables, which are moved to https://pulp.plan.io/issues/3971
Also removed plugin installation language, moved to https://pulp.plan.io/issues/3973
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)