Elukey has uploaded a new change for review. https://gerrit.wikimedia.org/r/265227
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/27/265227/1 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: newchange Gerrit-Change-Id: I5715988a4526643054b5707b3802769f479c695e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
