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

Change subject: RESTBase: Do not manage Cassandra 2 in the legacy cluster
......................................................................

RESTBase: Do not manage Cassandra 2 in the legacy cluster

The legacy cluster is going to be decommissioned soon, so we don't need
to manage Cassandra on these nodes any longer. In contrast, we want to
keep RESTBase running on them until each of the nodes is reimaged.
Hence, remove profile::cassandra from the production role, but keep
profile::restbase.

Bug: T184100
Change-Id: If295d2f3192ac57c31819b3bb077bb2799eb0d36
---
M modules/role/manifests/restbase/production.pp
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/22/403122/1

diff --git a/modules/role/manifests/restbase/production.pp 
b/modules/role/manifests/restbase/production.pp
index 3440df5..04097a8 100644
--- a/modules/role/manifests/restbase/production.pp
+++ b/modules/role/manifests/restbase/production.pp
@@ -3,7 +3,10 @@
 # Configures the restbase dev cluster
 class role::restbase::production {
     # Just includes base, no LVS etc.
-    include ::role::restbase::base
+    include ::passwords::cassandra
+    include ::base::firewall
+    include ::standard
+    include ::profile::restbase
     include ::role::lvs::realserver
-    system::role { 'restbase': description => 'Restbase (production)' }
+    system::role { 'restbase': description => 'Restbase (production, Cass 
2.2.x)' }
 }

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

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

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

Reply via email to