Hello Ottomata,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: Move geowiki datafile generation to stat1001
......................................................................

Move geowiki datafile generation to stat1001

As the generated datafiles will soon contain private data that should
get hosted through stat1001, and stat1 will be phased out anyways, we
move datafile generation straight to stat1001.

Change-Id: I5d2fe68872e79ad574a938712560212386ae6a3f
---
M manifests/role/statistics.pp
1 file changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/76/91576/1

diff --git a/manifests/role/statistics.pp b/manifests/role/statistics.pp
index 0f6a191..e039dda 100644
--- a/manifests/role/statistics.pp
+++ b/manifests/role/statistics.pp
@@ -25,8 +25,6 @@
                misc::statistics::rsync::jobs::eventlogging,
                # geowiki: bringing data from production slave db to research db
                misc::statistics::geowiki::jobs::data,
-               # geowiki: generate limn files from research db and push them
-               misc::statistics::geowiki::jobs::limn,
                # geowiki: monitors the geowiki files of http://gp.wmflabs.org/
                misc::statistics::geowiki::jobs::monitoring
 }
@@ -45,7 +43,11 @@
                # reportcard.wikimedia.org
                misc::statistics::sites::reportcard,
                # rsync public datasets from stat1 hourly
-               misc::statistics::public_datasets
+               misc::statistics::public_datasets,
+               # geowiki: generate limn files from research db and push them
+               # (This class is on the web-server to avoid having to move
+               # the private geowiki data between hosts)
+               misc::statistics::geowiki::jobs::limn
 }
 
 class role::statistics::private inherits role::statistics {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d2fe68872e79ad574a938712560212386ae6a3f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

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

Reply via email to