coren has uploaded a new change for review.

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

Change subject: Labs: Add labstore100[12] node entry
......................................................................

Labs: Add labstore100[12] node entry

Change-Id: Ib391486989e6c2c0a19cc69d8357c3cc8eb85841
---
M manifests/site.pp
1 file changed, 21 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/52/113952/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 87f6062..5a3d61a 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1271,6 +1271,27 @@
     class { "ldap::role::client::labs": ldapincludes => $ldapincludes }
 }
 
+node /labstore100[12]\.eqiad\.wmnet/ {
+
+    $cluster = "labsnfs"
+    $ldapincludes = ['openldap', 'nss', 'utils']
+
+    $ganglia_aggregator = true
+
+    include standard,
+        openstack::project-nfs-storage-service,
+        rsync::server
+
+    rsync::server::module {
+        'pagecounts':
+            path        => '/srv/dumps/pagecounts',
+            read_only   => 'false',
+            hosts_allow => ['208.80.154.11', '208.80.152.185'];
+    }
+
+    class { "ldap::role::client::labs": ldapincludes => $ldapincludes }
+}
+
 node 'lanthanum.eqiad.wmnet' {
     include standard,
         admins::roots,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib391486989e6c2c0a19cc69d8357c3cc8eb85841
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