Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395863 )

Change subject: site: add conf100[456] with role spare
......................................................................

site: add conf100[456] with role spare

These are running and automatically get "standard"
from the default in site.pp, but they are not explicitly
listed with any role yet since it's in the middle of provisioning.

This means that Ganglia gets installed and i don't want that,
they popped up during by Ganglia decom efforts. Also we want
all servers to have a role for other reasons.

Adding the role(spare) will automatically remove ganglia
and will be sufficient for now until they can actually use
role(configcluster) like the others.

Bug: T166081
Bug: T177225
Change-Id: Ia41d4594fcec3b8256007290202d5c4fbd0b2c4a
---
M manifests/site.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/395863/1

diff --git a/manifests/site.pp b/manifests/site.pp
index c1e433d..a550543 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -169,6 +169,11 @@
     role(configcluster)
 }
 
+# coming soon, see T166081
+node /^conf100[456]\.eqiad\.wmnet$/ {
+    role(spare)
+}
+
 # conf200x are etcd/zookeeper service nodes in codfw
 node /^conf200[123]\.codfw\.wmnet$/ {
     role(configcluster)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia41d4594fcec3b8256007290202d5c4fbd0b2c4a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to