Ottomata has uploaded a new change for review.
https://gerrit.wikimedia.org/r/168966
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, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/66/168966/1
diff --git a/manifests/site.pp b/manifests/site.pp
index 8fd59d7..533c91b 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2631,7 +2631,6 @@
node /^elastic10(0[1-9]|1[0-9])\.eqiad\.wmnet/ {
# ganglia cluster name.
- $cluster = 'elasticsearch'
if $::hostname =~ /^elastic10(0[17]|13)/ {
$ganglia_aggregator = true
}
@@ -2646,6 +2645,14 @@
}
}
+# Installing OS on these nodes, will include elasticseach roles shortly...
+node /^elastic10(2[0-9]|3[01])\.eqiad\.wmnet/ {
+ $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: newchange
Gerrit-Change-Id: Ib28ce50f9729a73104ee53ade2c008994422f8ba
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits