Skip to content

Commit

Permalink
Merge pull request #3860 from BharathwajShankar/LR-512-Ability-for-Le…
Browse files Browse the repository at this point in the history
…rn-to-connect-to-shared-instances-of-Cassandra-Redis-with-lern-specific-keyspace-and-indexes-in-GroupService

Issue #LR-512 feat:Ability for Lern to connect to shared instances ad…
  • Loading branch information
santhosh-tg authored Jul 11, 2023
2 parents 1382ef1 + 04143ef commit 801876c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ sunbird_cassandra_consistency_level={{sunbird_cassandra_consistency_level}}
LEARNER_SERVICE_PORT=http://userorg-service:9000
sunbird_redis_host={{sunbird_redis_host}}
sunbird_redis_port={{sunbird_redis_port|default(6379)}}
# Release-5.3.0 LR-512
sunbird_redis_db_index={{sunbird_redis_db_index|default(0)}}
CONTENT_SERVICE_PORT=http://search-service:9000
sunbird_sso_publickey={{sunbird_sso_publickey}}
sunbird_sso_url={{keycloak_auth_server_url}}/
Expand Down
12 changes: 11 additions & 1 deletion ansible/roles/stack-sunbird/templates/sunbird_lms-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,14 @@ exhaust_api_submit_endpoint=/request/submit
exhaust_api_list_endpoint=/request/list/

# Release-5.3.0 LR-324
content_read_url=/content/v3/read/
content_read_url=/content/v3/read/

# Release-5.4.0 - LR-511
sunbird_keyspace=sunbird
sunbird_course_keyspace=sunbird_courses
sunbird_redis_db_index={{sunbird_redis_db_index|default(0)}}
es_course_index=cbatch
es_course_batch_index=course-batch
es_user_index=user
es_organisation_index=org
es_user_courses_index=user-courses
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ sunbird_us_org_read_url=/v1/org/read
notification_category_type_config=certificateUpdate
# Release-5.0.0
isMultiDCEnabled={{cassandra_multi_dc_enabled}}
# Release-5.4.0 - LR-512
sunbird_notification_keyspace=sunbird_notifications
6 changes: 6 additions & 0 deletions ansible/roles/stack-sunbird/templates/userorg-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ sunbird_sso_lb_ip={{keycloak_url}}
# Release-5.0.0
sunbird_cloud_service_provider={{cloud_service_provider}}
isMultiDCEnabled={{cassandra_multi_dc_enabled}}

# Release 5.4.0 LR-102
es_user_notes_index=usernotes
es_location_index=location
es_user_feed_index=userfeed
sunbird_keyspace=sunbird

0 comments on commit 801876c

Please sign in to comment.