Cmjohnson has uploaded a new change for review.

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


Change subject: adding site.pp entry for elastic1001-12
......................................................................

adding site.pp entry for elastic1001-12

Change-Id: Ib434b109455b79783edac7ba91784872fb5517a9
---
M manifests/site.pp
1 file changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/69/95969/1

diff --git a/manifests/site.pp b/manifests/site.pp
index e369cde..b7ba8fe 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -906,6 +906,18 @@
         misc::mediawiki-irc-relay
 }
 
+node /^elastic10(0[1-9]|1[0-2])\.eqiad\.wmnet$/ {
+    include accounts::manybubbles,
+        accounts::demon,
+        groups::wikidev
+
+    sudo_user { [ "manybubbles" ]: privileges => ['ALL = NOPASSWD: ALL'] }
+    sudo_user { [ "demon" ]: privileges => ['ALL = NOPASSWD: ALL'] }
+
+    include standard,
+    include role::elasticsearch::production
+}
+
 # base_analytics_logging_node is defined in role/logging.pp
 node "emery.wikimedia.org" inherits "base_analytics_logging_node" {
     include

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

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

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

Reply via email to