Skip to content

Commit

Permalink
Issue #LR-797 fix: changes for knowlg release-6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krgauraw committed May 17, 2024
1 parent 38b8411 commit f3e440b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,7 @@ kong_apis:

- name: qrCodeBatchProcessStatus
uris: "{{ dialcode_service_prefix }}/v1/process/status"
upstream_url: "{{ knowledge_mw_service_url }}/v1/dialcode/process/status"
upstream_url: "{{ content_service_url }}/content/v3/process/status"
strip_uri: true
plugins:
- name: jwt
Expand Down Expand Up @@ -3485,7 +3485,7 @@ kong_apis:

- name: reserveDialcode
uris: "{{ dialcode_service_prefix }}/v1/reserve"
upstream_url: "{{ knowledge_mw_service_url }}/v1/dialcode/reserve"
upstream_url: "{{ content_service_url }}/content/v3/dialcode/reserve"
strip_uri: true
plugins:
- name: jwt
Expand Down
3 changes: 3 additions & 0 deletions ansible/roles/stack-sunbird/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,3 +1070,6 @@ cloud_store_base_path_placeholder: "CLOUD_BASE_PATH"
youtube_app_name: fetch-youtube-license
youtube_api_key: "{{ lp_vault_youtube_api_key }}"
pgssl: "false"

#Knowlg Release-6.1.0
dailcode_keyspace_name: "dialcodes"
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ kafka {
topics.instruction : "{{ env_name }}.learning.job.request"
publish.request.topic : "{{ env_name }}.publish.job.request"
topics.graph.event : "{{ env_name }}.learning.graph.events"

dial.request.topic : "{{ env_name }}.qrimage.request"
}

# DIAL Link Config
Expand Down Expand Up @@ -658,3 +658,5 @@ cloudstorage {
read_base_path="{{ cloudstorage_base_path }}"
write_base_path={{ valid_cloudstorage_base_urls }}
}
#Knowlg Release-6.1.0
dialcode.keyspace="{{ dailcode_keyspace_name }}"

0 comments on commit f3e440b

Please sign in to comment.