Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195041

Change subject: Include the zotero role in the sca role
......................................................................

Include the zotero role in the sca role

Thus assigning zotero to run on the SCA (Service Cluster A) cluster
Update the realserver ips for the role as well.

Bug: T89869

Change-Id: Ie7adfc80ec6f6553bd0cdcbc83b3122642b470b4
---
M hieradata/role/common/sca.yaml
M manifests/role/sca.pp
2 files changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/41/195041/1

diff --git a/hieradata/role/common/sca.yaml b/hieradata/role/common/sca.yaml
index 18406ef..8ac5efb 100644
--- a/hieradata/role/common/sca.yaml
+++ b/hieradata/role/common/sca.yaml
@@ -8,6 +8,7 @@
   - cxserver-admin
 
 lvs::realserver::realserver_ips:
+  - '10.2.2.16' # zotero.svc.eqiad.wmnet
   - '10.2.2.18' # cxserver.svc.eqiad.wmnet
   - '10.2.2.19' # citoid.svc.eqiad.wmnet
   - '10.2.2.20' # mathoid.svc.eqiad.wmnet
diff --git a/manifests/role/sca.pp b/manifests/role/sca.pp
index 7d71f67..a4ae5e1 100644
--- a/manifests/role/sca.pp
+++ b/manifests/role/sca.pp
@@ -1,6 +1,7 @@
-# "Compendium" class for nodes supporting various parsoid services
+# "Compendium" class for nodes supporting various *oid services
+# This class is an intermediate step to better design
 class role::sca {
-    include role::apertium, role::citoid, role::cxserver, role::mathoid
+    include role::apertium, role::citoid, role::cxserver, role::mathoid, 
role::zotero
     include standard
     include admin
     include lvs::realserver

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

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

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

Reply via email to