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

Change subject: Update aqs config template file
......................................................................

Update aqs config template file

We have upgraded aqs modules, involving configuration changes for
hyperswitch and table module.

Bug: T178312

Change-Id: Ib5cfa6b8e074b62ec398c148a488c532e342c55f
---
M modules/aqs/templates/config.yaml.erb
1 file changed, 22 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/39/385339/1

diff --git a/modules/aqs/templates/config.yaml.erb 
b/modules/aqs/templates/config.yaml.erb
index 64a5a18..9ff6af7 100644
--- a/modules/aqs/templates/config.yaml.erb
+++ b/modules/aqs/templates/config.yaml.erb
@@ -2,29 +2,29 @@
 
 aqs_project: &aqs_project
   x-modules:
-    /:
-      - path: projects/aqs_default.yaml
-        options: &default_options
-          table:
-            hosts: [<%= Array(@seeds).join(',') %>]
-            keyspace: system
-            localDc: <%= @cassandra_local_dc %>
-            datacenters: [<%= @cassandra_local_dc %>]
-            username: <%= @cassandra_user %>
-            password: <%= @cassandra_password %>
-            defaultConsistency: <%= @cassandra_default_consistency %>
-            storage_groups:
-              # Catch-all group
-              - name: default.group.local
-                domains: /./
+    - path: projects/aqs_default.yaml
+      options: &default_options
+        table:
+          backend: cassandra
+          hosts: [<%= Array(@seeds).join(',') %>]
+          keyspace: system
+          localDc: <%= @cassandra_local_dc %>
+          datacenters: [<%= @cassandra_local_dc %>]
+          username: <%= @cassandra_user %>
+          password: <%= @cassandra_password %>
+          defaultConsistency: <%= @cassandra_default_consistency %>
+          storage_groups:
+            # Catch-all group
+            - name: default.group.local
+              domains: /./
 
-          <%- if @druid_host -%>
-          druid:
-              scheme: <%= @druid_scheme %>
-              host: <%= @druid_host %>
-              port: <%= @druid_port %>
-              query_path: <%= @druid_query_path %>
-          <%- end -%>
+        <%- if @druid_host -%>
+        druid:
+            scheme: <%= @druid_scheme %>
+            host: <%= @druid_host %>
+            port: <%= @druid_port %>
+            query_path: <%= @druid_query_path %>
+        <%- end -%>
 
 # Swagger spec root.
 spec: &spec

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

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

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

Reply via email to