Skip to content

Commit

Permalink
Add STORAGES to template_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-psb committed Jan 13, 2025
1 parent ffcf1a0 commit f6c28b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ pulp_settings_s3:
hide_guarded_distributions: true
rest_framework__default_permission_classes:
- pulpcore.plugin.access_policy.AccessPolicyFromSettings
STORAGES:
"default":
"BACKEND": "storages.backends.s3boto3.S3Boto3Storage"
"OPTIONS":
"access_key": "{{ minio_access_key }}"
"secret_key": "{{ minio_secret_key }}"
"region_name": "eu-central-1"
"addressing_style": "path"
"signature_version": "s3v4"
"bucket_name": "pulp3"
"endpoint_url": "http://minio:9000"
"default_acl": "@none None"
"staticfiles":
"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage"
pydocstyle: true
release_email: pulp-infra@redhat.com
release_user: pulpbot
Expand Down

0 comments on commit f6c28b8

Please sign in to comment.