ArielGlenn has uploaded a new change for review.

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

Change subject: enable dumps from cron on snapshot hosts
......................................................................

enable dumps from cron on snapshot hosts

Change-Id: Id61926deca8ec04ae8adc1ffe680a67ca083157e
---
M manifests/site.pp
1 file changed, 11 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/53/267653/1

diff --git a/manifests/site.pp b/manifests/site.pp
index a147fc8..c630f1b 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2469,16 +2469,24 @@
     }
 }
 
-node /^snapshot100[12]\.eqiad\.wmnet/ {
+node /^snapshot1001\.eqiad\.wmnet/ {
     # NOTE: New snapshot hosts must also be manually added
     # to modules/dataset/files/exports. One must also manually
     # run `exportfs -r` on dataset1001. (T111586)
-    role snapshot
+    role snapshot, snapshot::dumps::cron::huge
+    include standard
+}
+
+node /^snapshot1002\.eqiad\.wmnet/ {
+    # NOTE: New snapshot hosts must also be manually added
+    # to modules/dataset/files/exports. One must also manually
+    # run `exportfs -r` on dataset1001. (T111586)
+    role snapshot, snapshot::dumps::cron::rest
     include standard
 }
 
 node /^snapshot1004\.eqiad\.wmnet/ {
-    role snapshot, snapshot::dumps::monitor
+    role snapshot, snapshot::dumps::cron::rest, snapshot::dumps::monitor
     include standard
 }
 

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

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

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

Reply via email to