Commit 1fd7586b authored by Jayaprakash n's avatar Jayaprakash n
Browse files

Issue #KN-427 fix: Config update

Showing with 14 additions and 13 deletions
+14 -13
......@@ -397,6 +397,6 @@ video_stream_topic_name: "{{ env_name }}.live.video.stream.request"
content_hierarchy_keyspace_name: "{{ hierarchy_keyspace_name }}"
questionset_hierarchy_keyspace_name: "{{ hierarchy_keyspace_name }}"
cloudstorage_relative_path_prefix_content: "CLOUD_STORAGE_BASE_PATH"
cloudstorage_relative_path_prefix_content: "CONTENT_STORAGE_BASE_PATH"
cloudstorage_relative_path_prefix_dial: "DIAL_STORAGE_BASE_PATH"
cloudstorage_metadata_list: '["appIcon", "artifactUrl", "posterImage", "previewUrl", "thumbnail", "assetsMap", "certTemplate", "itemSetPreviewUrl", "grayScaleAppIcon", "sourceURL", "variants", "downloadUrl", "streamingUrl", "toc_url", "data", "question", "solutions", "editorState", "media", "pdfUrl"]'
\ No newline at end of file
......@@ -1138,18 +1138,19 @@ csp-migrator:
questionset.hierarchy.table="questionset_hierarchy"
key_value_strings_to_migrate = {
"https://qa.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}"
"https://dev.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}"
"https://community.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}"
"https://community.ekstep.in:443": "{{ cloudstorage_relative_path_prefix_content }}"
"https://ekstep-public-qa.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}"
"https://ekstep-public-dev.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}"
"https://ekstep-public-preprod.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}"
"https://ekstep-public-prod.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}"
"https://sunbirddev.blob.core.windows.net/sunbird-content-dev": "{{ cloudstorage_relative_path_prefix_content }}"
"https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging": "{{ cloudstorage_relative_path_prefix_content }}"
"https://preprodall.blob.core.windows.net/ntp-content-preprod": "{{ cloudstorage_relative_path_prefix_content }}"
"https://ntpproductionall.blob.core.windows.net/ntp-content-production": "{{ cloudstorage_relative_path_prefix_content }}"
"https://qa.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}",
"https://dev.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}",
"https://community.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}",
"https://community.ekstep.in:443": "{{ cloudstorage_relative_path_prefix_content }}",
"https://ekstep-public-qa.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}",
"https://ekstep-public-dev.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}",
"https://ekstep-public-preprod.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}",
"https://ekstep-public-prod.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}",
"https://sunbirddev.blob.core.windows.net/sunbird-content-dev": "{{ cloudstorage_relative_path_prefix_content }}",
"https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging": "{{ cloudstorage_relative_path_prefix_content }}",
"https://preprodall.blob.core.windows.net/ntp-content-preprod": "{{ cloudstorage_relative_path_prefix_content }}",
"https://ntpproductionall.blob.core.windows.net/ntp-content-production": "{{ cloudstorage_relative_path_prefix_content }}",
"CLOUD_STORAGE_BASE_PATH": "{{ cloudstorage_relative_path_prefix_content }}"
}
neo4j_fields_to_migrate = {
......
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