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:
parent
9ed61d021b
commit
403fe74ce4
1 changed files with 5 additions and 11 deletions
|
|
@ -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": {}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue