File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -672,3 +672,5 @@ pipelines:
672
672
path : platform.qemu-secex.ipp.yaml
673
673
- mpp-import-pipelines :
674
674
path : platform.live.ipp.yaml
675
+ - mpp-import-pipelines :
676
+ path : platform.kubevirt.ipp.yaml
Original file line number Diff line number Diff line change @@ -52,6 +52,41 @@ pipelines:
52
52
partition :
53
53
mpp-format-int : ' {image.layout['' boot'' ].partnum}'
54
54
target : /boot
55
+ - mpp-if : arch == 's390x'
56
+ then :
57
+ type : org.osbuild.zipl.inst
58
+ options :
59
+ kernel : " 1"
60
+ kernel_opts_append :
61
+ - ignition.firstboot
62
+ location :
63
+ mpp-format-int : ' {image.layout['' boot'' ].start}'
64
+ devices :
65
+ disk :
66
+ type : org.osbuild.loopback
67
+ options :
68
+ filename : disk.img
69
+ partscan : true
70
+ mounts :
71
+ - name : root
72
+ type : org.osbuild.xfs
73
+ source : disk
74
+ partition :
75
+ mpp-format-int : ' {image.layout['' root'' ].partnum}'
76
+ target : /
77
+ - name : boot
78
+ type : org.osbuild.ext4
79
+ source : disk
80
+ partition :
81
+ mpp-format-int : ' {image.layout['' boot'' ].partnum}'
82
+ target : /boot
83
+ inputs :
84
+ disk_image :
85
+ type : org.osbuild.files
86
+ origin : org.osbuild.pipeline
87
+ references :
88
+ name:raw-kubevirt-image :
89
+ file : disk.img
55
90
- name : qemu-kubevirt-image
56
91
build :
57
92
mpp-format-string : ' {host_as_buildroot}'
You can’t perform that action at this time.
0 commit comments