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
84f881a8
Commit
84f881a8
authored
3 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: ND-2227 - SubApp is now configured to include XML for significant properties
parent
76f71d28
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/install_subapp.yml
+6
-1
6 additions, 1 deletion
tasks/install_subapp.yml
templates/subapp.cfg.j2
+3
-0
3 additions, 0 deletions
templates/subapp.cfg.j2
with
9 additions
and
1 deletion
tasks/install_subapp.yml
+
6
−
1
View file @
84f881a8
...
...
@@ -80,6 +80,11 @@
-
"
chown_dip_access.service"
tags
:
[
systemd
]
-
name
:
Config für Signifikante Eigenschaften einspielen
ansible.builtin.git
:
repo
:
"
https://git.slub-dresden.de/digital-preservation/significantproperties.git"
dest
:
"
/home/{{
vault_subapp_user
}}/.subapp/significantproperties/"
### KONFIGURATIONEN FÜR SUBMISSION APPLICATION INSTALLIEREN ###
-
name
:
SubApp-Config einspielen
block
:
...
...
@@ -206,4 +211,4 @@
state
:
stopped
loop
:
"
{{
lookup('dict',
vault_stichprobe_hosts)
}}"
when
:
ansible_hostname == item.key
ignore_errors
:
"
yes"
\ No newline at end of file
ignore_errors
:
"
yes"
This diff is collapsed.
Click to expand it.
templates/subapp.cfg.j2
+
3
−
0
View file @
84f881a8
...
...
@@ -77,6 +77,9 @@ rosetta_password:{{ vault_subapp_vars.hosts[ansible_hostname].Rosetta_Password }
# Workflow name as agreed upon in the contract between producer and archive.
fullname_workflow:{{ vault_subapp_vars.hosts[ansible_hostname].fullname_workflow | default("WORKFLOW_NAME_TEMPLATE") }}
# Path to the XML file that contains the encoded significant properties as agreed upon with the producer.
significant_properties_file:{{ vault_subapp_vars.hosts[ansible_hostname].significant_properties_file | default("SIGNIFICANT_PROPERTIES_FILE_PATH_TEMPLATE") }}
### email notification configuration
...
...
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