[MediaWiki-commits] [Gerrit] Fix eventlogging graphite consumer on hafnium - change (operations/puppet)

2015-04-06 Thread Ottomata (Code Review)
Ottomata has uploaded a new change for review.

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

Change subject: Fix eventlogging graphite consumer on hafnium
..

Fix eventlogging graphite consumer on hafnium

Change-Id: Icc76370d089548b4a2bfe6269f2125c69cda31a0
---
M manifests/role/eventlogging.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/70/202070/1

diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index 829f80f..b98f206 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -214,8 +214,10 @@
 class role::eventlogging::graphite {
 include ::eventlogging::monitoring
 
+# Too bad this isn't in a hiera variable :(
+$eventlogging_host = 'eventlog1001.eqiad.wmnet'
 eventlogging::service::consumer { 'graphite':
-input  = tcp://${::fqdn}:8600,
+input  = tcp://${eventlogging_host}:8600,
 output = 'statsd://statsd.eqiad.wmnet:8125',
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc76370d089548b4a2bfe6269f2125c69cda31a0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata o...@wikimedia.org

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


[MediaWiki-commits] [Gerrit] Fix eventlogging graphite consumer on hafnium - change (operations/puppet)

2015-04-06 Thread Ottomata (Code Review)
Ottomata has submitted this change and it was merged.

Change subject: Fix eventlogging graphite consumer on hafnium
..


Fix eventlogging graphite consumer on hafnium

Change-Id: Icc76370d089548b4a2bfe6269f2125c69cda31a0
---
M manifests/role/eventlogging.pp
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Ottomata: Looks good to me, approved
  Nuria: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index 829f80f..b98f206 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -214,8 +214,10 @@
 class role::eventlogging::graphite {
 include ::eventlogging::monitoring
 
+# Too bad this isn't in a hiera variable :(
+$eventlogging_host = 'eventlog1001.eqiad.wmnet'
 eventlogging::service::consumer { 'graphite':
-input  = tcp://${::fqdn}:8600,
+input  = tcp://${eventlogging_host}:8600,
 output = 'statsd://statsd.eqiad.wmnet:8125',
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icc76370d089548b4a2bfe6269f2125c69cda31a0
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata o...@wikimedia.org
Gerrit-Reviewer: Nuria nu...@wikimedia.org
Gerrit-Reviewer: Ottomata o...@wikimedia.org
Gerrit-Reviewer: jenkins-bot 

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