zuul-jobs/roles/convert-diskimage
Simon Westphahl 5c10b708f0 Add a role to convert diskimages between formats
This adds a role convert-diskimage which uses the qemu-img tool to
convert diskimages from one format to another. Currently supported image
formats are raw and qcow2.

Change-Id: I4770af04c37f39e0cce23d5dd59ead744bed7d74
2024-08-27 08:59:53 -07:00
..
tasks Add a role to convert diskimages between formats 2024-08-27 08:59:53 -07:00
vars Add a role to convert diskimages between formats 2024-08-27 08:59:53 -07:00
README.rst Add a role to convert diskimages between formats 2024-08-27 08:59:53 -07:00

This role converts diskimages from one format to other using the qemu-img tool.

Currently, only Ubuntu and Debian distributions are supported.

Role variables

The path to the source image file.

The path of the desired target image file.