Muehlenhoff has uploaded a new change for review.

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

Change subject: role::labs::graphite: Further use of LABS_NETWORKS
......................................................................

role::labs::graphite: Further use of LABS_NETWORKS

These are only accessed by labs instances, production hosts use
a different graphite host.

Change-Id: Idc5d0686b846b2a74b88bbc3d8a47422e3d96b7c
---
M modules/role/manifests/labs/graphite.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/297361/1

diff --git a/modules/role/manifests/labs/graphite.pp 
b/modules/role/manifests/labs/graphite.pp
index 9791eee..c862f49 100644
--- a/modules/role/manifests/labs/graphite.pp
+++ b/modules/role/manifests/labs/graphite.pp
@@ -36,13 +36,13 @@
     ferm::service { 'statsite_udp':
         proto  => 'udp',
         port   => '8125',
-        srange => '$INTERNAL',
+        srange => '$LABS_NETWORKS',
     }
 
     ferm::service { 'statsite_tcp':
         proto  => 'udp',
         port   => '8125',
-        srange => '$INTERNAL',
+        srange => '$LABS_NETWORKS',
     }
 
     ferm::service { 'carbon_c_relay-frontend_relay_udp':
@@ -60,6 +60,6 @@
     ferm::service { 'carbon_pickled':
         proto  => 'tcp',
         port   => '2004',
-        srange => '$INTERNAL',
+        srange => '$LABS_NETWORKS',
     }
 }

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

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

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

Reply via email to