Dzahn has submitted this change and it was merged.

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(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



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: merged
Gerrit-Change-Id: Iaac1cd1ce2ebb716f0c1b12f24837b2589f2f88e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to