Dzahn has uploaded a new change for review.

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

Change subject: osmium: temp. add rsyncd to copy ruthenium data
......................................................................

osmium: temp. add rsyncd to copy ruthenium data

Temp. adds an rsyncd to server osmium, to copy over
data from ruthenium to reinstall the latter.

rsync over ssh is an issue without agent forwarding.

Bug:T122328
Change-Id: Iff05ae3518c80c930922b62bf986e58fe6af95e2
---
A manifests/role/rsync_ruthenium.pp
M manifests/site.pp
2 files changed, 14 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/97/265097/1

diff --git a/manifests/role/rsync_ruthenium.pp 
b/manifests/role/rsync_ruthenium.pp
new file mode 100644
index 0000000..241b168
--- /dev/null
+++ b/manifests/role/rsync_ruthenium.pp
@@ -0,0 +1,13 @@
+class role::rsync_ruthenium {
+
+    $sourceip='10.64.16.151'
+
+    include rsync::server
+
+    rsync::server::module { 'ruthenium':
+        path        => '/srv/ruthenium',
+        read_only   => 'no',
+        hosts_allow => $sourceip,
+    }
+
+}
diff --git a/manifests/site.pp b/manifests/site.pp
index 83c0d33..19aa4d3 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2170,7 +2170,7 @@
 
 # VisualEditor performance testing rig
 node 'osmium.eqiad.wmnet' {
-    role ve
+    role ve, rsync_ruthenium
     include ::standard
 }
 

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

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

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

Reply via email to