Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ansible_lza_rosetta_app
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_rosetta_app
Commits
130e2349
Commit
130e2349
authored
3 months ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
feat: adjust maintenance end timer to match new ZIH maintenance window
parent
ee86afba
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#8982
passed
3 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/rosetta/configure_maintenance.yml
+1
-0
1 addition, 0 deletions
tasks/rosetta/configure_maintenance.yml
templates/usr/local/lib/systemd/system/rosetta_maintenance_end.timer.j2
+1
-1
1 addition, 1 deletion
...local/lib/systemd/system/rosetta_maintenance_end.timer.j2
with
2 additions
and
1 deletion
tasks/rosetta/configure_maintenance.yml
+
1
−
0
View file @
130e2349
...
...
@@ -22,6 +22,7 @@
-
"
rosetta_maintenance_begin.service"
-
"
rosetta_maintenance_begin.timer"
-
"
rosetta_maintenance_end.timer"
notify
:
daemon-reload
-
name
:
enable Rosetta maintenance services and timers
ansible.builtin.systemd_service
:
name
:
"
{{
item.name
}}"
...
...
This diff is collapsed.
Click to expand it.
templates/usr/local/lib/systemd/system/rosetta_maintenance_end.timer.j2
+
1
−
1
View file @
130e2349
...
...
@@ -10,7 +10,7 @@ Description=timer for rosetta_maintenance.service
# syntax that explicitely lists all days separated by commas.
# One more reason for RHEL to fuck ALL THE WAY OFF!
# OnCalendar=Tue *-*-01..07 08:00:00 # NOT THIS on RHEL 7!
OnCalendar=Tue *-*-01,02,03,04,05,06,07 1
1:4
5:00
OnCalendar=Tue *-*-01,02,03,04,05,06,07 15:00
:00
Unit=exlibris.service
[Install]
...
...
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