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

Change subject: WIP: Add Matxin MT service for ContentTranslation
......................................................................

WIP: Add Matxin MT service for ContentTranslation

Change-Id: I43f0203c69e256e106a8657f78f94f0db9f839fd
---
M modules/cxserver/manifests/init.pp
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/06/374706/1

diff --git a/modules/cxserver/manifests/init.pp 
b/modules/cxserver/manifests/init.pp
index 206214a..a43ad71 100644
--- a/modules/cxserver/manifests/init.pp
+++ b/modules/cxserver/manifests/init.pp
@@ -7,6 +7,8 @@
 #
 # [*apertium*]
 #   Url to Apertium service.
+# [*matxin*]
+#   Url to Matxin service.
 # [*yandex_api_key*]
 #   API key for Yandex service.
 # [*youdao_api_key*]
@@ -15,6 +17,7 @@
 #   JWT secret token.
 class cxserver(
     $apertium = "http://apertium.svc.${::site}.wmnet:2737";,
+    $matxin = undef,
     $yandex_api_key = undef,
     $youdao_api_key = undef,
     $jwt_secret = undef,
@@ -29,6 +32,7 @@
         deployment_vars   => {
             jwt_token    => $jwt_secret,
             apertium_uri => $apertium,
+            matxin_uri   => $matxin,
             yandex_key   => $yandex_api_key,
             youdao_key   => $youdao_api_key,
         },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I43f0203c69e256e106a8657f78f94f0db9f839fd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: KartikMistry <kartik.mis...@gmail.com>

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

Reply via email to