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
f5f2be56
Unverified
Commit
f5f2be56
authored
3 years ago
by
Amit Priyadarshi
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-21954 feat: Adding config properties to be removed as part of content copy (#2417)
parent
7e3c9963
release-dock-0.0.3_RC2
release-dock-0.0.3_RC1
release-5.0.0-vdn_RC1
release-4.10.0-vdn_RC1
release-4.9.0-vdn_RC2
release-4.9.0-vdn_RC1
release-4.8.0-vdn_RC1
release-4.7.0-vdn_RC1
release-4.4.1-vdn_RC2
release-4.4.1-vdn_RC1
dock-0.0.3_RC7
dock-0.0.3_RC6
dock-0.0.3_RC5
dock-0.0.3_RC4
dock-0.0.3-before-delete
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/content-service_application.conf
+1
-1
.../stack-sunbird/templates/content-service_application.conf
with
1 addition
and
1 deletion
+1
-1
ansible/roles/stack-sunbird/templates/content-service_application.conf
+
1
−
1
View file @
f5f2be56
...
...
@@ -381,7 +381,7 @@ content {
copy
{
invalid_statusList
: [
"Flagged"
,
"FlaggedDraft"
,
"FraggedReview"
,
"Retired"
,
"Processing"
]
origin_data
: [
"name"
,
"author"
,
"license"
,
"organisation"
]
props_to_remove
: [
"downloadUrl"
,
"artifactUrl"
,
"variants"
,
"createdOn"
,
"collections"
,
"children"
,
"lastUpdatedOn"
,
"SYS_INTERNAL_LAST_UPDATED_ON"
,
"versionKey"
,
"s3Key"
,
"status"
,
"pkgVersion"
,
"toc_url"
,
"mimeTypesCount"
,
"contentTypesCount"
,
"leafNodesCount"
,
"childNodes"
,
"prevState"
,
"lastPublishedOn"
,
"flagReasons"
,
"compatibilityLevel"
,
"size"
,
"publishChecklist"
,
"publishComment"
,
"LastPublishedBy"
,
"rejectReasons"
,
"rejectComment"
,
"gradeLevel"
,
"subject"
,
"medium"
,
"board"
,
"topic"
,
"purpose"
,
"subtopic"
,
"contentCredits"
,
"owner"
,
"collaborators"
,
"creators"
,
"contributors"
,
"badgeAssertions"
,
"dialcodes"
,
"concepts"
,
"keywords"
,
"reservedDialcodes"
,
"dialcodeRequired"
,
"leafNodes"
,
"sYS_INTERNAL_LAST_UPDATED_ON"
,
"prevStatus"
,
"lastPublishedBy"
,
"streamingUrl"
]
props_to_remove
: [
"downloadUrl"
,
"artifactUrl"
,
"variants"
,
"createdOn"
,
"collections"
,
"children"
,
"lastUpdatedOn"
,
"SYS_INTERNAL_LAST_UPDATED_ON"
,
"versionKey"
,
"s3Key"
,
"status"
,
"pkgVersion"
,
"toc_url"
,
"mimeTypesCount"
,
"contentTypesCount"
,
"leafNodesCount"
,
"childNodes"
,
"prevState"
,
"lastPublishedOn"
,
"flagReasons"
,
"compatibilityLevel"
,
"size"
,
"publishChecklist"
,
"publishComment"
,
"LastPublishedBy"
,
"rejectReasons"
,
"rejectComment"
,
"gradeLevel"
,
"subject"
,
"medium"
,
"board"
,
"topic"
,
"purpose"
,
"subtopic"
,
"contentCredits"
,
"owner"
,
"collaborators"
,
"creators"
,
"contributors"
,
"badgeAssertions"
,
"dialcodes"
,
"concepts"
,
"keywords"
,
"reservedDialcodes"
,
"dialcodeRequired"
,
"leafNodes"
,
"sYS_INTERNAL_LAST_UPDATED_ON"
,
"prevStatus"
,
"lastPublishedBy"
,
"streamingUrl"
,
"boardIds"
,
"gradeLevelIds"
,
"subjectIds"
,
"mediumIds"
,
"topicsIds"
,
"targetFWIds"
,
"targetBoardIds"
,
"targetGradeLevelIds"
,
"targetSubjectIds"
,
"targetMediumIds"
,
"targetTopicIds"
,
"se_boards"
,
"se_subjects"
,
"se_mediums"
,
"se_gradeLevels"
,
"se_topics"
,
"se_FWIds"
,
"se_boardIds"
,
"se_subjectIds"
,
"se_mediumIds"
,
"se_gradeLevelIds"
,
"se_topicIds"
]
}
media
{
base_url
:
"{{content_media_base_url | default(proto + '://' + domain_name)}}"
...
...
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