[MediaWiki-commits] [Gerrit] operations/puppet[production]: analytics-backups: unblock 301076 by stop using mysql_wmf class

2016-09-22 Thread Jcrespo (Code Review)
Jcrespo has submitted this change and it was merged.

Change subject: analytics-backups: unblock 301076 by stop using mysql_wmf class
..


analytics-backups: unblock 301076 by stop using mysql_wmf class

Analytics, as far as I can see, is the only user left of the old
coredb/wmf_mysql/db/mha/mysql classes. Those are deprecated.

The mariadb class should be used instead, which is actively
maintained.

mylvmbackups has been moved to the mariadb class, this should work
without problem: 308785

Change-Id: Ia8362605d89c68e3bf909e3d9aa9f907a1d56d8a
---
M modules/role/manifests/analytics_cluster/database/meta/backup.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jcrespo: Looks good to me, approved
  Paladox: Looks good to me, but someone else must approve
  Ottomata: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/modules/role/manifests/analytics_cluster/database/meta/backup.pp 
b/modules/role/manifests/analytics_cluster/database/meta/backup.pp
index ee464e9..3f6dd10 100644
--- a/modules/role/manifests/analytics_cluster/database/meta/backup.pp
+++ b/modules/role/manifests/analytics_cluster/database/meta/backup.pp
@@ -1,5 +1,5 @@
 # == Class role::analytics_cluster::database::meta::backup
-# Uses mysql_wmf::mylvmbackup to take backups of the
+# Uses mariadb::mylvmbackup to take backups of the
 # analytics-meta mysql instance.
 #
 # == Hiera Variables
@@ -19,7 +19,7 @@
 
 # Take hourly backups of the analytics-meta instance
 # and rsync those backups to $dest.
-mysql_wmf::mylvmbackup { 'analytics-meta':
+mariadb::mylvmbackup { 'analytics-meta':
 dest   => $dest,
 minute => 0,
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/312232
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia8362605d89c68e3bf909e3d9aa9f907a1d56d8a
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo 
Gerrit-Reviewer: Elukey 
Gerrit-Reviewer: Jcrespo 
Gerrit-Reviewer: Ottomata 
Gerrit-Reviewer: Paladox 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] operations/puppet[production]: analytics-backups: unblock 301076 by stop using mysql_wmf class

2016-09-22 Thread Jcrespo (Code Review)
Jcrespo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/312232

Change subject: analytics-backups: unblock 301076 by stop using mysql_wmf class
..

analytics-backups: unblock 301076 by stop using mysql_wmf class

Analytics, as far as I can see, is the only user left of the old
coredb/wmf_mysql/db/mha/mysql classes. Those are deprecated.

The mariadb class should be used instead, which is actively
maintained.

mylvmbackups has been moved to the mariadb class, this should work
without problem: 308785

Change-Id: Ia8362605d89c68e3bf909e3d9aa9f907a1d56d8a
---
M modules/role/manifests/analytics_cluster/database/meta/backup.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/32/312232/1

diff --git a/modules/role/manifests/analytics_cluster/database/meta/backup.pp 
b/modules/role/manifests/analytics_cluster/database/meta/backup.pp
index ee464e9..e37833f 100644
--- a/modules/role/manifests/analytics_cluster/database/meta/backup.pp
+++ b/modules/role/manifests/analytics_cluster/database/meta/backup.pp
@@ -19,7 +19,7 @@
 
 # Take hourly backups of the analytics-meta instance
 # and rsync those backups to $dest.
-mysql_wmf::mylvmbackup { 'analytics-meta':
+mariadb::mylvmbackup { 'analytics-meta':
 dest   => $dest,
 minute => 0,
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/312232
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8362605d89c68e3bf909e3d9aa9f907a1d56d8a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits