Filippo Giunchedi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/351285 )

Change subject: swift: default to 127.0.0.1 for memcached
......................................................................

swift: default to 127.0.0.1 for memcached

Avoid amiguity with v4/v6 and memcached binding only on 127.0.0.1 (not v6)

Bug: T162247
Change-Id: I942a2b365e3a7f6b80169739d666f4581f62e09b
---
M modules/swift/manifests/proxy.pp
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/modules/swift/manifests/proxy.pp b/modules/swift/manifests/proxy.pp
index 0281b1e..8c47655 100644
--- a/modules/swift/manifests/proxy.pp
+++ b/modules/swift/manifests/proxy.pp
@@ -4,7 +4,7 @@
     $shard_container_list,
     $accounts = $swift::params::accounts,
     $credentials = $swift::params::account_keys,
-    $memcached_servers         = ['localhost:11211'],
+    $memcached_servers         = ['127.0.0.1:11211'],
     $statsd_host               = undef,
     $statsd_metric_prefix      = undef,
     $statsd_sample_rate_factor = '1',

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

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

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

Reply via email to