tripleo-heat-templates/deployment/logging/stdout/nova-common.yaml
Dan Prince a68151d02a Convert Docker*Image parameters
This converts all Docker*Image parameter varients into
Container*Image varients.

The commit was autogenerated with the following shell commands:

for file in $(grep -lr Docker.*Image --include \*.yaml --exclude-dir releasenotes); do
  sed -e "s|Docker\([^ ]*Image\)|Container\1|g" -i $file
done

Change-Id: Iab06efa5616975b99aa5772a65b415629f8d7882
Depends-On: I7d62a3424ccb7b01dc101329018ebda896ea8ff3
Depends-On: Ib1dc0c08ce7971a03639acc42b1e738d93a52f98
2019-06-05 14:33:44 -06:00

31 lines
763 B
YAML

heat_template_version: rocky
description: >
Template for nova's logging to stdout
parameters:
ContainerNovaImage:
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