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 almost 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.

Actions #1

Updated by mdepaulo@redhat.com almost 3 years ago

  • Subject changed from As an installer user, I can enable the Pulp's object storage support to As an installer user, I can install object storage support
Actions #2

Updated by mdepaulo@redhat.com almost 3 years ago

  • Description updated (diff)
Actions #3

Updated by mdepaulo@redhat.com almost 3 years ago

  • Description updated (diff)
Actions #4

Updated by fao89 almost 3 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to fao89
Actions #5

Updated by pulpbot almost 3 years ago

  • Status changed from ASSIGNED to POST

Added by Fabricio Aguiar almost 3 years ago

Revision ec6a8611 | View on GitHub

Install object storage support (azure/s3)

https://pulp.plan.io/issues/8446 closes #8446

Added by Fabricio Aguiar almost 3 years ago

Revision ec6a8611 | View on GitHub

Install object storage support (azure/s3)

https://pulp.plan.io/issues/8446 closes #8446

Actions #6

Updated by Anonymous almost 3 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #7

Updated by mdellweg almost 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF