Elukey has uploaded a new change for review.

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

Change subject: Deploy memcached 1.4.25 to mc1010 as part of a performance 
experiment.
......................................................................

Deploy memcached 1.4.25 to mc1010 as part of a performance experiment.

Bug: T129963
Change-Id: Iaa47685d681fe17cdc7bc2db02ac2c2c59176e08
---
M manifests/role/memcached.pp
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/16/291916/1

diff --git a/manifests/role/memcached.pp b/manifests/role/memcached.pp
index d0b40d3..d811b00 100644
--- a/manifests/role/memcached.pp
+++ b/manifests/role/memcached.pp
@@ -16,7 +16,8 @@
     # deployed manually. This workaround should avoid
     # disabling puppet for the whole duration of the test.
     # More info: T129963
-    if $::hostname == 'mc2009' or $::hostname == 'mc1009' {
+    if $::hostname == 'mc2009' or $::hostname == 'mc1009'
+            or $::hostname == 'mc1010' {
         $version =  '1.4.25-2~wmf1'
     } else {
         $version = os_version('debian >= jessie || ubuntu >= trusty') ? {
@@ -27,7 +28,8 @@
 
     # mc[12]009 are configured with the latest memcached (version 
1.4.25-2~wmf1)
     # as part of a performance experiment. More info: T129963
-    if $::hostname == 'mc2009' or $::hostname == 'mc1009' {
+    if $::hostname == 'mc2009' or $::hostname == 'mc1009'
+            or $::hostname == 'mc1010' {
         $growth_factor    = 1.15
         $extended_options = [
             'slab_reassign',

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

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

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

Reply via email to