From e61695fe666b52ab375d707d90ee4350e693883e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 14 Oct 2013 13:22:19 -0700 Subject: [PATCH] Backup etherpad.o.o with bup. * modules/openstack_project/manifests/etherpad.pp: Add the needed bup resources to perform offsite backups of the etherpad.o.o host. Do this now that etherpad.o.o has been migrated. Change-Id: Icf25549529ef8cfa8a535ab58bbbc7156297ac9f --- modules/openstack_project/manifests/etherpad.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/openstack_project/manifests/etherpad.pp b/modules/openstack_project/manifests/etherpad.pp index 49b78567bf..a35e987e95 100644 --- a/modules/openstack_project/manifests/etherpad.pp +++ b/modules/openstack_project/manifests/etherpad.pp @@ -41,6 +41,12 @@ class openstack_project::etherpad ( database_password => $mysql_password, require => Class['etherpad_lite'], } + + include bup + bup::site { 'rs-ord': + backup_user => 'bup-etherpad', + backup_server => 'ci-backup-rs-ord.openstack.org', + } } # vim:sw=2:ts=2:expandtab:textwidth=79