Bug 1222242 - kiwi-images-vagrant: needs schemaversion update
Summary: kiwi-images-vagrant: needs schemaversion update
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Dan Čermák
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-02 14:26 UTC by Ana Guerrero
Modified: 2024-04-26 10:56 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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