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
a3ec0cd4
Unverified
Commit
a3ec0cd4
authored
5 years ago
by
Keshav Prasad
Committed by
GitHub
5 years ago
Browse files
Options
Download
Patches
Plain Diff
adding sunbird_gzip_size_threshold (#426)
* fix: Updating role to openjdk * adding sunbird_gzip_size_threshold
parent
9b78af4a
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/inventory/env/group_vars/all.yml
+2
-1
ansible/inventory/env/group_vars/all.yml
ansible/roles/stack-sunbird/templates/sunbird_learner-service.env
+1
-0
...roles/stack-sunbird/templates/sunbird_learner-service.env
with
3 additions
and
1 deletion
+3
-1
ansible/inventory/env/group_vars/all.yml
+
2
−
1
View file @
a3ec0cd4
...
...
@@ -556,4 +556,5 @@ sunbird_health_check_enable: 'true'
## Release 1.15 ##
sunbird_keycloak_user_federation_provider_id
:
"
{{core_vault_sunbird_keycloak_user_federation_provider_id}}"
# Learner-service
sunbird_course_metrics_base_url
:
https://{{dp_azure_account_name}}.blob.core.windows.net/
sunbird_course_metrics_base_url
:
https://{{dp_azure_account_name}}.blob.core.windows.net/
sunbird_gzip_size_threshold
:
262144
This diff is collapsed.
Click to expand it.
ansible/roles/stack-sunbird/templates/sunbird_learner-service.env
+
1
−
0
View file @
a3ec0cd4
...
...
@@ -92,3 +92,4 @@ sunbird_health_check_enable={{sunbird_health_check_enable}}
sunbird_keycloak_user_federation_provider_id={{core_vault_sunbird_keycloak_user_federation_provider_id}}
sunbird_gzip_enable={{sunbird_gzip_enable}}
sunbird_course_metrics_base_url={{sunbird_course_metrics_base_url}}
sunbird_gzip_size_threshold={{sunbird_gzip_size_threshold}}
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