ArielGlenn has submitted this change and it was merged.

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, 12 insertions(+), 1 deletion(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/site.pp b/manifests/site.pp
index a147fc8..2a5a671 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2469,16 +2469,27 @@
     }
 }
 
-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
+    include 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
+    include snapshot::dumps::cron::rest
     include standard
 }
 
 node /^snapshot1004\.eqiad\.wmnet/ {
     role snapshot, snapshot::dumps::monitor
+    include snapshot::dumps::cron::rest
     include standard
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id61926deca8ec04ae8adc1ffe680a67ca083157e
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to