Merge "Add database backups for refstack.openstack.org"

This commit is contained in:
Jenkins 2016-04-21 21:27:07 +00:00 committed by Gerrit Code Review
commit 9e5d11a8f0

View File

@ -598,6 +598,12 @@ node 'refstack.openstack.org' {
ssl_ca_content => hiera('refstack_ssl_chain_file_contents'),
protocol => 'https',
}
mysql_backup::backup_remote { 'refstack':
database_host => hiera('refstack_mysql_host', 'localhost'),
database_user => hiera('refstack_mysql_user', 'refstack'),
database_password => hiera('refstack_mysql_password'),
require => Class['::refstack'],
}
}
# A machine to run Storyboard