Docker Logging Support

Support configuring the services to just dump out to stdout/error to
get picked up by docker logging mechanisms. This allows kubectl logs
and kubernetes log plugins to be supported out of the box.

Change-Id: If572f8d2657b0ae7a97f5a9fa0bc17697de740a3
Partially-Implements: blueprint centralized-logging
Partially-Implements: blueprint docker-logging
This commit is contained in:
Kevin Fox 2017-04-24 15:11:20 -07:00
parent c5b88df43a
commit 341aa41f38
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ node_config_directory: "/etc/kolla/{{ project }}"
# Kolla options
###################
std_logger: true
# Which orchestration engine to use. Valid options are [ ANSIBLE, KUBERNETES ]
orchestration_engine: "ANSIBLE"