Task #3729
Create the pulp3 role
0%
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.
History
#1
Updated by bmbouter over 2 years ago
- Status changed from NEW to CLOSED - DUPLICATE
- Parent task deleted (
#3716)
This content is being moved into the existing issue #3723.
#2
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#3
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
Please register to edit this issue