include license data/state in the sosreport

This commit is contained in:
Ryan Petrello
2019-09-03 13:42:26 -04:00
parent f21c6dc330
commit 7a8234bb09
2 changed files with 13 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ SOSREPORT_TOWER_COMMANDS = [
"awx-manage --version", # tower version
"awx-manage list_instances", # tower cluster configuration
"awx-manage run_dispatcher --status", # tower dispatch worker status
"awx-manage check_license --data", # tower license status
"supervisorctl status", # tower process status
"/var/lib/awx/venv/awx/bin/pip freeze", # pip package list
"/var/lib/awx/venv/awx/bin/pip freeze -l", # pip package list without globally-installed packages