Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #000 vars: Adding env vars for learner, player, content service for release-1.15 #365

Merged
merged 4 commits into from
Mar 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ansible/inventory/env/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,3 +551,5 @@ app_snapshot_base_path: applicationelasticsearch
#log es backup
log_es_snapshot_host: "{{ groups['log-es'][0] }}"
log_snapshot_base_path: loggerelasticsearch

sunbird_health_check_enable: 'true'
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ sunbird_cassandra_consistency_level=quorum
sunbird_cassandra_replication_strategy={{sunbird_cassandra_replication_strategy}}
sunbird_cassandra_consistency_level={{sunbird_cassandra_consistency_level}}
{% endif %}

# Release-1.15
sunbird_health_check_enable={{sunbird_health_check_enable}}
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ sunbird_content_azure_storage_container={{sunbird_content_azure_storage_containe
sunbird_linked_content_base_url={{sunbird_linked_content_base_url}}
# Release-1.14
sunbird_time_zone={{sunbird_time_zone}}
# Release-1.15
sunbird_health_check_enable={{sunbird_health_check_enable}}
2 changes: 1 addition & 1 deletion ansible/roles/stack-sunbird/templates/sunbird_player.env
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ sunbird_cassandra_consistency_level=quorum
sunbird_cassandra_replication_strategy={{sunbird_cassandra_replication_strategy}}
sunbird_cassandra_consistency_level={{sunbird_cassandra_consistency_level}}
{% endif %}

sunbird_health_check_enable={{sunbird_health_check_enable}}