Skip to content

Commit 233aa77

Browse files
committed
Fixed IBM-Cloud-Standard profile
The test-image-MicroOS integration test builds an IBM-Cloud-Standard profile as encrypted variant with a random key that is not protected by an encrypted boot image. This doesn't make sense. Thus the encryption setup for the IBM cloud standard build got removed. Use the IBM-Cloud-Secure-Execution profile to test encrypted secure linux builds
1 parent 8ba1eb8 commit 233aa77

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build-tests/s390/tumbleweed/test-image-MicroOS/appliance.kiwi

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,16 @@
2121
<preferences profiles="IBM-Cloud-Standard">
2222
<type
2323
image="oem"
24-
luks="random"
25-
luks_pbkdf="pbkdf2"
26-
luks_version="luks2"
2724
filesystem="btrfs"
2825
kernelcmdline="systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=qemu rd.debug"
2926
devicepersistency="by-uuid"
3027
btrfs_root_is_snapshot="true"
3128
btrfs_root_is_readonly_snapshot="false"
3229
btrfs_root_is_subvolume="true"
3330
btrfs_quota_groups="true"
34-
bootpartition="true"
35-
bootfilesystem="ext3"
31+
bootpartition="false"
3632
format="qcow2"
3733
>
38-
<luksformat>
39-
<option name="--cipher" value="aes-xts-plain64"/>
40-
<option name="--key-size" value="256"/>
41-
</luksformat>
4234
<oemconfig>
4335
<oem-unattended>true</oem-unattended>
4436
<oem-resize>true</oem-resize>

0 commit comments

Comments
 (0)