Settings for restore test, SUNETOPS-1997
This commit is contained in:
parent
90d1894e88
commit
81f9c4a9e3
3 changed files with 14 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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',
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue