e313c89621
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
8 lines
344 B
YAML
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.
|