mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #5373 from rooftopcellist/rm_analytics_values
Set default values for analytics settings Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
c4143b0111
@ -48,6 +48,8 @@ postgress_activate_wait: 60
|
||||
restore_backup_file: "./tower-openshift-backup-latest.tar.gz"
|
||||
|
||||
insights_url_base: "https://example.org"
|
||||
automation_analytics_url: "https://example.org"
|
||||
insights_agent_mime: "application/example"
|
||||
|
||||
custom_venvs_path: "/opt/custom-venvs"
|
||||
custom_venvs_python: "python2"
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user