Dzahn has submitted this change and it was merged.

Change subject: add ferm service for poolcounterd
......................................................................


add ferm service for poolcounterd

tcp        0      0 0.0.0.0:7531 .. 19590/poolcounterd

eqiad poolservers don't include base::firewall yet (so noop there),
but i would like to on new codfw servers. (Iea291978649db8dddc729).

Bug:T93261
Change-Id: Iae2bca2f24823701e61e2aad9d63b2c06c0c6d55
---
M manifests/role/poolcounter.pp
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Filippo Giunchedi: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/role/poolcounter.pp b/manifests/role/poolcounter.pp
index e85ac9f..d2a19c4 100644
--- a/manifests/role/poolcounter.pp
+++ b/manifests/role/poolcounter.pp
@@ -17,4 +17,10 @@
         check_command => 'check_tcp!7531',
     }
 
+    # firewalling
+    ferm::service { 'poolcounterd':
+        proto  => 'tcp',
+        port   => '7531',
+        srange => '$ALL_NETWORKS',
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iae2bca2f24823701e61e2aad9d63b2c06c0c6d55
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to