1e854d613d
This adds the option to get the nova containers to log to stdout. The option is disabled by default. If enabled, for nova-api and placement it also adds a sidecar container that reads the apache access logs. bp logging-stdout-rsyslog Depends-On: I59d02fe8731c20c64ca389000f12c78cfc1f12be Change-Id: I8137d61f2d4352d4d8055e93a30511cf1aeaa6b0
31 lines
759 B
YAML
31 lines
759 B
YAML
heat_template_version: pike
|
|
|
|
description: >
|
|
Template for nova's logging to stdout
|
|
|
|
parameters:
|
|
DockerNovaImage:
|
|
description: image
|
|
type: string
|
|
NovaServiceName:
|
|
description: service name
|
|
type: string
|
|
|
|
outputs:
|
|
cmd_extra_args:
|
|
description: Extra command line arguments for running the service in the container.
|
|
value: "--log-dir= --log-file="
|
|
config_settings:
|
|
description: Extra hieradata needed to log to stdout.
|
|
value: null
|
|
volumes:
|
|
description: The volumes needed to log to stdout.
|
|
value: null
|
|
docker_config:
|
|
description: Extra containers needed for logging to stdout.
|
|
value:
|
|
step_2: {}
|
|
host_prep_tasks:
|
|
description: Extra ansible tasks needed for logging to stdout.
|
|
value: null
|