Skip to content

Commit

Permalink
Issue #000 feat: Adding sunbird_course_metrics_base_url to learner (#418
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rjshrjndrn authored and beepdot committed Apr 17, 2019
1 parent 58f02b0 commit 4756cc6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
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 @@ -555,3 +555,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/
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ sunbird_time_zone={{sunbird_time_zone}}
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}}
15 changes: 10 additions & 5 deletions private_repo/ansible/inventory/dev/Core/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,26 @@ bootstrap_user:
bootstrap_key_path:
ssh_public_key_deployer: "" # SSH Public key for deployer user, with which ansible will execute tasks

ekstep_s3_env: qa # dev or qa of ekstep for plugins
learningservice_ip: # Load balancer IP for learning server
searchservice_ip: # search service Load balancer IP
analyticsapi_ip: # Analytics Service Load Balancer IP
ekstep_s3_env: qa # dev or qa of ekstep for plugins
learningservice_ip: # Load balancer IP for learning server
searchservice_ip: # search service Load balancer IP
analyticsapi_ip: # Analytics Service Load Balancer IP
keycloak_url: "" # Keycloak Load balancer IP; eg http://10.10.10.10
sunbird_default_channel: # Organization channel name which portal will connect to
sunbird_app_name: # By default app name will be sunbird
azure_account_name: # Storage account name for blobs
sunbird_content_azure_storage_container: # Conatainer store assets/public
swarm_load_balancer: # Loadbalancer ip to push the logspout result to logstash in swarm

# Blob where data analytics pushing content
# Check same variable in DP common.yml
dp_azure_account_name:


artifacts_container: '' # Azure blob container name to save built artifacts

## Mail config
mail_server_host:
mail_server_host:
mail_server_username: ""
alerts_mailing_list : "" # Comma separated mail list for Alerts; eg: [email protected], [email protected]
sunbird_mail_server_from_email: # Email ID that should be as from address in mails
Expand Down

0 comments on commit 4756cc6

Please sign in to comment.