Muehlenhoff has uploaded a new change for review.

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

Change subject: Use the role keyword for the major roles on analytics1027
......................................................................

Use the role keyword for the major roles on analytics1027

We need this for Hiera-based assignment of Salt grains for debdeploy

Change-Id: I59f9d70d57c6e50885315ed012cdb03d1ddd1a23
---
M manifests/site.pp
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/33/247233/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 870d859..4931617 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -159,13 +159,10 @@
 # (Hue, Oozie, Hive, etc.).  It also submits regularly scheduled
 # batch Hadoop jobs.
 node 'analytics1027.eqiad.wmnet' {
+    role analytics::hive::server, analytics::oozie::server, analytics::hue
 
     include standard
     include base::firewall
-
-    include role::analytics::hive::server
-    include role::analytics::oozie::server
-    include role::analytics::hue
 
     # Make sure refinery happens before analytics::clients,
     # so that the hive role can properly configure Hive's

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

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

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

Reply via email to