Muehlenhoff has uploaded a new change for review.

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

Change subject: Add ferm rules for pybal SSH health checks
......................................................................

Add ferm rules for pybal SSH health checks

The use of INTERNAL as the srange is an interim solution, until 236519
(and followup commits for eqiad/esams/ulsfo) are merged. This allows
to already enable this on a few servers in codfw for some advance testing.

Change-Id: I7a100d38c58bbcd9f932a36f7cd48034f66908b4
---
M manifests/role/mediawiki.pp
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/236734/1

diff --git a/manifests/role/mediawiki.pp b/manifests/role/mediawiki.pp
index b46215a..baab713 100644
--- a/manifests/role/mediawiki.pp
+++ b/manifests/role/mediawiki.pp
@@ -32,6 +32,13 @@
         rule  => 'proto tcp dport (6379 6380 11212) NOTRACK;',
     }
 
+    ferm::service{ 'ssh_pybal':
+        proto  => 'tcp',
+        port   => '22',
+        srange => '$INTERNAL',
+        desc   => 'Allow incoming SSH for pybal health checks',
+    }
+
     if $::site == 'eqiad' {
         monitoring::service { 'mediawiki-installation DSH group':
             description           => 'mediawiki-installation DSH group',

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

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

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

Reply via email to