From 9ebab935d68f01513aeb4b8bd4ee3d93ecc5ccf2 Mon Sep 17 00:00:00 2001 From: G33tha <geetha.p@optit.co> Date: Fri, 14 Jun 2019 17:58:08 +0530 Subject: [PATCH] removed prometheus_storage_retention_time variable --- ansible/inventory/env/group_vars/all.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/inventory/env/group_vars/all.yml b/ansible/inventory/env/group_vars/all.yml index a4a1a005b..a0422f86d 100644 --- a/ansible/inventory/env/group_vars/all.yml +++ b/ansible/inventory/env/group_vars/all.yml @@ -441,7 +441,6 @@ content_service_blacklisted_resourcetype: '' content_service_whitelisted_resourcetype: '' content_service_whitelisted_mimetype: '' content_service_blacklisted_mimetype: '' -prometheus_storage_retention_time: 30d sunbird_cloud_storage_urls: 'https://s3.ap-south-1.amazonaws.com/ekstep-public-{{ekstep_s3_env}}/,https://ekstep-public-{{ekstep_s3_env}}.s3-ap-south-1.amazonaws.com/,https://{{azure_account_name}}.blob.core.windows.net/{{sunbird_content_azure_storage_container}}/' sunbird_email_max_recipients_limit: 100 sunbird_cassandra_consistency_level: one -- GitLab