Project

Profile

Help

Story #8446

closed

Story #6844: As a user, I can pip install the S3 support or Prometheus support as 'extras'

As an installer user, I can install object storage support

Added by mdepaulo@redhat.com about 3 years ago. Updated almost 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

pulpcore's setup.py now contains the following: extras_require={ "s3": ["django-storages[boto3]"], "azure": ["django-storages[azure]"], "prometheus": ["django-prometheus"], "test": test_requirements, },

So one can install for example pip install pulpcore[s3]

the installer should take advantage of this interface, perhaps with a variable like: pulp_install_object_storage (with "s3" or "azure" as possible variables). or: pulp_install_extras: (Which would accept a list of strings).

Installer should also be updated, including an example list of PULP_SETTINGS variables for using it like the pulpcore docs have for manual installs.

Also available in: Atom PDF