Commit 7c02eb46 authored by Jayaprakash n's avatar Jayaprakash n
Browse files

Issue #KN-427 feat: Knowledge service cloud-agnostic

Showing with 15 additions and 12 deletions
+15 -12
......@@ -383,10 +383,11 @@ languageCode {
telugu : "te"
}
cloud_storage_type: "azure"
azure_storage_key: "{{ sunbird_public_storage_account_name }}"
azure_storage_secret: "{{ sunbird_public_storage_account_key }}"
azure_storage_container: "{{ sunbird_content_azure_storage_container }}"
cloud_storage_type: "{{ cloud_service_provider }}"
cloud_storage_key: "{{ cloud_public_storage_accountname }}"
cloud_storage_secret: "{{ cloud_public_storage_secret }}"
cloud_storage_endpoint: "{{ cloud_public_storage_endpoint }}"
cloud_storage_container: "{{ cloud_storage_content_bucketname }}"
kafka {
urls : "{{ kafka_urls }}"
......
......@@ -481,10 +481,11 @@ composite {
url : "{{ sunbird_search_service_api_base_url }}/v3/search"
}
}
cloud_storage_type: "azure"
azure_storage_key: "{{ sunbird_public_storage_account_name }}"
azure_storage_secret: "{{ sunbird_public_storage_account_key }}"
azure_storage_container: "{{ sunbird_content_azure_storage_container }}"
cloud_storage_type: "{{ cloud_service_provider }}"
cloud_storage_key: "{{ cloud_public_storage_accountname }}"
cloud_storage_secret: "{{ cloud_public_storage_secret }}"
cloud_storage_endpoint: "{{ cloud_public_storage_endpoint }}"
cloud_storage_container: "{{ cloud_storage_content_bucketname }}"
# Google Drive APIKEY
learning_content_drive_apiKey = "{{ learning_content_drive_apiKey }}"
......
......@@ -366,10 +366,11 @@ platform {
}
# Cloud Storage Config
cloud_storage_type: "azure"
azure_storage_key: "{{ sunbird_public_storage_account_name }}"
azure_storage_secret: "{{ sunbird_public_storage_account_key }}"
azure_storage_container: "{{ sunbird_content_azure_storage_container }}"
cloud_storage_type: "{{ cloud_service_provider }}"
cloud_storage_key: "{{ cloud_public_storage_accountname }}"
cloud_storage_secret: "{{ cloud_public_storage_secret }}"
cloud_storage_endpoint: "{{ cloud_public_storage_endpoint }}"
cloud_storage_container: "{{ cloud_storage_content_bucketname }}"
installation.id: ekstep
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment