Skip to content

Commit

Permalink
Fix lvm_encrypt_separate_boot for QR-15-SP1
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed Dec 3, 2020
1 parent 1132b3d commit f0ea37a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
50 changes: 50 additions & 0 deletions schedule/qam/QR/15-SP1/lvm_encrypt_separate_boot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: lvm-encrypt-separate-boot
description: >
Same as lvm-full-encrypt, but with separate boot not encrypted partition, only
installation to not repeat everything again with small risk.
vars:
UNENCRYPTED_BOOT: 1
ENCRYPT: 1
FULL_LVM_ENCRYPT: 1
conditional_schedule:
boot_encrypt_reconnect_mgmt_console:
ARCH:
s390x:
- installation/boot_encrypt
- boot/reconnect_mgmt_console
grub_test_boot_encrypt:
BACKEND:
qemu:
- installation/grub_test
- installation/boot_encrypt
schedule:
- installation/bootloader_start
- installation/welcome
- installation/accept_license
- installation/scc_registration
- installation/addon_products_sle
- installation/system_role
- installation/partitioning
- installation/partitioning_full_lvm
- installation/partitioning_finish
- installation/installer_timezone
- installation/hostname_inst
- installation/user_settings
- installation/user_settings_root
- installation/resolve_dependency_issues
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- '{{boot_encrypt_reconnect_mgmt_console}}'
- '{{grub_test_boot_encrypt}}'
- installation/first_boot
- console/hostname
- console/system_prepare
- console/force_scheduled_tasks
- shutdown/grub_set_bootargs
- console/validate_lvm
- console/validate_encrypt
3 changes: 3 additions & 0 deletions test_data/qam/QR/15-SP1/full_lvm_enc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
crypttab:
num_devices_encrypted: 1
<<: !include test_data/yast/encryption/default_enc.yaml

0 comments on commit f0ea37a

Please sign in to comment.