Muehlenhoff has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/328664 )

Change subject: hive/metastore: Restrict to analytics networks
......................................................................

hive/metastore: Restrict to analytics networks

We're getting rid of $INTERNAL, which is needlessly broad. Restrict to the
analytics networks instead.

Change-Id: I4aa19b599452d7577a72fe733263fe56a3a90c11
---
M modules/role/manifests/analytics_cluster/hive/metastore.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/64/328664/1

diff --git a/modules/role/manifests/analytics_cluster/hive/metastore.pp 
b/modules/role/manifests/analytics_cluster/hive/metastore.pp
index 9ba7b3c..475ef88 100644
--- a/modules/role/manifests/analytics_cluster/hive/metastore.pp
+++ b/modules/role/manifests/analytics_cluster/hive/metastore.pp
@@ -13,7 +13,7 @@
     ferm::service{ 'hive_metastore':
         proto  => 'tcp',
         port   => '9083',
-        srange => '$INTERNAL',
+        srange => '$ANALYTICS_NETWORKS',
     }
 
     # Include icinga alerts if production realm.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4aa19b599452d7577a72fe733263fe56a3a90c11
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