mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Set default values for analytics settings
This commit is contained in:
@@ -138,8 +138,8 @@ data:
|
||||
SYSTEM_TASK_ABS_MEM = {{ ((task_mem_request|int * 1024) / 100)|int }}
|
||||
|
||||
INSIGHTS_URL_BASE = "{{ insights_url_base }}"
|
||||
INSIGHTS_AGENT_MIME = "application/vnd.redhat.tower.analytics+tgz"
|
||||
AUTOMATION_ANALYTICS_URL = 'https://cloud.redhat.com/api/ingress/v1/upload'
|
||||
INSIGHTS_AGENT_MIME = "{{ insights_agent_mime }}"
|
||||
AUTOMATION_ANALYTICS_URL = "{{ automation_analytics_url }}"
|
||||
|
||||
#Autoprovisioning should replace this
|
||||
CLUSTER_HOST_ID = socket.gethostname()
|
||||
|
||||
Reference in New Issue
Block a user