Mobrovac has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/376666 )

Change subject: Config: Add table_ng options
......................................................................


Config: Add table_ng options

Change-Id: Ieaa9003d78068be64cc42ee81822a87b4bb4a30a
---
M scap/templates/config.yaml.j2
1 file changed, 5 insertions(+), 2 deletions(-)

Approvals:
  Mobrovac: Verified; Looks good to me, approved



diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2
index a60f575..56de286 100644
--- a/scap/templates/config.yaml.j2
+++ b/scap/templates/config.yaml.j2
@@ -53,7 +53,7 @@
   x-modules:
     - path: projects/wmf_default.yaml
       options: &default_options
-        table:
+        table: &table_options
           backend: cassandra
           hosts: ['<%= seeds|join("','") %>']
           keyspace: system
@@ -74,6 +74,9 @@
             # Catch-all group
             - name: default.group.local
               domains: /./
+        table_ng:
+          <<: *table_options
+          backend: cassandra-ng
         parsoid:
           host: <%= parsoid_uri %>
         action:
@@ -197,4 +200,4 @@
       user_agent: <%= user_agent %>
       ui_name: RESTBase
       ui_url: https://www.mediawiki.org/wiki/RESTBase
-      ui_title: RESTBase docs
\ No newline at end of file
+      ui_title: RESTBase docs

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieaa9003d78068be64cc42ee81822a87b4bb4a30a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/restbase/deploy
Gerrit-Branch: dev-ng
Gerrit-Owner: Mobrovac <mobro...@wikimedia.org>
Gerrit-Reviewer: Mobrovac <mobro...@wikimedia.org>

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

Reply via email to