Skip to content

Commit

Permalink
Add Agama interactive installation for encrypted LVM
Browse files Browse the repository at this point in the history
Add Agama interactive installation for encrypted LVM

Add Agama interactive installation for encrypted LVM

Added first steps of cryptlvm test

Moved cryptlvm schedule

Changed encrypted booting

Added required steps

Removed boot_encrypt step

Changed number of devices

Added s390x schedule

Add Agama interactive installation for encrypted LVM

Add Agama interactive installation for encrypted LVM

Add Agama interactive installation for encrypted LVM

Added first steps of cryptlvm test

Moved cryptlvm schedule

Changed encrypted booting

Added required steps

Removed boot_encrypt step

Changed number of devices

Added s390x schedule

Added PR comment modifications

Fix rename

Fix description
  • Loading branch information
okynos committed Jan 30, 2025
1 parent 7010ad5 commit 4479bb2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions schedule/yam/agama_lvm_encrypted.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: agama_lvm_encrypted
description: >
Installation with lvm encrypted
schedule:
- yam/agama/boot_agama
- yam/agama/import_agama_profile
- yam/agama/patch_agama_tests
- yam/agama/agama
- installation/grub_test
- installation/first_boot
- console/validate_lvm
- console/validate_encrypt
test_data:
crypttab:
num_devices_encrypted: 1
<<: !include test_data/yast/encryption/default_enc_luks2.yaml
18 changes: 18 additions & 0 deletions schedule/yam/agama_lvm_encrypted_s390x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: agama_lvm_encrypted
description: >
Installation with lvm encrypted
schedule:
- yam/agama/boot_agama
- yam/agama/import_agama_profile
- yam/agama/patch_agama_tests
- yam/agama/agama
- boot/reconnect_mgmt_console
- installation/grub_test
- installation/first_boot
- console/validate_lvm
- console/validate_encrypt
test_data:
crypttab:
num_devices_encrypted: 1
<<: !include test_data/yast/encryption/default_enc_luks2.yaml

0 comments on commit 4479bb2

Please sign in to comment.