0d8fa41d32
This change moves the image prep scripts out of a ser of variables and into an actual template. This change will reduce our overall memory footprint by simply rendering a template instead of injecting content into a file using the copy module. The result will be faster time to execution and more understandable output, especially when running in debug. Change-Id: Ic90fa7c8fdec8ffd844070ee78d30bd63a33a2a9 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
11 lines
587 B
YAML
11 lines
587 B
YAML
---
|
|
deprecations:
|
|
- The option ``cache_prep_commands`` from ``lxc_cache_map`` has been
|
|
removed. This option has been converted to a template file within
|
|
the **lxc_hosts** role. In order to set specific cache commands within
|
|
the template it is recommended that deployers set
|
|
``lxc_cache_prep_pre_commands`` or ``lxc_cache_prep_post_commands``. If the
|
|
entire prep script needs to be overridden deployers can set
|
|
``lxc_cache_prep_template`` to the full local path of the prep template and
|
|
the role will use this script irrespective of the base container type.
|