Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Fix maps-test200{1,2,3,4} role classes
......................................................................


Fix maps-test200{1,2,3,4} role classes

It used to be that maps role class were included on the maps-test200X 
but in I2a44ee9c026 that stopped being so, while restructuring the
classes. Since then puppet was broken on maps-test2001 and a lot of
resources were missing. Fix all that by reinclude role::maps::server

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

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index 0a48f48..a45aeeb 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1831,11 +1831,11 @@
 }
 
 node 'maps-test2001.codfw.wmnet' {
-    role maps::master
+    role maps::server, maps::master
 }
 
 node /^maps-test200[2-4]\.codfw\.wmnet/ {
-    role maps::slave
+    role maps::server, maps::slave
 }
 
 node /^mc(10[01][0-9])\.eqiad\.wmnet/ {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6b43f4116162aead9ac0436a48adaf5d530448e5
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to