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

Change subject: site: add eventlog2001 as spare::system
......................................................................

site: add eventlog2001 as spare::system

eventlog2001 didn't have any roles. This causes
a couple issues, like no firewall rules, Ganglia
doesn't get removed for decom purposes, no upgrades etc.

Adding it with role(spare::system) until it gets a real role,
per server lifecycle page.

Bug: T119930
Bug: T177225
Change-Id: I4cc40633fa4eaf9440baf12047722bac8b2bd0d4
---
A hieradata/role/common/backup/offsite.yaml
A hieradata/role/common/mw_rc_irc.yaml
M manifests/site.pp
3 files changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/04/396104/1

diff --git a/hieradata/role/common/backup/offsite.yaml 
b/hieradata/role/common/backup/offsite.yaml
new file mode 100644
index 0000000..49549d1
--- /dev/null
+++ b/hieradata/role/common/backup/offsite.yaml
@@ -0,0 +1 @@
+standard::has_ganglia: false
diff --git a/hieradata/role/common/mw_rc_irc.yaml 
b/hieradata/role/common/mw_rc_irc.yaml
new file mode 100644
index 0000000..49549d1
--- /dev/null
+++ b/hieradata/role/common/mw_rc_irc.yaml
@@ -0,0 +1 @@
+standard::has_ganglia: false
diff --git a/manifests/site.pp b/manifests/site.pp
index dee48d2..da6af9b 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -932,8 +932,7 @@
 
 # EventLogging Analytics does not (yet?) run in codfw.
 node 'eventlog2001.codfw.wmnet' {
-    include ::standard
-    include ::base::firewall
+    role(spare::system)
 }
 
 # virtual machine for mailman list server

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4cc40633fa4eaf9440baf12047722bac8b2bd0d4
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