Actions
Task #3729
closedCreate the pulp3 role
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The pulp3 role will use the pip module and will install a plugin generically. It will take the following variables:
django_app_label - the app name that Pulp should have its migrations run for.
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. If 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.
It is expected that a plugin will bring in the entire Pulp stack with it when it runs.
Actions