Muehlenhoff has uploaded a new change for review.

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

Change subject: xhgui: Restrict to domain networks
......................................................................

xhgui: Restrict to domain networks

Only accessed from production networks in production, use DOMAIN_NETWORKS
to allow to be used in a base::firewall-enabled labs instance.

Change-Id: Ide3157490b80bfcd8a3ca765f45b69bf1054bdfc
---
M manifests/role/xhgui.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/31/304831/1

diff --git a/manifests/role/xhgui.pp b/manifests/role/xhgui.pp
index 8103532..dd45e98 100644
--- a/manifests/role/xhgui.pp
+++ b/manifests/role/xhgui.pp
@@ -60,13 +60,13 @@
     ferm::service { 'xhgui_mongodb':
         port   => 27017,
         proto  => 'tcp',
-        srange => '$INTERNAL',
+        srange => '$DOMAIN_NETWORKS',
     }
 
     ferm::service { 'xhgui_http':
         port   => 80,
         proto  => 'tcp',
-        srange => '$INTERNAL',
+        srange => '$DOMAIN_NETWORKS',
     }
 
     git::clone { 'operations/software/xhprof':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide3157490b80bfcd8a3ca765f45b69bf1054bdfc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <mmuhlenh...@wikimedia.org>

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

Reply via email to