Ori.livneh has submitted this change and it was merged. Change subject: Enable geo_cookie on cp1055 as well ......................................................................
Enable geo_cookie on cp1055 as well This time, I will be computing a simple moving average of time-to-first byte, and compare values before and after enabling geo_cookie. Approved by bblack. Change-Id: I47332ffa1fe613655c77353db17e9d4b855d1dc1 --- M manifests/role/cache.pp 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ori.livneh: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp index 6399b70..790e58a 100644 --- a/manifests/role/cache.pp +++ b/manifests/role/cache.pp @@ -645,7 +645,7 @@ wikimedia_networks => $wikimedia_networks, } - $text_enable_geo = ( $::realm == 'labs' or $::hostname == 'cp1066' ) + $text_enable_geo = ( $::realm == 'labs' or $::hostname == 'cp1066' or $::hostname == 'cp1055' ) varnish::instance { "text-frontend": name => "frontend", -- To view, visit https://gerrit.wikimedia.org/r/116905 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I47332ffa1fe613655c77353db17e9d4b855d1dc1 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <o...@wikimedia.org> Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits