Dzahn has uploaded a new change for review.

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

Change subject: add restbase hosts to network.pp
......................................................................

add restbase hosts to network.pp

This will enable us to use $RESTBASE_HOSTS in ferm rules without
having to use hardcoded IPs in multiple places when we want to allow
packets only from other restbase nodes.

Bug:T92680
Change-Id: Icd5cd19bbc81255cd642a4b970850ba884dda6b0
---
M manifests/network.pp
1 file changed, 16 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/39/197839/1

diff --git a/manifests/network.pp b/manifests/network.pp
index 7768590..3ba6ae9 100644
--- a/manifests/network.pp
+++ b/manifests/network.pp
@@ -39,13 +39,24 @@
                     '2620:0:861:2:7a2b:cbff:fe09:d5c', # iron.wikimedia.org 
SLAAC
                     ],
             'monitoring_hosts' => [
-                        '208.80.154.14', # neon.wikimedia.org
-                        '2620:0:861:1:208:80:154:14', # neon.wikimedia.org
-                        '2620:0:861:1:7a2b:cbff:fe08:a42f', # 
neon.wikimedia.org SLAAC
-                        '208.80.154.53', # uranium.wikimedia.org (ganglia, 
gmetad needs it)
+                    '208.80.154.14', # neon.wikimedia.org
+                    '2620:0:861:1:208:80:154:14', # neon.wikimedia.org
+                    '2620:0:861:1:7a2b:cbff:fe08:a42f', # neon.wikimedia.org 
SLAAC
+                    '208.80.154.53', # uranium.wikimedia.org (ganglia, gmetad 
needs it)
                     ],
             'deployment_hosts' => [
-                        '10.64.0.196', # tin.eqiad.wmnet
+                    '10.64.0.196', # tin.eqiad.wmnet
+                    ],
+            'restbase_hosts' => [
+                    '10.64.0.220',  # restbase1001
+                    '10.64.0.221',  # restbase1002
+                    '10.64.32.159', # restbase1003
+                    '10.64.32.160', # restbase1004
+                    '10.64.48.99',  # restbase1005
+                    '10.64.48.100', # restbase1006
+                    '10.64.16.147', # cerium
+                    '10.64.0.200',  # xenon
+                    '10.64.16.149', # praseodymium
                     ],
         },
         'labs' => {

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

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

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

Reply via email to