kolla/releasenotes/notes/config_files_new_options-0267e1ab804335ba.yaml
Martin André e313c89621 Introduce merge and preserve_properties for config_files
The `merge` option will basically copy all the files recursively inside
the container without removing the existing files or directory, while
the `preserve_properties` option keeps the file attributes
(permissions, ownership, timestamps) in the container.

This is useful if you have extracted some config files from a container
and want to use them in another container based on the same image.

This makes TripleO usage of Kolla much more robust.

Change-Id: I78dcec741a941dc21adba33ba33a6dc6ff1d217c
2017-06-27 08:44:41 +02:00

8 lines
344 B
YAML

---
features:
- New `merge` option to config_files, that copies all the files recursively
inside the container without removing the existing files.
- New `preserve_properties` option to config_files, that keeps all of the
files and directories attributes (permissions, ownership, timestamps) when
copying them in the container.