Physikerwelt has uploaded a new change for review.

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

Change subject: WIP: assign mathoid production hosts
......................................................................

WIP: assign mathoid production hosts

depends on Iadc5e539b92d0628d022b481756534613dc78ef6

Bug: 69990
Change-Id: Idb610901b17bf8a4698dff5769623591fcad01b7
RT: 6077
---
M manifests/site.pp
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/76/156576/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 7209d35..9ae7a9f 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2809,6 +2809,13 @@
     class { 'lvs::realserver':
         realserver_ips => ['10.2.2.28'],
     }
+
+    if ( $::hostname == 'wtp1023' ) or ( $::hostname == 'wtp1024' ) {
+        include role::mathoid::production
+        #TODO: overwrite admin groups for mathoid
+        #class { 'admin': groups => ['mathoid-roots',
+        #    'mathoid-admin'] }
+    }
 }
 
 node 'ytterbium.wikimedia.org' {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb610901b17bf8a4698dff5769623591fcad01b7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

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

Reply via email to