add a unique UUID for identifying an AWX installation

This commit is contained in:
Ryan Petrello
2019-04-05 16:29:27 -04:00
parent e9f2fddc7f
commit dfd4cb55e5
6 changed files with 47 additions and 3 deletions

View File

@@ -46,7 +46,8 @@ def config(since):
'release': platform.release(),
'type': install_type,
},
'system_uuid': settings.SYSTEM_UUID,
'install_uuid': settings.INSTALL_UUID,
'instance_uuid': settings.SYSTEM_UUID,
'tower_url_base': settings.TOWER_URL_BASE,
'tower_version': get_awx_version(),
'ansible_version': get_ansible_version(),