Unverified Commit 54673e1b authored by Akhil's avatar Akhil Committed by GitHub
Browse files

Merge pull request #2956 from JAGANNATH-OPTIT/patch-36

Removing ES related vars
No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
......@@ -8,7 +8,7 @@ SYSTEMDDIR: "/lib/systemd/system"
ml_analytics_version: "release-4.1.0"
ml_analytics_survey_app_name: "{{ ml_survey_app_name | default('sunbirdsurvey') }}"
ml_analytics_integrated_app_name: "{{ ml_integrated_app_name | default('sunbird') }}"
ml_analytics_survey_service: "http://{{private_ingressgateway_ip}}/ml-survey-service"
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"
......
......@@ -45,16 +45,16 @@ IMPROVEMENT_PROJECT_SUBMISSION_TOPIC={{ml_survey_improvement_project_submission_
# Elastic search configurations
# Elastic search enable/disable flag E.g. ON/OFF
ELASTICSEARCH_COMMUNICATIONS_ON_OFF={{ml_survey_elasticsearch_communications_on_off | default("ON")}}
ELASTICSEARCH_COMMUNICATIONS_ON_OFF={{ml_survey_elasticsearch_communications_on_off | default("OF")}}
# Elastic search host url
ELASTICSEARCH_HOST_URL={{ml_survey_elasticsearch_host_url | default("http://"+(groups['es7'][0]+':9200'))}}
ELASTICSEARCH_HOST_URL={{ml_survey_elasticsearch_host_url | default("")}}
# Flag to obtain ES Nodes list at the time of connection e.g. true/false
ELASTIC_SEARCH_SNIFF_ON_START={{ml_survey_elastic_search_sniff_on_start | default ("true")}}
ELASTIC_SEARCH_SNIFF_ON_START={{ml_survey_elastic_search_sniff_on_start | default ("false")}}
# Elastic search index name for storing entity data
ELASTICSEARCH_ENTITIES_INDEX={{ml_survey_elasticsearch_user_extension_index_type | default ("common")}}
ELASTICSEARCH_ENTITIES_INDEX={{ml_survey_elasticsearch_user_extension_index_type | default ("")}}
# ML Core Service URL
ML_CORE_SERVICE_URL={{ml_core_service_url | default("http://ml-core-service:3000")}}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment