Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_ingest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_ingest
Commits
ec59226f
Commit
ec59226f
authored
4 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
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
!1
ND-1759
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/.subapp.cfg.j2
+1
-14
1 addition, 14 deletions
templates/.subapp.cfg.j2
with
1 addition
and
14 deletions
templates/.subapp.cfg.j2
+
1
−
14
View file @
ec59226f
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment