tripleo-heat-templates/releasenotes/notes/ContainerLogStdoutPath-20cbce05a1710d8a.yaml
Cédric Jeanneret 3d07ad4326 New parameter: ContainerLogStdoutPath
This is used in order to point where podman must push its logs.
Two scripts are using it:
- docker-puppet.py
- paunch (near future - see https://review.openstack.org/#/c/635438/)

This will allow to get the stdout for all containers, even when they
are removed before we can actually run "podman logs container_name".

Related-Bug: #1814897
Change-Id: Idc220047d56ce0eb41ac43903877177c4f7b75c2
2019-02-18 09:42:05 +01:00

6 lines
235 B
YAML

---
features:
- Introduce new parameter, ContainerLogStdoutPath. Must be an absolute path
to a directory where podman will output all containers stdout. The
existence of the directory is ensured directly as a host_prep_task.