3514952b8e
Change-Id: I4d5323bc2dba1df460a1126fd429aeaf3cc26adc Related-Blueprint: services-yaml-flattening
24 lines
765 B
YAML
24 lines
765 B
YAML
heat_template_version: rocky
|
|
|
|
description: >
|
|
OpenStack containerized HAProxy API service
|
|
|
|
outputs:
|
|
config_settings:
|
|
description: Extra hieradata needed to log to files in the host.
|
|
value: null
|
|
volumes:
|
|
description: The volumes needed to log to files in the host.
|
|
# NOTE(jaosorior): Currently all containers mount /dev/log. Once we
|
|
# have a more complete proportion of containers using the pluggable
|
|
# interface. we'll remove that and mount it explicitly here.
|
|
# - /dev/log:/dev/log
|
|
value: null
|
|
docker_config:
|
|
description: Extra containers needed for logging to files in the host.
|
|
value:
|
|
step_1: {}
|
|
host_prep_tasks:
|
|
description: Extra ansible tasks needed for logging to files in the host.
|
|
value: null
|