Mark Bergsma has uploaded a new change for review.

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


Change subject: Add 127.0.0.0/8 and ::1 to the wikimedia networks Varnish ACLs
......................................................................

Add 127.0.0.0/8 and ::1 to the wikimedia networks Varnish ACLs

Change-Id: I918248609f90deedf8ca7fe42fe6b270a09bdbf8
---
M manifests/role/cache.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/48/68148/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 0f54126..76ce9f5 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -508,7 +508,7 @@
                                                'max_connections' => 1000,
                                                'weight' => $backend_weight,
                                        }],
-                               wikimedia_networks => 
$network::constants::all_networks,
+                               wikimedia_networks => 
flatten([$network::constants::all_networks, "127.0.0.0/8", "::1"]),
                                xff_sources => $network::constants::all_networks
                        }
 
@@ -674,7 +674,7 @@
                                                'max_connections' => 1000,
                                                'weight' => $backend_weight,
                                        }],
-                               wikimedia_networks => 
$network::constants::all_networks,
+                               wikimedia_networks => 
flatten([$network::constants::all_networks, "127.0.0.0/8", "::1"]),
                                xff_sources => $network::constants::all_networks
                        }
 

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

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

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

Reply via email to