Dzahn has submitted this change and it was merged.
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(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
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: merged
Gerrit-Change-Id: Iff05ae3518c80c930922b62bf986e58fe6af95e2
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits