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:
parent
a547a75dd9
commit
4daa349a75
@ -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':
|
||||||
|
Loading…
Reference in New Issue
Block a user