Dzahn has uploaded a new change for review.

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

Change subject: lists: stub role for migration/test on fermium
......................................................................

lists: stub role for migration/test on fermium

Temporary stub role for migration/tests of mailman on fermium.
Opening port 80 in firewalling.

Change-Id: I229cdb1304441136ae5d6412eadb71f929798185
---
M manifests/role/lists.pp
M manifests/site.pp
2 files changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/27/230127/1

diff --git a/manifests/role/lists.pp b/manifests/role/lists.pp
index b2d82ee..0611d7a 100644
--- a/manifests/role/lists.pp
+++ b/manifests/role/lists.pp
@@ -155,3 +155,12 @@
         rule => 'proto tcp dport 783 { saddr (127.0.0.1 ::1) ACCEPT; }'
     }
 }
+
+class role::lists::migration {
+
+    ferm::service { 'mailman-http':
+        proto => 'tcp',
+        port  => '80',
+    }
+
+}
diff --git a/manifests/site.pp b/manifests/site.pp
index 391ac4e..5f36613 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -967,6 +967,7 @@
     include standard
     include admin
     include base::firewall
+    include role::lists::migration
 }
 
 node 'fluorine.eqiad.wmnet' {

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

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