22# were not present before running plugin-template have been added with their default values.
33
44# generated with plugin_template
5+ #
6+ # After editing this file please always reapply the plugin template before committing any changes.
57
6- api_root : /pulp/
8+ ---
9+ api_root : " /pulp/"
710black : true
811check_commit_message : true
912check_gettext : true
1013check_manifest : true
1114check_stray_pulpcore_imports : true
12- ci_base_image : ghcr.io/pulp/pulp-ci-centos9
15+ ci_base_image : " ghcr.io/pulp/pulp-ci-centos9"
1316ci_env : {}
14- ci_trigger : ' {pull_request: {branches: ['' * '' ]}}'
15- cli_package : pulp-cli
16- cli_repo : https://github.com/pulp/pulp-cli.git
17+ ci_trigger : " {pull_request: {branches: ['*' ]}}"
18+ cli_package : " pulp-cli"
19+ cli_repo : " https://github.com/pulp/pulp-cli.git"
1720core_import_allowed : []
1821deploy_client_to_pypi : true
1922deploy_client_to_rubygems : true
@@ -23,87 +26,85 @@ docker_fixtures: false
2326extra_files : []
2427flake8 : true
2528flake8_ignore : []
26- github_org : pulp
27- latest_release_branch : ' 2.25'
29+ github_org : " pulp"
30+ latest_release_branch : " 2.25"
2831lint_requirements : true
2932os_required_packages : []
3033parallel_test_workers : 8
31- plugin_app_label : container
32- plugin_default_branch : main
33- plugin_name : pulp_container
34+ plugin_app_label : " container"
35+ plugin_default_branch : " main"
36+ plugin_name : " pulp_container"
3437plugins :
35- - app_label : container
36- name : pulp_container
37- post_job_template : null
38- pre_job_template : null
38+ - app_label : " container"
39+ name : " pulp_container"
3940pulp_env : {}
4041pulp_env_azure : {}
4142pulp_env_gcp : {}
4243pulp_env_s3 : {}
43- pulp_scheme : https
44+ pulp_scheme : " https"
4445pulp_settings :
4546 allowed_content_checksums :
46- - sha1
47- - sha224
48- - sha256
49- - sha384
50- - sha512
47+ - " sha1"
48+ - " sha224"
49+ - " sha256"
50+ - " sha384"
51+ - " sha512"
5152 allowed_export_paths :
52- - /tmp
53+ - " /tmp"
5354 allowed_import_paths :
54- - /tmp
55+ - " /tmp"
5556 flatpak_index : true
5657pulp_settings_azure :
57- MEDIA_ROOT : ' '
58+ MEDIA_ROOT : " "
5859 STORAGES :
5960 default :
60- BACKEND : storages.backends.azure_storage.AzureStorage
61+ BACKEND : " storages.backends.azure_storage.AzureStorage"
6162 OPTIONS :
62- account_key : Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
63- account_name : devstoreaccount1
64- azure_container : pulp-test
65- connection_string : DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;
63+ account_key : " Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=="
64+ account_name : " devstoreaccount1"
65+ azure_container : " pulp-test"
66+ connection_string : " DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;"
6667 expiration_secs : 120
67- location : pulp3
68+ location : " pulp3"
6869 overwrite_files : true
6970 staticfiles :
70- BACKEND : django.contrib.staticfiles.storage.StaticFilesStorage
71+ BACKEND : " django.contrib.staticfiles.storage.StaticFilesStorage"
7172 content_origin : null
7273 domain_enabled : true
7374 flatpak_index : true
7475pulp_settings_gcp : null
7576pulp_settings_s3 :
76- MEDIA_ROOT : ' '
77+ MEDIA_ROOT : " "
7778 STORAGES :
7879 default :
79- BACKEND : storages.backends.s3boto3.S3Boto3Storage
80+ BACKEND : " storages.backends.s3boto3.S3Boto3Storage"
8081 OPTIONS :
81- access_key : AKIAIT2Z5TDYPX3ARJBA
82- addressing_style : path
83- bucket_name : pulp3
84- default_acl : ' @none'
85- endpoint_url : http://minio:9000
86- region_name : eu-central-1
87- secret_key : fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS
88- signature_version : s3v4
82+ access_key : " AKIAIT2Z5TDYPX3ARJBA"
83+ addressing_style : " path"
84+ bucket_name : " pulp3"
85+ default_acl : " @none"
86+ endpoint_url : " http://minio:9000"
87+ region_name : " eu-central-1"
88+ secret_key : " fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS"
89+ signature_version : " s3v4"
8990 staticfiles :
90- BACKEND : django.contrib.staticfiles.storage.StaticFilesStorage
91+ BACKEND : " django.contrib.staticfiles.storage.StaticFilesStorage"
9192 domain_enabled : true
9293 flatpak_index : false
9394 token_auth_disabled : true
9495pydocstyle : true
95- release_email : pulp-infra@redhat.com
96- release_user : pulpbot
96+ release_email : " pulp-infra@redhat.com"
97+ release_user : " pulpbot"
9798stalebot : true
9899stalebot_days_until_close : 30
99100stalebot_days_until_stale : 90
100101stalebot_limit_to_pulls : true
101102supported_release_branches :
102- - ' 2.14'
103- - ' 2.15'
104- - ' 2.16'
105- - ' 2.19'
106- - ' 2.20'
103+ - " 2.14"
104+ - " 2.15"
105+ - " 2.16"
106+ - " 2.19"
107+ - " 2.20"
107108sync_ci : true
108109test_azure : true
109110test_cli : true
@@ -114,4 +115,5 @@ test_performance: false
114115test_reroute : true
115116test_s3 : true
116117use_issue_template : true
118+ ...
117119
0 commit comments