Alexandros Kosiaris has submitted this change and it was merged.

Change subject: restbase: add ferm service for 7231/tcp
......................................................................


restbase: add ferm service for 7231/tcp

T92680 says "Allow TCP port 22, 5666, and 7231 (ssh, npre, and restbase web) 
from all sources"

22 and 5666 would already be covered by base::firewall.

Bug:T92680
Change-Id: I91f9369afbd7320d75c9b34d4417b789909c723c
---
M manifests/role/restbase.pp
1 file changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/manifests/role/restbase.pp b/manifests/role/restbase.pp
index 2e92652..5bb8984 100644
--- a/manifests/role/restbase.pp
+++ b/manifests/role/restbase.pp
@@ -11,4 +11,11 @@
     include ::restbase
 
     include lvs::realserver
+
+
+    ferm::service {'restbase_web':
+        proto => 'tcp',
+        port  => '7231',
+    }
+
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I91f9369afbd7320d75c9b34d4417b789909c723c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: John F. Lewis <[email protected]>
Gerrit-Reviewer: Matanya <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to