From ac0b8ccf56fd7847c53e081400e9ad10eb46fc80 Mon Sep 17 00:00:00 2001
From: Anil Gupta <ani2824@gmail.com>
Date: Thu, 17 Mar 2022 14:22:14 +0530
Subject: [PATCH] Issue #SB-28693 chore: Added the plugin path and storage
 path.

---
 private_repo/ansible/inventory/dev/Core/common.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/private_repo/ansible/inventory/dev/Core/common.yml b/private_repo/ansible/inventory/dev/Core/common.yml
index 6669ab6b3..86b1f0067 100644
--- a/private_repo/ansible/inventory/dev/Core/common.yml
+++ b/private_repo/ansible/inventory/dev/Core/common.yml
@@ -275,4 +275,8 @@ grafana_login_whitelisted_emails: |-
   user@dummy.local
 
 # Add below var to monitor report-cassandra server
-report_cassandra_server_count: "{{ groups['report-cassandra'] | length }}"
\ No newline at end of file
+report_cassandra_server_count: "{{ groups['report-cassandra'] | length }}"
+
+# DIAL-service schema
+dial_plugin_container_name: "sunbird-dial-{{env}}"
+dial_service_schema_base_path: "https://{{sunbird_public_storage_account_name}}.blob.core.windows.net/{{dial_plugin_container_name}}/schemas/local"
\ No newline at end of file
-- 
GitLab