Skip to content

Commit

Permalink
Added var for mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
raghupathiguduri authored Oct 19, 2021
1 parent 48d302e commit 2fe6c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ml-analytics-service/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ml_analytics_integrated_app_name: "{{ ml_integrated_app_name | default('sunbird'
ml_analytics_survey_service: "http://{{private_ingressgateway_ip}}/ml-survey"
ml_analytics_evidence_base_url: "https://{{ sunbird_private_storage_account_name }}.blob.core.windows.net/telemetry-data-store/"
ml_analytics_mongodb_url: "{{ml_mongodb_host | default(groups['mongo_master'][0]+':27017')}}"
ml_analytics_mongo_db_name: "ml-survey"
ml_analytics_mongo_db_name: "{{ml_mongodb | default('ml-survey')}}"
ml_analytics_mongo_observation_submission_collection: "observationSubmissions"
ml_analytics_mongo_solution_collection: "solutions"
ml_analytics_mongo_observation_collection: "observations"
Expand Down

0 comments on commit 2fe6c5b

Please sign in to comment.