mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 05:25:29 +03:00
589d27c88c
- this change adds rsyslog (https://github.com/rsyslog/rsyslog) as a new service that runs on every AWX node (managed by supervisord) in particular, this feature requires a recent version (v8.38+) of rsyslog that supports the omhttp module (https://github.com/rsyslog/rsyslog-doc/pull/750) - the "external_logger" handler in AWX is now a SysLogHandler that ships logs to the local UDP port where rsyslog is configured to listen (by default, 51414) - every time a LOG_AGGREGATOR_* setting is changed, every AWX node reconfigures and restarts its local instance of rsyslog so that its fowarding settings match what has been configured in AWX - unlike the prior implementation, if the external logging aggregator (splunk/logstash) goes temporarily offline, rsyslog will retain the messages and ship them when the log aggregator is back online - 4xx or 5xx level errors are recorded at /var/log/tower/external.err
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
aiohttp
|
|
ansible-runner>=1.4.6
|
|
ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading
|
|
azure-keyvault==1.1.0 # see UPGRADE BLOCKERs
|
|
boto # replacement candidate https://github.com/ansible/awx/issues/2115
|
|
channels
|
|
channels-redis
|
|
daphne
|
|
django==2.2.11 # see UPGRADE BLOCKERs
|
|
django-auth-ldap
|
|
django-cors-headers
|
|
django-crum
|
|
django-extensions>=2.2.9 # https://github.com/ansible/awx/pull/6441
|
|
django-jsonfield==1.2.0 # see UPGRADE BLOCKERs
|
|
django-oauth-toolkit==1.1.3 # see UPGRADE BLOCKERs
|
|
django-polymorphic
|
|
django-pglocks
|
|
django-qsstats-magic
|
|
django-radius==1.3.3 # FIX auth does not work with later versions
|
|
django-solo
|
|
django-split-settings
|
|
django-taggit
|
|
djangorestframework
|
|
djangorestframework-yaml
|
|
GitPython
|
|
irc
|
|
jinja2
|
|
jsonschema
|
|
Markdown # used for formatting API help
|
|
openshift>=0.11.0 # minimum version to pull in new pyyaml for CVE-2017-18342
|
|
pexpect==4.7.0 # see library notes
|
|
prometheus_client
|
|
psycopg2
|
|
pygerduty
|
|
pyparsing
|
|
python-memcached
|
|
python-radius
|
|
python3-saml
|
|
pyyaml>=5.3.1 # minimum version to pull in new pyyaml for CVE-2017-18342
|
|
schedule==0.6.0
|
|
social-auth-core==3.3.1 # see UPGRADE BLOCKERs
|
|
social-auth-app-django==3.1.0 # see UPGRADE BLOCKERs
|
|
redis
|
|
requests
|
|
slackclient==1.1.2 # see UPGRADE BLOCKERs
|
|
tacacs_plus==1.0 # UPGRADE BLOCKER: auth does not work with later versions
|
|
twilio
|
|
twisted[tls]>=20.3.0 # CVE-2020-10108, CVE-2020-10109
|
|
uWSGI
|
|
uwsgitop
|
|
pip==19.3.1 # see UPGRADE BLOCKERs
|
|
setuptools==41.6.0 # see UPGRADE BLOCKERs
|