Ottomata has submitted this change and it was merged.

Change subject: Open up port 8000 for burrow (on krypton)
......................................................................


Open up port 8000 for burrow (on krypton)

Bug: T115669
Change-Id: I0065e1f7e5307c29f4af780dd29c791113b3120a
---
M manifests/role/analytics/burrow.pp
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  Muehlenhoff: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/manifests/role/analytics/burrow.pp 
b/manifests/role/analytics/burrow.pp
index c4e07fc..248c019 100644
--- a/manifests/role/analytics/burrow.pp
+++ b/manifests/role/analytics/burrow.pp
@@ -17,4 +17,11 @@
         from_email         => "burrow@${::fqdn}",
         to_emails          => '[email protected], [email protected]',
     }
+
+    # Burrow has an HTTP REST API on port 8000
+    ferm::service { 'burrow':
+        proto  => 'tcp',
+        port   => '8000',
+        srange => '$ALL_NETWORKS',
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0065e1f7e5307c29f4af780dd29c791113b3120a
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to