Dzahn has uploaded a new change for review.

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

Change subject: ruthenium: switch rsyncd setup over from osmium
......................................................................

ruthenium: switch rsyncd setup over from osmium

After having copied data from ruthenium to osmium
and reinstalling ruthenium, now we need to copy it back
where it came from.

Bug:T122328
Change-Id: Ia84d168baa97a5ba740805d2b07bfbb77146c520
---
M manifests/role/rsync_ruthenium.pp
M manifests/site.pp
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/49/265849/1

diff --git a/manifests/role/rsync_ruthenium.pp 
b/manifests/role/rsync_ruthenium.pp
index 241b168..5223063 100644
--- a/manifests/role/rsync_ruthenium.pp
+++ b/manifests/role/rsync_ruthenium.pp
@@ -1,11 +1,11 @@
 class role::rsync_ruthenium {
 
-    $sourceip='10.64.16.151'
+    $sourceip='10.64.32.146'
 
     include rsync::server
 
     rsync::server::module { 'ruthenium':
-        path        => '/srv/ruthenium',
+        path        => '/mnt/data',
         read_only   => 'no',
         hosts_allow => $sourceip,
     }
diff --git a/manifests/site.pp b/manifests/site.pp
index 19aa4d3..3315994 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2170,7 +2170,7 @@
 
 # VisualEditor performance testing rig
 node 'osmium.eqiad.wmnet' {
-    role ve, rsync_ruthenium
+    role ve
     include ::standard
 }
 
@@ -2302,7 +2302,7 @@
 # Right now, both rt-server and rt-clients run on the same node
 # But, we are likely going to split them into different boxes soon.
 node 'ruthenium.eqiad.wmnet' {
-    role testsystem, parsoid::testing, parsoid-rt-server, parsoid-rt-client
+    role testsystem, parsoid::testing, parsoid-rt-server, parsoid-rt-client, 
rsync_ruthenium
 }
 
 # T95046 install/deploy scandium as zuul merger (ci) server

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia84d168baa97a5ba740805d2b07bfbb77146c520
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to