Alexandros Kosiaris has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/404977 )

Change subject: ganeti: Remove KSM diamond collector
......................................................................

ganeti: Remove KSM diamond collector

We haven't been running KSM in ganeti in > 1 year. See e8f5568d10.
Remove the collector

Change-Id: Ieffffe94202a2f9bf392178580291a4b7b7754fc
---
M modules/profile/manifests/ganeti.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/77/404977/1

diff --git a/modules/profile/manifests/ganeti.pp 
b/modules/profile/manifests/ganeti.pp
index df41173..386ae51 100644
--- a/modules/profile/manifests/ganeti.pp
+++ b/modules/profile/manifests/ganeti.pp
@@ -7,7 +7,9 @@
     class { '::ganeti': }
 
     # Ganeti hosts have KSM enabled. So get stats about it
-    diamond::collector { 'KSM': }
+    diamond::collector { 'KSM':
+        ensure => absent,
+    }
 
     # Ganeti needs intracluster SSH root access
     ssh::userkey { 'root-ganeti':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieffffe94202a2f9bf392178580291a4b7b7754fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

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

Reply via email to