coren has uploaded a new change for review.

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


Change subject: Add rsync daemon to labstore[34]
......................................................................

Add rsync daemon to labstore[34]

So that pagecounts can be rsynced to them.

Change-Id: Id67f55e1d227b40a1742190067c945194cdc1241
---
M manifests/site.pp
1 file changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/91611/1

diff --git a/manifests/site.pp b/manifests/site.pp
index a204fe4..6a29b43 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1386,7 +1386,15 @@
     $ganglia_aggregator = true
 
     include standard,
-        openstack::project-nfs-storage-service
+        openstack::project-nfs-storage-service,
+        rsync::server
+
+    rsync::server::module {
+        'pagecounts':
+            path        => '/exp/pagecounts',
+            read_only   => 'false',
+            hosts_allow => ['208.80.154.11', '208.80.152.185'];
+    }
 
     class { "ldap::role::client::labs": ldapincludes => $ldapincludes }
 }

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

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

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

Reply via email to