Muehlenhoff has uploaded a new change for review.
https://gerrit.wikimedia.org/r/227197
Change subject: Add ferm rules for Kibana
......................................................................
Add ferm rules for Kibana
Bug: T104939
Change-Id: Iaac1cd1ce2ebb716f0c1b12f24837b2589f2f88e
---
M manifests/role/kibana.pp
1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/97/227197/1
diff --git a/manifests/role/kibana.pp b/manifests/role/kibana.pp
index ac08937..2604fdd 100644
--- a/manifests/role/kibana.pp
+++ b/manifests/role/kibana.pp
@@ -74,6 +74,12 @@
include ::apache::mod::proxy_http
include ::apache::mod::rewrite
+ ferm::service { 'kibana_frontend':
+ proto => 'tcp',
+ port => 80,
+ srange => '$INTERNAL',
+ }
+
apache::site { $hostname:
content => template('kibana/apache.conf.erb'),
}
--
To view, visit https://gerrit.wikimedia.org/r/227197
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaac1cd1ce2ebb716f0c1b12f24837b2589f2f88e
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