Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schedule files for uefi raid on openSUSE #8404

Merged
merged 1 commit into from Sep 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion schedule/yast/raid/raid0_opensuse_gpt.yaml
Expand Up @@ -19,7 +19,6 @@ schedule:
- installation/user_settings
- installation/resolve_dependency_issues
- installation/select_patterns_and_packages
- installation/resolve_dependency_issues
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
Expand Down
36 changes: 36 additions & 0 deletions schedule/yast/raid/raid0_opensuse_gpt_uefi.yaml
@@ -0,0 +1,36 @@
name: RAID0_opensuse_gpt_uefi
description: >
Configure RAID 0 on the disks with GPT partition tables and UEFI using Expert Partitioner.
Creates EFI boot, root and swap partitions on each of the 4 disks and then uses
them for RAID 0.
vars:
RAIDLEVEL: 0
schedule:
- installation/isosize
- installation/bootloader_start
- installation/welcome
- installation/online_repos
- installation/installation_mode
- installation/logpackages
- installation/system_role
- installation/partitioning
- installation/partitioning/raid_gpt
- installation/installer_timezone
- installation/user_settings
- installation/resolve_dependency_issues
- installation/select_patterns_and_packages
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- installation/grub_test
- installation/first_boot
- console/hostname
- console/system_prepare
- console/force_scheduled_tasks
- shutdown/grub_set_bootargs
- console/validate_raid
test_data:
!include: test_data/yast/raid/raid0_gpt_uefi_test_data.yaml
2 changes: 1 addition & 1 deletion schedule/yast/raid/raid0_sle_gpt_uefi.yaml
Expand Up @@ -33,4 +33,4 @@ schedule:
- shutdown/grub_set_bootargs
- console/validate_raid
test_data:
!include: test_data/yast/raid/raid_gpt_uefi_test_data.yaml
!include: test_data/yast/raid/raid0_gpt_uefi_test_data.yaml
1 change: 0 additions & 1 deletion schedule/yast/raid/raid10_opensuse_gpt.yaml
Expand Up @@ -19,7 +19,6 @@ schedule:
- installation/user_settings
- installation/resolve_dependency_issues
- installation/select_patterns_and_packages
- installation/resolve_dependency_issues
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
Expand Down
35 changes: 35 additions & 0 deletions schedule/yast/raid/raid10_opensuse_gpt_uefi.yaml
@@ -0,0 +1,35 @@
name: RAID10_gpt_uefi
description: >
Configure RAID 10 on the disks with GPT partition tables and UEFI using Expert Partitioner.
Creates EFI boot, root and swap partitions on each of the 4 disks and then uses
them for RAID 10.
vars:
RAIDLEVEL: 10
schedule:
- installation/bootloader_start
- installation/welcome
- installation/online_repos
- installation/installation_mode
- installation/logpackages
- installation/system_role
- installation/partitioning
- installation/partitioning/raid_gpt
- installation/installer_timezone
- installation/user_settings
- installation/resolve_dependency_issues
- installation/select_patterns_and_packages
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- installation/grub_test
- installation/first_boot
- console/hostname
- console/system_prepare
- console/force_scheduled_tasks
- shutdown/grub_set_bootargs
- console/validate_raid
test_data:
!include: test_data/yast/raid/raid10_gpt_uefi_test_data.yaml
71 changes: 1 addition & 70 deletions schedule/yast/raid/raid10_sle_gpt_uefi.yaml
Expand Up @@ -33,73 +33,4 @@ schedule:
- shutdown/grub_set_bootargs
- console/validate_raid
test_data:
disks:
- name: vda
partitions:
- size: 300mb
role: raw-volume
formatting_options:
should_format: 1
filesystem: fat
mounting_options:
should_mount: 1
mount_point: '/boot/efi'
- size: 8000mb
role: raw-volume
id: linux-raid
- size: 100mb
role: raw-volume
id: linux-raid
- name: vdb
partitions:
- size: 300mb
role: raw-volume
id: efi
- size: 8000mb
role: raw-volume
id: linux-raid
- size: 100mb
role: raw-volume
id: linux-raid
- name: vdc
partitions:
- size: 300mb
role: raw-volume
id: efi
- size: 8000mb
role: raw-volume
id: linux-raid
- size: 100mb
role: raw-volume
id: linux-raid
- name: vdd
partitions:
- size: 300mb
role: raw-volume
id: efi
- size: 8000mb
role: raw-volume
id: linux-raid
- size: 100mb
role: raw-volume
id: linux-raid
mds:
- raid_level: 10
chunk_size: 64
device_selection_step: 2
partition:
role: operating-system
formatting_options:
should_format: 1
mounting_options:
should_mount: 1
- raid_level: 10
chunk_size: 64
device_selection_step: 1
partition:
role: operating-system
formatting_options:
should_format: 1
filesystem: swap
mounting_options:
should_mount: 1
!include: test_data/yast/raid/raid10_gpt_uefi_test_data.yaml
1 change: 0 additions & 1 deletion schedule/yast/raid/raid1_opensuse_gpt.yaml
Expand Up @@ -19,7 +19,6 @@ schedule:
- installation/user_settings
- installation/resolve_dependency_issues
- installation/select_patterns_and_packages
- installation/resolve_dependency_issues
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
Expand Down
35 changes: 35 additions & 0 deletions schedule/yast/raid/raid1_opensuse_gpt_uefi.yaml
@@ -0,0 +1,35 @@
name: RAID1_gpt_uefi
description: >
Configure RAID 1 on the disks with GPT partition tables and UEFI using Expert Partitioner.
Creates EFI boot, root and swap partitions on each of the 4 disks and then uses
them for RAID 1.
vars:
RAIDLEVEL: 1
schedule:
- installation/bootloader_start
- installation/welcome
- installation/online_repos
- installation/installation_mode
- installation/logpackages
- installation/system_role
- installation/partitioning
- installation/partitioning/raid_gpt
- installation/installer_timezone
- installation/user_settings
- installation/resolve_dependency_issues
- installation/select_patterns_and_packages
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- installation/grub_test
- installation/first_boot
- console/hostname
- console/system_prepare
- console/force_scheduled_tasks
- shutdown/grub_set_bootargs
- console/validate_raid
test_data:
!include: test_data/yast/raid/raid1_gpt_uefi_test_data.yaml
1 change: 0 additions & 1 deletion schedule/yast/raid/raid5_opensuse_gpt.yaml
Expand Up @@ -19,7 +19,6 @@ schedule:
- installation/user_settings
- installation/resolve_dependency_issues
- installation/select_patterns_and_packages
- installation/resolve_dependency_issues
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
Expand Down
35 changes: 35 additions & 0 deletions schedule/yast/raid/raid5_opensuse_gpt_uefi.yaml
@@ -0,0 +1,35 @@
name: RAID5_gpt_uefi
description: >
Configure RAID 5 on the disks with GPT partition tables and UEFI using Expert Partitioner.
Creates EFI boot, root and swap partitions on each of the 4 disks and then uses
them for RAID 5.
vars:
RAIDLEVEL: 5
schedule:
- installation/bootloader_start
- installation/welcome
- installation/online_repos
- installation/installation_mode
- installation/logpackages
- installation/system_role
- installation/partitioning
- installation/partitioning/raid_gpt
- installation/installer_timezone
- installation/user_settings
- installation/resolve_dependency_issues
- installation/select_patterns_and_packages
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- installation/grub_test
- installation/first_boot
- console/hostname
- console/system_prepare
- console/force_scheduled_tasks
- shutdown/grub_set_bootargs
- console/validate_raid
test_data:
!include: test_data/yast/raid/raid5_gpt_uefi_test_data.yaml
71 changes: 1 addition & 70 deletions schedule/yast/raid/raid5_sle_gpt_uefi.yaml
Expand Up @@ -33,73 +33,4 @@ schedule:
- shutdown/grub_set_bootargs
- console/validate_raid
test_data:
disks:
- name: vda
partitions:
- size: 300mb
role: raw-volume
formatting_options:
should_format: 1
filesystem: fat
mounting_options:
should_mount: 1
mount_point: '/boot/efi'
- size: 8000mb
role: raw-volume
id: linux-raid
- size: 100mb
role: raw-volume
id: linux-raid
- name: vdb
partitions:
- size: 300mb
role: raw-volume
id: efi
- size: 8000mb
role: raw-volume
id: linux-raid
- size: 100mb
role: raw-volume
id: linux-raid
- name: vdc
partitions:
- size: 300mb
role: raw-volume
id: efi
- size: 8000mb
role: raw-volume
id: linux-raid
- size: 100mb
role: raw-volume
id: linux-raid
- name: vdd
partitions:
- size: 300mb
role: raw-volume
id: efi
- size: 8000mb
role: raw-volume
id: linux-raid
- size: 100mb
role: raw-volume
id: linux-raid
mds:
- raid_level: 5
chunk_size: 64
device_selection_step: 2
partition:
role: operating-system
formatting_options:
should_format: 1
mounting_options:
should_mount: 1
- raid_level: 5
chunk_size: 64
device_selection_step: 1
partition:
role: operating-system
formatting_options:
should_format: 1
filesystem: swap
mounting_options:
should_mount: 1
!include: test_data/yast/raid/raid5_gpt_uefi_test_data.yaml