Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix copy paste error in docker compose cluster | chris meyers | 2020-04-16 | 1 | -1/+0 |
| | |||||
* | Merge pull request #6721 from shanemcd/dockerfile-cleanup | softwarefactory-project-zuul[bot] | 2020-04-16 | 1 | -7/+3 |
|\ | | | | | | | | | Dockerfile organization Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Dockerfile organization | Shane McDonald | 2020-04-15 | 1 | -7/+3 |
| | | |||||
* | | Rename awx rsyslog socket and PID dir | Christian Adams | 2020-04-15 | 3 | -3/+3 |
|/ | |||||
* | rsyslogd: ignore /dev/log when we load imuxsock | Ryan Petrello | 2020-04-14 | 1 | -1/+1 |
| | |||||
* | Map logging timeout value to healthchecktimeout for http in rsyslog config | Christian Adams | 2020-04-13 | 1 | -1/+0 |
| | |||||
* | Add action to default rsyslog.conf so supervisor starts correctly the first time | Christian Adams | 2020-04-13 | 1 | -0/+1 |
| | |||||
* | Ensure log messages have valid json | Christian Adams | 2020-04-13 | 2 | -1/+6 |
| | | | | | | | - Fix messages getting contatenated at 8k - Fix rsyslog cutting off the opening brace of log messages - Make valid default conf and emit logs based on prescence of .sock and settings | ||||
* | Revert rsyslog valid config to one that fails intentionally | Christian Adams | 2020-04-13 | 1 | -3/+0 |
| | |||||
* | Add rsyslog config to container from file for consistency | Christian Adams | 2020-04-13 | 2 | -2/+6 |
| | |||||
* | Enable innocuous but valid config for rsyslog if disabled | Christian Adams | 2020-04-13 | 1 | -1/+1 |
| | |||||
* | Add default rsyslog.conf without including /etc/rsyslog.conf | Christian Adams | 2020-04-13 | 2 | -2/+2 |
| | |||||
* | Tweaks to Test Button logic and cleans up flake8 and test failures | Christian Adams | 2020-04-13 | 1 | -1/+1 |
| | |||||
* | Add unit tests for reconfiguring rsyslog & for test endpoint | Christian Adams | 2020-04-13 | 1 | -4/+0 |
| | |||||
* | Fix Logging settings "Test" button functionality | Christian Adams | 2020-04-13 | 1 | -0/+4 |
| | |||||
* | Move supervisor and rsyslog sock files to their own dirs under /var/run | Christian Adams | 2020-04-13 | 1 | -1/+1 |
| | |||||
* | Fix container rsyslog dir permissions | Christian Adams | 2020-04-13 | 1 | -9/+8 |
| | |||||
* | Configure rsyslog to listen over a unix domain socket instead of a port | Shane McDonald | 2020-04-13 | 2 | -2/+11 |
| | | | | | | | | | - Add a placeholder rsyslog.conf so it doesn't fail on start - Create access restricted directory for unix socket to be created in - Create RSyslogHandler to exit early when logging socket doesn't exist - Write updated logging settings when dispatcher comes up and restart rsyslog so they take effect - Move rsyslogd to the web container and create rpc supervisor.sock - Add env var for supervisor.conf path | ||||
* | Add rsyslog to supervisor for the task container | Christian Adams | 2020-04-13 | 1 | -2/+2 |
| | | | | | | | - Add proper paths for rsyslog's supervisor logs - Do not enable debug mode for rsyslogd - Include system rsyslog.conf, and specify tower logging conf when starting rsyslog. | ||||
* | POC: replace our external log aggregation feature with rsyslog | Ryan Petrello | 2020-04-13 | 3 | -1/+24 |
| | | | | | | | | | | | | | | | | | | - 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 | ||||
* | Merge pull request #6659 from shanemcd/pre-tty | softwarefactory-project-zuul[bot] | 2020-04-08 | 1 | -0/+1 |
|\ | | | | | | | | | Enable tty in dev container Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Enable tty in dev container | Shane McDonald | 2020-04-08 | 1 | -0/+1 |
| | | | | | | | | Pretty colors and real-time migration logs | ||||
* | | Merge pull request #6652 from matburt/update_zome_docz | softwarefactory-project-zuul[bot] | 2020-04-08 | 8 | -515/+0 |
|\ \ | |/ |/| | | | | | Update some contributing docs Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Update some contributing docs | Matthew Jones | 2020-04-08 | 8 | -515/+0 |
| | | | | | | | | | | | | * Update the tools called in the dev environment * More RMQ purges from architecture docs * Remove the old clusterdev target | ||||
* | | Merge pull request #6605 from ansible/firehose_pkey | softwarefactory-project-zuul[bot] | 2020-04-08 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | update firehose script for bigint migration Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | | update firehose script for bigint migration | Mat Wilson | 2020-04-06 | 1 | -2/+2 |
| | | | |||||
* | | | Use a docker volume for the dev env db | Shane McDonald | 2020-04-07 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Merge pull request #6617 from chrismeyersfsu/fix-memcached | softwarefactory-project-zuul[bot] | 2020-04-07 | 3 | -2/+3 |
|\ \ | | | | | | | | | | | | | fix memcached in dev env Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | | fix memcached in dev env | chris meyers | 2020-04-06 | 3 | -2/+3 |
| |/ | | | | | | | | | * create memcached dir via git so that the current user owns it. Otherwise, docker will create the dir as root at runtime | ||||
* | | Merge pull request #6338 from rooftopcellist/update_logstash_docs | softwarefactory-project-zuul[bot] | 2020-04-06 | 4 | -36/+89 |
|\ \ | |/ |/| | | | | | Update logstash docs Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Update ELK Stack container files | Christian Adams | 2020-03-19 | 3 | -3/+14 |
| | | |||||
| * | Improve docs for using the logstash container | Christian Adams | 2020-03-18 | 1 | -2/+44 |
| | | |||||
* | | Merge pull request #6585 from shanemcd/cleanup-cleanup | Shane McDonald | 2020-04-06 | 2 | -111/+97 |
|\ \ | | | | | | | Tidy up the dev environment a bit | ||||
| * | | Tidy up the dev environment a bit | Shane McDonald | 2020-04-06 | 2 | -111/+97 |
| | | | |||||
* | | | switch memcached from tcp to unix domain socket | chris meyers | 2020-04-06 | 4 | -12/+12 |
|/ / | |||||
* | | add ws broadcast status to sos report | chris meyers | 2020-04-03 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #6408 from ryanpetrello/rabbitmq-cleanup | softwarefactory-project-zuul[bot] | 2020-03-25 | 1 | -1/+0 |
|\ \ | | | | | | | | | | | | | remove a bunch of RabbitMQ references Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | | remove a bunch of RabbitMQ references | Ryan Petrello | 2020-03-24 | 1 | -1/+0 |
| | | | |||||
* | | | Add common debugging tools to the dev container | Christian Adams | 2020-03-25 | 1 | -1/+4 |
|/ / | | | | | | | | | | | | | | | - nmap-ncat - sdb - tcpdump - strace - vim | ||||
* / | fixup dev cluster bringup | chris meyers | 2020-03-23 | 1 | -3/+3 |
|/ | | | | * change from bootstrap script to launch_awx.sh script | ||||
* | flake8, pytest, license fixes | chris meyers | 2020-03-18 | 1 | -1/+0 |
| | |||||
* | redis socket support | chris meyers | 2020-03-18 | 11 | -25/+36 |
| | |||||
* | add missing service name to dev env | chris meyers | 2020-03-18 | 1 | -1/+1 |
| | | | | | * Dev env was bringing the wsbroadcast service up but not under the tower-process dependency. This is cleaner. | ||||
* | move broadcast websocket out into its own process | chris meyers | 2020-03-18 | 1 | -0/+16 |
| | |||||
* | combine all the broker replacement pieces | chris meyers | 2020-03-18 | 1 | -11/+2 |
| | | | | | | * local redis for event processing * postgres for message broker * redis for websockets | ||||
* | POC channels 2 | chris meyers | 2020-03-18 | 8 | -81/+81 |
| | |||||
* | Merge pull request #6262 from rooftopcellist/mv_bootstrap_script | softwarefactory-project-zuul[bot] | 2020-03-12 | 3 | -4/+4 |
|\ | | | | | | | | | Update dev container to be consistent with other installation methods Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Update dev container to be consistent with other installation methods | Christian Adams | 2020-03-11 | 3 | -4/+4 |
| | | | | | | | | - rename start_development.sh script to `launch_awx.sh`, like it is in k8 installations | ||||
* | | Remove SCL python from awx-python | Bill Nottingham | 2020-03-09 | 1 | -1/+1 |
|/ | | | | This really should be created at build time. | ||||
* | awx-api-lint: Fix setup.cfg syntax for linter test | Yanis Guenane | 2020-02-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Yanis Guenane <yguenane@redhat.com> |