-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
Description
Hello,
Problem description
when trying to build an ova image for power, like described here:
https://osinside.github.io/kiwi/building_images/build_simple_disk.html#customizing-the-virtual-machine
I got the following error:
KiwiDiskFormatSetupError: No support for ova disk format: Unsupported ovftype powervm
I've then checked the source code and realized that the documentation seems to be wrong and that only "vmware" is supported.
https://github.com/OSInside/kiwi/blob/main/kiwi/storage/subformat/ova.py line 49
If I'm not missing something, please fix the documentation or add the capability.
Thanks in advance.
Expected behavior
build an ova image
Steps to reproduce the behavior
on a ppc64le build host have the following content in your config.xml:
<type image="oem" format="ova" firmware="ofw"
...
<machine ovftype="powervm"/>
</type>
OS and Software information
- KIWI version: KIWI (next generation) version 9.24.43
- Operating system host version: SUSE Linux Enterprise Server 15 SP5 (ppc64le)
- Operating system target version: SUSE Linux Enterprise Server 15 SP6 (ppc64le)
- Open Build Service version (N/A if not using OBS): N/A
- Koji version (N/A if not using Koji): N/A