Mark Bergsma has submitted this change and it was merged.
Change subject: Add 127.0.0.0/8 and ::1/128 to the wikimedia networks Varnish
ACLs
......................................................................
Add 127.0.0.0/8 and ::1/128 to the wikimedia networks Varnish ACLs
Change-Id: I918248609f90deedf8ca7fe42fe6b270a09bdbf8
---
M manifests/role/cache.pp
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Mark Bergsma: Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 0f54126..9105a3f 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/128"]),
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/128"]),
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: merged
Gerrit-Change-Id: I918248609f90deedf8ca7fe42fe6b270a09bdbf8
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits