Skip to content
Snippets Groups Projects
Commit ec59226f authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: remove parameters that are no longer evaluated by the SubApp as of Issue #58

parent b450c746
No related branches found
No related tags found
1 merge request!1ND-1759
...@@ -76,19 +76,6 @@ fullname_workflow:{{ vault_subapp_vars.hosts[ansible_hostname].fullname_workflow ...@@ -76,19 +76,6 @@ fullname_workflow:{{ vault_subapp_vars.hosts[ansible_hostname].fullname_workflow
### disk space considerations
# UNcompressed SIPs may not exceed the size in Bytes that is configured here.
max_allowed_SIP_size_in_bytes:100000000000
# COMPRESSED SIPs may not exceed the size in Bytes that is configured here.
max_allowed_single_file_size_in_bytes:{{ vault_subapp_vars.hosts[ansible_hostname].max_allowed_single_file_size | default("268435456000") }}
# Required free disk space on directory_shared_import. If the actual free disk space is below the configured value, then the submission application will not extract any further ZIPped SIPs.
min_required_disk_space_in_bytes:{{ vault_subapp_vars.hosts[ansible_hostname].min_required_disk_space | default("268435456000") }}
# time until old producer protocols are removed
general_cleanup_age_in_seconds:1209600
### email notification configuration ### email notification configuration
# notification email address for producers (high level error information) # notification email address for producers (high level error information)
...@@ -102,4 +89,4 @@ logger_staff_email:{{ vault_subapp_vars.hosts[ansible_hostname].logger_staff_ema ...@@ -102,4 +89,4 @@ logger_staff_email:{{ vault_subapp_vars.hosts[ansible_hostname].logger_staff_ema
# Absolute path to SQLite database file for storing and loading message queues and SIP states # Absolute path to SQLite database file for storing and loading message queues and SIP states
# Hints: using /tmp is not allowed by SQLite, furthermore security requires the parent directory to be set to at least '750' (drwxr-x---) # Hints: using /tmp is not allowed by SQLite, furthermore security requires the parent directory to be set to at least '750' (drwxr-x---)
database_file:/home/processing/.subapp/subapp.db database_file:/home/{{ vault_subapp_user }}/.subapp/subapp.db
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment