Settings for restore test, SUNETOPS-1997

This commit is contained in:
Patrik Holmqvist 2025-01-15 12:59:15 +01:00
parent 90d1894e88
commit 81f9c4a9e3
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273
3 changed files with 14 additions and 0 deletions

View file

@ -33,6 +33,7 @@ baas2-backuptest-prod-1.sunet.se:
- '/opt/backuptest' - '/opt/backuptest'
baas2-restoretest-prod-1.sunet.se: baas2-restoretest-prod-1.sunet.se:
net::restore_test:
sunet::baas2: sunet::baas2:
nodename: B0DA416B08FC nodename: B0DA416B08FC
backup_dirs: backup_dirs:

View file

@ -0,0 +1,13 @@
# This puppet manifest is used to test backup and restore in an automated fashion
# This tests the backup and restores when manged by sunet::baas2 from puppet-sunet
# Jira-ref: SUNETOPS-1997
class net::baas2_restoretest() {
file { '/opt/restore-target':
ensure => directory,
mode => '0755',
owner => 'root',
group => 'root',
}
}