From cbe41d3b83da7fdf6ff461bfa65461e7b2519c1f Mon Sep 17 00:00:00 2001 From: Kumar Gauraw <gaurawk@ilimi.in> Date: Thu, 29 Oct 2020 12:03:33 +0530 Subject: [PATCH] Issue #SB-21063 feat: added config for category keyspace (#2010) --- .../stack-sunbird/templates/content-service_application.conf | 1 + .../stack-sunbird/templates/taxonomy-service_application.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/roles/stack-sunbird/templates/content-service_application.conf b/ansible/roles/stack-sunbird/templates/content-service_application.conf index 57b30400f..34782df12 100644 --- a/ansible/roles/stack-sunbird/templates/content-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/content-service_application.conf @@ -569,3 +569,4 @@ channel.content.primarycategories=["Explanation Content", "Learning Resource", " channel.collection.primarycategories=["Course", "Digital Textbook", "Content Playlist"] channel.asset.primarycategories=["Asset"] +objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store" \ No newline at end of file diff --git a/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf b/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf index 73ffa55df..61ef4d58d 100644 --- a/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf @@ -386,3 +386,4 @@ languageCode { tamil : "ta" telugu : "te" } +objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store" \ No newline at end of file -- GitLab