Dzahn has uploaded a new change for review.

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

Change subject: dumps::zim: open port 80 for http connections
......................................................................

dumps::zim: open port 80 for http connections

Node 'francium' has base::firewall and connections to port 80
must be allowed, at least from the dumps hosts, who proxy to this.

It has a private IP though so external clients already can't access it.
Want me to limit it to _only_ dataset1001 nevertheless?

Bug:T94457
Change-Id: Ic5e12fd3fcb130df9186823c1a1144d820e928bb
---
M manifests/role/dumps.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/49/204649/1

diff --git a/manifests/role/dumps.pp b/manifests/role/dumps.pp
index 12e9289..72e711e 100644
--- a/manifests/role/dumps.pp
+++ b/manifests/role/dumps.pp
@@ -18,5 +18,11 @@
     system::role { 'dumps::zim': description => 'ZIM dumps' }
 
     include ::dumps::zim
+
+    ferm::service { 'zim_dumps_http':
+        proto  => 'tcp',
+        port   => '80',
+    }
+
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5e12fd3fcb130df9186823c1a1144d820e928bb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

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

Reply via email to