Skip to content

Commit

Permalink
Merge pull request os-autoinst#21035 from okynos/175413-add-cryptlvm-…
Browse files Browse the repository at this point in the history
…agama

Add Agama interactive installation for encrypted LVM
  • Loading branch information
jknphy authored Jan 30, 2025
2 parents 828cf6f + 4479bb2 commit f3c42f8
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 f3c42f8

Please sign in to comment.