Story #8446
closedStory #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
100%
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.
Updated by mdepaulo@redhat.com over 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
Updated by fao89 over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar over 3 years ago
Added by Fabricio Aguiar over 3 years ago
Revision ec6a8611 | View on GitHub
Install object storage support (azure/s3)
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|ec6a86112af76f1083ab04993e98fcdd6a2ff314.
Updated by mdellweg over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Install object storage support (azure/s3)
https://pulp.plan.io/issues/8446 closes #8446