Switch StoryBoard database backups to local

Once the database move maintenance has been completed for the
StoryBoard servers, merge this change so that they switch from
backing up the old remote database to the new local one.

Change-Id: I95ace65737816e6019c5e3df65d88db3e5bd5fd8
This commit is contained in:
Jeremy Stanley 2018-12-06 19:16:59 +00:00
parent a547a75dd9
commit 4daa349a75

View File

@ -35,11 +35,8 @@ class openstack_project::storyboard(
mysql_user_password => $mysql_password, mysql_user_password => $mysql_password,
} }
mysql_backup::backup_remote { 'storyboard': mysql_backup::backup { 'storyboard':
database_host => $mysql_host, require => Class['::storyboard::mysql'],
database_user => $mysql_user,
database_password => $mysql_password,
require => Class['::storyboard::mysql'],
} }
class { '::storyboard::cert': class { '::storyboard::cert':