Faidon Liambotis has uploaded a new change for review.

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


Change subject: graphite: use the correct port for carbonlink
......................................................................

graphite: use the correct port for carbonlink

Use carbon's cache_query_port in graphite-web's carbonlink, not the
pickle_receiver_port.

Change-Id: Id83efec885d25f10e16f3dc64407894cf3968254
---
M manifests/role/graphite.pp
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/50/105250/1

diff --git a/manifests/role/graphite.pp b/manifests/role/graphite.pp
index b7b9297..f7b897f 100644
--- a/manifests/role/graphite.pp
+++ b/manifests/role/graphite.pp
@@ -83,10 +83,10 @@
                 pickle_receiver_interface => '0.0.0.0',
                 relay_method              => 'consistent-hashing',
                 destinations              => [
-                    '127.0.0.1:2104:a',
-                    '127.0.0.1:2204:b',
-                    '127.0.0.1:2304:c',
-                    '127.0.0.1:2404:d',
+                    '127.0.0.1:7102:a',
+                    '127.0.0.1:7202:b',
+                    '127.0.0.1:7302:c',
+                    '127.0.0.1:7402:d',
                 ],
             },
         },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id83efec885d25f10e16f3dc64407894cf3968254
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>

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

Reply via email to