format-request-map: clean up ostree params

Don't specify ref ID for parent, instead only specify a ref and URL and
let the manifest generator resolve the ID using the sha256 hash.
This commit is contained in:
Achilleas Koutsou 2023-06-01 16:49:21 +02:00 committed by Ondřej Budai
parent 9ed61d021b
commit 403fe74ce4

View file

@ -468,8 +468,7 @@
"filename": "installer.iso",
"ostree": {
"ref": "test/iot",
"url": "http://iot.example.com/repo",
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
"url": "http://iot.example.com/repo"
},
"blueprint": {}
},
@ -485,8 +484,7 @@
"filename": "installer.iso",
"ostree": {
"ref": "test/iot",
"url": "http://iot.example.com/repo",
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
"url": "http://iot.example.com/repo"
},
"blueprint": {
"name": "iot-installer-users",
@ -757,7 +755,6 @@
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo",
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
"rhsm": true
},
"blueprint": {}
@ -774,8 +771,7 @@
"filename": "installer.iso",
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo",
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
"url": "http://edge.example.com/repo"
},
"blueprint": {
"name": "edge-installer-users",
@ -827,8 +823,7 @@
"filename": "installer.iso",
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo",
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
"url": "http://edge.example.com/repo"
},
"blueprint": {
"customizations": {
@ -860,8 +855,7 @@
"filename": "image.raw.xz",
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo",
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
"url": "http://edge.example.com/repo"
},
"blueprint": {}
},