Jcrespo has submitted this change and it was merged.

Change subject: Test the new heartbeat functionality on m5-master
......................................................................


Test the new heartbeat functionality on m5-master

Bug: T114752
Change-Id: Ic847305ded71d2b59844f5885c391bd9d6f334b1
---
M manifests/role/mariadb.pp
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Jcrespo: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/mariadb.pp b/manifests/role/mariadb.pp
index 450e63a..13be8ca 100644
--- a/manifests/role/mariadb.pp
+++ b/manifests/role/mariadb.pp
@@ -130,6 +130,12 @@
     class { 'role::mariadb::grants':
         shard => $shard,
     }
+
+    if ($master and $shard == 'm5') {
+        class { 'mariadb::heartbeat':
+            shard => $shard,
+        }
+    }
 }
 
 # Phab pretty much requires its own sandbox

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic847305ded71d2b59844f5885c391bd9d6f334b1
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to