Skip to content

Commit 835cb02

Browse files
dustymabejlebon
authored andcommitted
metadata: add examples for proxmoxve
#1652
1 parent 6bb6743 commit 835cb02

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

metadata/release/sample.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@
203203
}
204204
}
205205
},
206+
"proxmoxve": {
207+
"artifacts": {
208+
"raw.xz": {
209+
"disk": {
210+
"location": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-proxmoxve.qcow2.xz",
211+
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-proxmoxve.qcow2.xz.sig",
212+
"sha256": "394cd6431b19c82a46a7215ebead15960faf9814092203456d56960a1b4d8777"
213+
}
214+
}
215+
}
216+
},
206217
"qemu": {
207218
"artifacts": {
208219
"qcow2.xz": {

metadata/stream/rationale.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ architectures:
163163
signature: https://artifacts.example.com/oKooheogobofai8l.qcow2.xz.sig
164164
sha256: ae41e4649b934ca495991b785e3b0c44298fc1c149afbf4c8996fb924272b855
165165
uncompressed-sha256: 38acb15d02d5ac0f2a2789602e9df950c380d2799b4bdb59394e4eeabdd3a662
166+
proxmoxve:
167+
release: 30.1.2.3
168+
formats:
169+
"qcow2.xz":
170+
disk:
171+
location: https://artifacts.example.com/TieshohWah0aewai/.qcow2.xz
172+
signature: https://artifacts.example.com/TieshohWah0aewai/.qcow2.xz.sig
173+
sha256: 394cd6431b19c82a46a7215ebead15960faf9814092203456d56960a1b4d8777
166174
qemu:
167175
release: 30.1.2.3
168176
formats:

metadata/stream/sample.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,18 @@
227227
}
228228
}
229229
},
230+
"proxmoxve": {
231+
"release": "33.20210412.3.0",
232+
"formats": {
233+
"qcow2.xz": {
234+
"disk": {
235+
"location": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-proxmoxve.x86_64.qcow2.xz",
236+
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-proxmoxve.x86_64.qcow2.xz.sig",
237+
"sha256": "394cd6431b19c82a46a7215ebead15960faf9814092203456d56960a1b4d8777"
238+
}
239+
}
240+
}
241+
},
230242
"qemu": {
231243
"release": "33.20210412.3.0",
232244
"formats": {

0 commit comments

Comments
 (0)