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

Change subject: [RESTBase config] Provide the table_ng option in the config
......................................................................

[RESTBase config] Provide the table_ng option in the config

As we're merging the new storage model into master RESTBase
would require a new table_ng property to be specified.

Change-Id: Ib984ad38c84ec53af320f251b55d5a0aa64352c0
---
M puppet/modules/restbase/templates/config.yaml.erb
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/07/379207/1

diff --git a/puppet/modules/restbase/templates/config.yaml.erb 
b/puppet/modules/restbase/templates/config.yaml.erb
index 348bb12..41eba30 100644
--- a/puppet/modules/restbase/templates/config.yaml.erb
+++ b/puppet/modules/restbase/templates/config.yaml.erb
@@ -9,6 +9,9 @@
         table:
           backend: sqlite
           dbname: <%= @dbdir %>/mw-vagrant.sqlite3
+        table_ng:
+          backend: sqlite
+          dbname: <%= @dbdir %>/mw-vagrant-ng.sqlite3
         parsoid:
           host: http://localhost:<%= scope['::parsoid::port'] %>
         action:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib984ad38c84ec53af320f251b55d5a0aa64352c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ppchelko <ppche...@wikimedia.org>

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

Reply via email to