Muehlenhoff has uploaded a new change for review.

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

Change subject: Enable ferm on snapshot1001
......................................................................

Enable ferm on snapshot1001

The snapshot hosts have a number of NFS-related processes installed and
running, but don't provide NFS them selves (only a mount on dataset1001).

The nutcracker port listening on 22223 is only required for stats
processing by Diamond and only needed on localhost, I had filed T111934
to make it only listen on localhost.

We can only enable the snapshot* hosts while no snapshot is running, since
the setup of ferm would disrupt an ongoing dump, so this needs to be merged
in an inactive phase.

Bug: T104991
Change-Id: I5d9fa8db7487630a2cb5170f5b82534bb7dff88c
---
M manifests/site.pp
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/15/237615/1

diff --git a/manifests/site.pp b/manifests/site.pp
index f9606a5..50cedba 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2361,6 +2361,10 @@
     if $::fqdn == 'snapshot1003.eqiad.wmnet' {
         include role::snapshot::cron::primary
     }
+
+    if $::hostname == 'snapshot1001' {
+        include base::firewall
+    }
 }
 
 # codfw poolcounters

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d9fa8db7487630a2cb5170f5b82534bb7dff88c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <mmuhlenh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to