Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
7c02eb46
Commit
7c02eb46
authored
2 years ago
by
Jayaprakash n
Browse files
Options
Download
Patches
Plain Diff
Issue #KN-427 feat: Knowledge service cloud-agnostic
parent
c40915dd
upstream/release-5.1.0-vdn
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
1 merge request
!16
Release 5.1.0 api
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible/roles/stack-sunbird/templates/assessment-service_application.conf
+5
-4
...ack-sunbird/templates/assessment-service_application.conf
ansible/roles/stack-sunbird/templates/content-service_application.conf
+5
-4
.../stack-sunbird/templates/content-service_application.conf
ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf
+5
-4
...stack-sunbird/templates/taxonomy-service_application.conf
with
15 additions
and
12 deletions
+15
-12
ansible/roles/stack-sunbird/templates/assessment-service_application.conf
+
5
−
4
View file @
7c02eb46
...
...
@@ -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 }}"
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/stack-sunbird/templates/content-service_application.conf
+
5
−
4
View file @
7c02eb46
...
...
@@ -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 }}"
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf
+
5
−
4
View file @
7c02eb46
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets