Yuvipanda has submitted this change and it was merged. Change subject: Added some comments for the node stat1001 (analytics) ......................................................................
Added some comments for the node stat1001 (analytics) Change-Id: I5715988a4526643054b5707b3802769f479c695e Signed-off-by: Luca Toscano <[email protected]> --- M manifests/site.pp 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: Yuvipanda: Looks good to me, approved jenkins-bot: Verified diff --git a/manifests/site.pp b/manifests/site.pp index 19aa4d3..7bcaab8 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -2358,6 +2358,16 @@ } node 'stat1001.eqiad.wmnet' { + # stat1001 is mainly used to host Analytics websites like: + # - http://stats.wikimedia.org (Wikistats) + # - http://datasets.wikimedia.org + # - http://metrics.wikimedia.org + # or https://metrics.wmflabs.org/ (Wikimetrics) + # + # For a complete and up to date list please check the + # related role/module. + # + # This node is not intended for data processing. role statistics::web include standard include base::firewall -- To view, visit https://gerrit.wikimedia.org/r/265227 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5715988a4526643054b5707b3802769f479c695e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Joal <[email protected]> Gerrit-Reviewer: Mforns <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
