ArielGlenn has submitted this change and it was merged.

Change subject: use new cron job class for dumps on snapshot 1001 and 1004 also
......................................................................


use new cron job class for dumps on snapshot 1001 and 1004 also

Change-Id: I25d75c2d4939588faa3a6e30458f1a295fda2e6c
---
M manifests/site.pp
1 file changed, 2 insertions(+), 10 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 742af1b..d763118 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2468,15 +2468,7 @@
     }
 }
 
-node /^snapshot1001\.eqiad\.wmnet/ {
-    # NOTE: New snapshot hosts must also be manually added
-    # to hiera common.yaml dataset_clients_snapshots.
-
-    role snapshot, snapshot::dumps::hugewikis
-    include standard
-}
-
-node /^snapshot1002\.eqiad\.wmnet/ {
+node /^snapshot100[1-2]\.eqiad\.wmnet/ {
     # NOTE: New snapshot hosts must also be manually added
     # to hiera common.yaml dataset_clients_snapshots.
 
@@ -2488,7 +2480,7 @@
     # NOTE: New snapshot hosts must also be manually added
     # to hiera common.yaml dataset_clients_snapshots.
 
-    role snapshot, snapshot::dumps::monitor, snapshot::dumps::regularwikis
+    role snapshot, snapshot::cron, snapshot::dumps::monitor
     include standard
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I25d75c2d4939588faa3a6e30458f1a295fda2e6c
Gerrit-PatchSet: 1
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