Skip to content

Commit

Permalink
Validate the installed disk
Browse files Browse the repository at this point in the history
  • Loading branch information
openQA web UI committed Oct 8, 2023
1 parent acc7769 commit 85b76a8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/yam/agama/auto/alp_dolomite.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local findBiggestDisk(disks) =
storage: {
devices: [
{
name: findBiggestDisk(agama.disks),
bootDevice: findBiggestDisk(agama.disks),
},
],
},
Expand Down
11 changes: 11 additions & 0 deletions schedule/yam/agama_auto_dolomite_select_installation_device.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: agama_auto
description: >
Prepare url for agama.auto boot parameter, boot, perform auto-installation with agama.
schedule:
- installation/bootloader_start
- yam/agama/auto
- console/validate_first_disk_selection
- yam/validate/validate_product
- yam/validate/validate_user
- security/selinux/sestatus
5 changes: 5 additions & 0 deletions test_data/yam/agama_auto_micro.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
---
os_release_name: ALP-Dolomite
guided_partitioning:
disks:
- vdb
unused_disks:
- vda
7 changes: 7 additions & 0 deletions test_data/yam/agama_auto_micro_aarch64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
os_release_name: ALP-Dolomite
guided_partitioning:
disks:
- vda
unused_disks:
- vdb

0 comments on commit 85b76a8

Please sign in to comment.