54a62d9aaf
I missed a "stop" command in the rsyslogd capture introduced with I940a5b05057e832e2efad79d9a2ed5325020ed0c. This means logs were also falling though and being put into /var/log/syslog as well, which was not the intent. Add the stop command so the logs only go to the container logfile. Change-Id: I8c577fe259de68178404d74e0bea543691af7d87 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
tasks | ||
templates | ||
README.rst |
An ansible role to install docker in the OpenStack infra production environment
This also installs a log redirector for syslog `docker-
tags. For most containers, they can be setup in the compose file with a
section such as:
logging:
driver: syslog
options:
tag: docker-<appname>
Role Variables