Muehlenhoff has uploaded a new change for review.

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

Change subject: Enable base::firewall on rdb2001
......................................................................

Enable base::firewall on rdb2001

Initial host to enable ferm:
- The redis ports are granted via the redis-server-${port} ferm services
- ipsec/ike is granted via the ipsec-ike ferm service

The rest is covered by standard service rules from base::firewall or
explicitly unwanted (rpcbind).

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/282659/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 0375e97..7c428fb 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2285,6 +2285,10 @@
 
 node /^rdb200[1-6]\.codfw\.wmnet/ {
     role jobqueue_redis
+
+    if $::hostname == 'rdb2001' {
+        include base::firewall
+    }
 }
 
 # restbase eqiad cluster

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

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