-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathtemplate_config.yml
More file actions
150 lines (147 loc) · 4.72 KB
/
template_config.yml
File metadata and controls
150 lines (147 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# This config represents the latest values used when running the plugin-template. Any settings that
# were not present before running plugin-template have been added with their default values.
# generated with plugin_template
#
# After editing this file please always reapply the plugin template before committing any changes.
---
black: true
check_commit_message: true
check_gettext: true
check_manifest: true
check_stray_pulpcore_imports: false
ci_base_image: "ghcr.io/pulp/pulp-ci-centos9"
ci_env: {}
ci_trigger: "{pull_request: {branches: ['*']}}"
cli_package: "pulp-cli"
cli_repo: "https://github.com/pulp/pulp-cli.git"
core_import_allowed: []
deploy_client_to_pypi: true
deploy_client_to_rubygems: true
deploy_to_pypi: true
disabled_redis_runners:
- "s3"
docker_fixtures: true
extra_files:
- destination: "/etc/nginx/pulp/api_root_rewrite.conf"
origin: "pulpcore/pulpcore/tests/functional/assets/api_root_rewrite.conf"
flake8: true
flake8_ignore:
- "./pulpcore/app/protobuf/*"
github_org: "pulp"
latest_release_branch: "3.108"
lint_requirements: true
os_required_packages: []
parallel_test_workers: 8
plugin_app_label: "core"
plugin_default_branch: "main"
plugin_name: "pulpcore"
plugins:
- app_label: "core"
name: "pulpcore"
- app_label: "file"
name: "pulp_file"
- app_label: "certguard"
name: "pulp_certguard"
pulp_env:
PULP_CA_BUNDLE: "/etc/pulp/certs/pulp_webserver.crt"
pulp_env_azure: {}
pulp_env_gcp: {}
pulp_env_s3: {}
pulp_scheme: "https"
pulp_settings:
allowed_export_paths:
- "/tmp"
allowed_import_paths:
- "/tmp"
api_root: "/pulp/"
content_path_prefix: "/somewhere/else/"
csrf_trusted_origins:
- "https://pulp:443"
orphan_protection_time: 0
task_diagnostics:
- "memory"
task_protection_time: 10
tmpfile_protection_time: 10
upload_protection_time: 10
pulp_settings_azure:
MEDIA_ROOT: ""
STORAGES:
default:
BACKEND: "storages.backends.azure_storage.AzureStorage"
OPTIONS:
account_key: "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=="
account_name: "devstoreaccount1"
azure_container: "pulp-test"
connection_string: "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;"
expiration_secs: 120
location: "pulp3"
overwrite_files: true
staticfiles:
BACKEND: "django.contrib.staticfiles.storage.StaticFilesStorage"
api_root_rewrite_header: "X-API-Root"
content_origin: null
domain_enabled: true
rest_framework__default_authentication_classes: "@merge pulpcore.app.authentication.PulpRemoteUserAuthentication"
rest_framework__default_permission_classes:
- "pulpcore.plugin.access_policy.DefaultAccessPolicy"
task_diagnostics:
- "memory"
worker_type: "redis"
pulp_settings_gcp: null
pulp_settings_s3:
DISABLED_authentication_backends: "@merge django.contrib.auth.backends.RemoteUserBackend"
DISABLED_authentication_json_header: "HTTP_X_RH_IDENTITY"
DISABLED_authentication_json_header_jq_filter: ".identity.user.username"
DISABLED_authentication_json_header_openapi_security_scheme:
description: "External OAuth integration"
flows:
clientCredentials:
scopes:
api.console: "grant_access_to_pulp"
tokenUrl: "https://your-identity-provider/token/issuer"
type: "oauth2"
DISABLED_rest_framework__default_authentication_classes: "@merge pulpcore.app.authentication.JSONHeaderRemoteAuthentication"
MEDIA_ROOT: ""
STORAGES:
default:
BACKEND: "storages.backends.s3boto3.S3Boto3Storage"
OPTIONS:
access_key: "AKIAIT2Z5TDYPX3ARJBA"
addressing_style: "path"
bucket_name: "pulp3"
default_acl: "@none"
endpoint_url: "http://minio:9000"
region_name: "eu-central-1"
secret_key: "fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS"
signature_version: "s3v4"
staticfiles:
BACKEND: "django.contrib.staticfiles.storage.StaticFilesStorage"
api_root: "/rerouted/djnd/"
domain_enabled: true
hide_guarded_distributions: true
rest_framework__default_permission_classes:
- "pulpcore.plugin.access_policy.AccessPolicyFromSettings"
spectacular_settings__oas_version: "3.0.3"
pydocstyle: true
release_email: "pulp-infra@redhat.com"
release_user: "pulpbot"
stalebot: true
stalebot_days_until_close: 30
stalebot_days_until_stale: 90
stalebot_limit_to_pulls: true
supported_release_branches:
- "3.49"
- "3.63"
- "3.73"
- "3.85"
- "3.105"
sync_ci: true
test_azure: true
test_cli: true
test_deprecations: true
test_gcp: false
test_lowerbounds: true
test_performance: false
test_s3: true
use_issue_template: true
...