3d07ad4326
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
6 lines
235 B
YAML
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.
|