Hashar has uploaded a new change for review.

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


Change subject: loopback to all_networks
......................................................................

loopback to all_networks

127.0.0.0/8 has been reserved by RFC 1122 for loopback assignement.
Most commonly 127.0.0.1.
They should be considered as part of our infrastructure.

Change-Id: I2a3d870eb15177e8da9497ced2729e978ac7df8e
---
M manifests/network.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/47/68147/1

diff --git a/manifests/network.pp b/manifests/network.pp
index eb0ad59..01644b9 100644
--- a/manifests/network.pp
+++ b/manifests/network.pp
@@ -2,7 +2,7 @@
 
 class network::constants {
        $external_networks = [ "91.198.174.0/24", "208.80.152.0/22", 
"2620:0:860::/46" ]
-       $all_networks = [ "91.198.174.0/24", "208.80.152.0/22", 
"2620:0:860::/46", "10.0.0.0/8" ]
+       $all_networks = [ "91.198.174.0/24", "208.80.152.0/22", 
"2620:0:860::/46", "10.0.0.0/8", "127.0.0.0/8" ]
        $all_network_subnets = {
                'production' => {
                        'eqiad' => {

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

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

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

Reply via email to