ArielGlenn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/368383 )

Change subject: do rsyncs of pageviews and other items from stat1005 now 
instead of stat1002
......................................................................

do rsyncs of pageviews and other items from stat1005 now instead of stat1002

Change-Id: Id9227f6f73c24c7873a76cf943d793086fe2e3cf
---
M modules/role/manifests/dataset/primary.pp
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/83/368383/1

diff --git a/modules/role/manifests/dataset/primary.pp 
b/modules/role/manifests/dataset/primary.pp
index 34281a1..7e7a4f1 100644
--- a/modules/role/manifests/dataset/primary.pp
+++ b/modules/role/manifests/dataset/primary.pp
@@ -33,14 +33,14 @@
     # from an rsyncable location.
     dataset::cron::job { 'mediacounts':
         ensure      => present,
-        source      => 'stat1002.eqiad.wmnet::hdfs-archive/mediacounts',
+        source      => 'stat1005.eqiad.wmnet::hdfs-archive/mediacounts',
         destination => '/data/xmldatadumps/public/other/mediacounts',
         minute      => '41',
     }
 
     class { '::dataset::cron::rsync::nginxlogs':
         enable => true,
-        dest   => 
'stat1002.eqiad.wmnet::srv/log/webrequest/archive/dumps.wikimedia.org/',
+        dest   => 
'stat1005.eqiad.wmnet::srv/log/webrequest/archive/dumps.wikimedia.org/',
     }
 
     class { '::dataset::cron::wikitech_dumps':
@@ -67,7 +67,7 @@
     # is the same.
     dataset::cron::job { 'pageview':
         ensure      => present,
-        source      => 
'stat1002.eqiad.wmnet::hdfs-archive/{pageview,projectview}/legacy/hourly',
+        source      => 
'stat1005.eqiad.wmnet::hdfs-archive/{pageview,projectview}/legacy/hourly',
         destination => '/data/xmldatadumps/public/other/pageviews',
         minute      => '51',
     }
@@ -88,7 +88,7 @@
     #           (docs on the table from which these statistics are computed)
     dataset::cron::job { 'unique_devices':
         ensure      => present,
-        source      => 'stat1002.eqiad.wmnet::hdfs-archive/unique_devices',
+        source      => 'stat1005.eqiad.wmnet::hdfs-archive/unique_devices',
         destination => '/data/xmldatadumps/public/other/unique_devices',
         minute      => '31',
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9227f6f73c24c7873a76cf943d793086fe2e3cf
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>

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

Reply via email to