Add backups to wiki server.
Change-Id: Ia0ec8657aedc4bafda396255b011382382d7287c Reviewed-on: https://review.openstack.org/19827 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
fb4af5242a
commit
e13eea405e
@ -46,4 +46,10 @@ class openstack_project::wiki (
|
||||
}
|
||||
}
|
||||
include mysql::server::account_security
|
||||
|
||||
include bup
|
||||
bup::site { 'rs-ord':
|
||||
backup_user => 'bup-wiki',
|
||||
backup_server => 'ci-backup-rs-ord.openstack.org',
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user