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
sb-learning-platform
Commits
1fd7586b
Commit
1fd7586b
authored
2 years ago
by
Jayaprakash n
Browse files
Options
Download
Patches
Plain Diff
Issue #KN-427 fix: Config update
parent
71b6f375
prasath-release-5.2.0_RC6
release-5.2.0_RC7
release-5.2.0_RC6
release-5.2.0_RC5
release-5.2.0_RC4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
+1
-1
kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
kubernetes/helm_charts/datapipeline_jobs/values.j2
+13
-12
kubernetes/helm_charts/datapipeline_jobs/values.j2
with
14 additions
and
13 deletions
+14
-13
kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
+
1
−
1
View file @
1fd7586b
...
...
@@ -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
:
"
C
LOUD
_STORAGE_BASE_PATH"
cloudstorage_relative_path_prefix_content
:
"
C
ONTENT
_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
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/datapipeline_jobs/values.j2
+
13
−
12
View file @
1fd7586b
...
...
@@ -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 = {
...
...
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