ebab335f38
We may want to be able to specific different containers at a role level. This requires switching the container image parameters to be role specific too allow for role based overrides. Change-Id: I4090e889a32abd51e7c11139737a7a18e27d18e7
33 lines
797 B
YAML
33 lines
797 B
YAML
heat_template_version: wallaby
|
|
|
|
description: >
|
|
Template for nova's logging to stdout
|
|
|
|
parameters:
|
|
ContainerNovaImage:
|
|
description: image
|
|
type: string
|
|
tags:
|
|
- role_specific
|
|
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
|