Bug 1222242

Summary: kiwi-images-vagrant: needs schemaversion update
Product: [openSUSE] openSUSE Tumbleweed Reporter: Ana Guerrero <ana.guerrero>
Component: OtherAssignee: Dan Čermák <dcermak>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: bwiedemann, marcus.schaefer, rbrown
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ana Guerrero 2024-04-02 14:26:48 UTC
kiwi-images-vagrant is using an old kiwi schemaversion (7.1) this is blocking an update of python-kiwi https://build.opensuse.org/request/show/1162956

Please update to the lastest schema (at least 8) and address the following issues:

[   16s] [ INFO    ]: 14:04:05 | Schematron validation failed:
[   16s] [ INFO    ]: 14:04:05 | --> filesystem attribute is only available for the following image types: oem pxe kis iso
[   16s] [ INFO    ]: 14:04:05 | --> filesystem attribute is only available for the following image types: oem pxe kis iso
[   16s] [ INFO    ]: 14:04:05 | --> filesystem attribute is only available for the following image types: oem pxe kis iso
[   16s] [ INFO    ]: 14:04:05 | --> firmware attribute is only available for the following image types: oem pxe iso
[   16s] [ INFO    ]: 14:04:05 | --> firmware attribute is only available for the following image types: oem pxe iso
[   16s] [ INFO    ]: 14:04:05 | --> format attribute is only available for the following image types: oem
[   16s] [ INFO    ]: 14:04:05 | --> format attribute is only available for the following image types: oem
[   16s] [ INFO    ]: 14:04:05 | --> format attribute is only available for the following image types: oem
[   16s] [ INFO    ]: 14:04:05 | --> kernelcmdline attribute is only available for the following image types: oem iso pxe kis
[   16s] [ INFO    ]: 14:04:05 | --> kernelcmdline attribute is only available for the following image types: oem iso pxe kis
[   16s] [ INFO    ]: 14:04:05 | --> kernelcmdline attribute is only available for the following image types: oem iso pxe kis
Comment 1 Richard Brown 2024-04-03 11:43:39 UTC
You should be able to use kiwi to produce the new schema required

```
kiwi-ng image info --description /path/to/osc/checkout --print-xml
```
Comment 2 Bernhard Wiedemann 2024-04-09 15:09:05 UTC
https://build.opensuse.org/request/show/1166472
Comment 3 Ana Guerrero 2024-04-26 10:56:04 UTC
fixed with https://build.opensuse.org/request/show/1166861