Skip to content

Commit e03e705

Browse files
committed
experiment: enable domains on pulp default scenario
1 parent eb12053 commit e03e705

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ legacy_component_name: "pulpcore"
5050
component_name: "core"
5151
component_version: "${COMPONENT_VERSION}"
5252
pulp_env: {"PULP_CA_BUNDLE": "/etc/pulp/certs/pulp_webserver.crt"}
53-
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}
53+
pulp_settings: {"allowed_export_paths": ["/tmp"], "allowed_import_paths": ["/tmp"], "api_root": "/pulp/", "content_path_prefix": "/somewhere/else/", "csrf_trusted_origins": ["https://pulp:443"], "distributed_publication_retention_period": 3, "domain_enabled": true, "orphan_protection_time": 0, "task_diagnostics": ["memory"], "task_protection_time": 10, "tmpfile_protection_time": 10, "upload_protection_time": 10}
5454
pulp_scheme: "https"
5555
image:
5656
name: "pulp"

template_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pulp_settings:
6565
task_protection_time: 10
6666
tmpfile_protection_time: 10
6767
upload_protection_time: 10
68+
domain_enabled: true
6869
pulp_settings_azure:
6970
MEDIA_ROOT: ""
7071
STORAGES:

0 commit comments

Comments
 (0)