test: generate new manifests
Add new image type to format request map and generate manifests.
This commit is contained in:
parent
f32e653315
commit
eb731e031d
7 changed files with 31246 additions and 0 deletions
|
|
@ -344,6 +344,21 @@
|
|||
"no-image-info": true,
|
||||
"overrides": {}
|
||||
},
|
||||
"fedora-iot-raw-image": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
"arch": "",
|
||||
"image-type": "fedora-iot-raw-image",
|
||||
"repositories": [],
|
||||
"filename": "image.raw.xz",
|
||||
"ostree": {
|
||||
"ref": "test/fedora/iot",
|
||||
"url": "http://fedora.example.com/repo"
|
||||
},
|
||||
"blueprint": {}
|
||||
},
|
||||
"overrides": {}
|
||||
},
|
||||
"openstack": {
|
||||
"boot": {
|
||||
"type": "openstack"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue