Faidon Liambotis has uploaded a new change for review.

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

Change subject: diamond: don't disable IPVS by default
......................................................................

diamond: don't disable IPVS by default

I searched for quite a while but couldn't find evidence that IPVS is
enabled by default, as the comments suggest. On a trusty system,
  diamond-setup  -p | grep IPVS
says 'enabled': False, among other things I checked.

Change-Id: I9e11849a0b6d1fe3eb827610a517e3e7750ad579
---
M manifests/role/diamond.pp
1 file changed, 0 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/183785/1

diff --git a/manifests/role/diamond.pp b/manifests/role/diamond.pp
index ae18d78..85d3446 100644
--- a/manifests/role/diamond.pp
+++ b/manifests/role/diamond.pp
@@ -34,18 +34,4 @@
             port        => '8125',
         },
     }
-
-    #IPVS collector seems to be enabled by default on trusty
-    #causes non LVS hosts to spam with sudo violations for
-    #stats collection among other things.  Explicit disable
-    #for now this needs to dealt with upstream.
-    case $::operatingsystemrelease {
-        '14.04': {
-            diamond::collector { 'IPVS':
-                settings => {
-                    enabled => 'false',
-                },
-            }
-        }
-    }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e11849a0b6d1fe3eb827610a517e3e7750ad579
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>

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

Reply via email to