Elukey has uploaded a new change for review.

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

Change subject: Update memcached version on mc1009 as part of a performance 
test.
......................................................................

Update memcached version on mc1009 as part of a performance test.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/73/287073/1

diff --git a/manifests/role/memcached.pp b/manifests/role/memcached.pp
index 7b3102a..9622947 100644
--- a/manifests/role/memcached.pp
+++ b/manifests/role/memcached.pp
@@ -12,10 +12,10 @@
         'labs'       => 3000,
     }
 
-    # mc2009 will get the 1.4.25-2 package version
+    # mc2009 will get the 1.4.25-2~wmf1 package version
     # deployed manually, this workaround should avoid
     # disabling puppet for the whole duration of the test.
-    if $::hostname == 'mc2009' {
+    if $::hostname == 'mc2009' or $::hostname == 'mc1009' {
         $version =  '1.4.25-2~wmf1'
     } else {
         $version = os_version('debian >= jessie || ubuntu >= trusty') ? {
@@ -25,8 +25,8 @@
     }
 
     # mc2009 is configured with the latest
-    # memcached options from version 1.4.25-2
-    if $::hostname == 'mc2009' {
+    # memcached options from version 1.4.25-2~wmf1
+    if $::hostname == 'mc2009' or $::hostname == 'mc1009' {
         $extended_options = [
             'slab_reassign',
             'lru_crawler',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7126d9834e4715b2c72bf2465c63c3de47baecc3
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