tobiko/releasenotes/notes/customize-ubuntu-guest-images-before-test-execution-6e14849de6057ed2.yaml
Eduardo Olivares 2093a45cf9 Add release notes for customize-ubuntu-guest-images-before-test-execution
Change-Id: I12d2a2738e8a643f5db6041a9654a0ce3f36e3aa
2024-12-11 17:37:45 +01:00

16 lines
1.3 KiB
YAML

---
features:
- |
Tobiko roles can customize guest images before test execution
CI jobs using tobiko ansible roles have three options to use customized guest images:
* The new default behavior is that the Tobiko ansible roles will customize the Ubuntu guest images before test execution. The command to customize the image can be modified overriding ``download_images.ubuntu-customized.customize_command_pattern``
* If ``download_images.ubuntu-customized.customized`` is overriden and set to true, the image from the provided URL will not be customized. It is expected that the provided image is already customized
* The legacy behavior, to customize Ubuntu images during test execution, can be applied by removing the default definition from ``download_images.ubuntu-customized.customize_command_pattern`` and setting ``download_images.ubuntu-customized.customized`` to false. This option will not be available in next Tobiko releases.
deprecations:
- |
Tobiko roles can customize guest images before test execution
The "legacy behavior" option from the New feature *Tobiko roles can customize guest images before test execution* will be deprecated. In next Tobiko releases, it will not be possible to customize Ubuntu images during test exeuction.