Ottomata has submitted this change and it was merged.

Change subject: Install base system on new elasticsearch nodes
......................................................................


Install base system on new elasticsearch nodes

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

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 688ebf4..8687a57 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2648,6 +2648,15 @@
     }
 }
 
+# Installing OS on these nodes, will include elasticseach roles shortly...
+node /^elastic10(2[0-9]|3[01])\.eqiad\.wmnet/ {
+    # ganglia cluster name.
+    $cluster = 'elasticsearch'
+    class { 'admin': groups => ['elasticsearch-roots'] }
+    include standard
+}
+
+
 node 'lead.wikimedia.org' {
     class { 'admin': groups => ['oit'] }
     include standard-noexim

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

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

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

Reply via email to