Use bup to backup review.o.o to an offsite server

* modules/openstack_project/manifests/review.pp: Add the bup class
and bup site to backup review.o.o to ci-backup-rs-ord.openstack.org.
This will backup the review.o.o mysql dumps to an offsite location.

Change-Id: I9ba10fd5bed8967c27bb958689ddfab76ec70e30
This commit is contained in:
Clark Boylan 2013-09-09 15:41:24 -07:00
parent 7f9b112d56
commit f3a25ae7dc

View File

@ -220,4 +220,10 @@ class openstack_project::review (
replace => true,
require => User['gerrit2'],
}
include bup
bup::site { 'rs-ord':
backup_user => 'bup-review',
backup_server => 'ci-backup-rs-ord.openstack.org',
}
}