Alexandros Kosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/207490
Change subject: Revert "Revert "Add the LVS blocks to url_downloader"" ...................................................................... Revert "Revert "Add the LVS blocks to url_downloader"" This reverts commit e412ad4e3ce9120cb750a291602374fa0990352f. Re-enabling LVS IP blocks in url_downloader. Should be merged after https://gerrit.wikimedia.org/r/#/c/207454/2 is merged. Change-Id: If912bcafcd7d16cc738fb50eb5615f17b4e8344b --- M manifests/role/url_downloader.pp 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/90/207490/1 diff --git a/manifests/role/url_downloader.pp b/manifests/role/url_downloader.pp index e620fe7..8db6101 100644 --- a/manifests/role/url_downloader.pp +++ b/manifests/role/url_downloader.pp @@ -50,6 +50,11 @@ $network::constants::all_network_subnets['production']['codfw']['private']['private1-c-codfw']['ipv4'], $network::constants::all_network_subnets['production']['codfw']['private']['private1-d-codfw']['ipv4'], + $network::constants::all_network_subnets['production']['codfw']['public']['public1-lvs-codfw']['ipv4'], + $network::constants::all_network_subnets['production']['eqiad']['public']['public1-lvs-eqiad']['ipv4'], + $network::constants::all_network_subnets['production']['ulsfo']['public']['public1-lvs-ulsfo']['ipv4'], + $network::constants::all_network_subnets['production']['esams']['public']['public1-lvs-esams']['ipv4'], + $network::constants::all_network_subnets['production']['esams']['public']['public1-esams']['ipv4'], #TODO: Do we need this ? ] } elsif $::realm == 'labs' { -- To view, visit https://gerrit.wikimedia.org/r/207490 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If912bcafcd7d16cc738fb50eb5615f17b4e8344b Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
