b32750f5c4
Installs the grub bootloader to the PreP Boot partition when the prep_boot_partition_uuid is provided. This is required when booting a partition image locally on ppc64* systems. This change also passes the cpu_arch along to work_on_disk so that the PReP partition is created when partitioning disks for local boot on ppc64* systems, Change-Id: I70667d43af962b357e6eeccba258f4fa5a91a09e Depends-On: I2bc9f13ec605de7b7b96d96a1a4edebee0af76dc Story: #1749057 Task: #22999
10 lines
379 B
YAML
10 lines
379 B
YAML
---
|
|
features:
|
|
- |
|
|
If a PReP boot partition is created, and the machine being deployed to is
|
|
of ppc64le architecture, the grub2 bootloader will be installed directly
|
|
there. This enables booting partition images locally on ppc64* hardware.
|
|
|
|
Using this feature requires ``ironic-lib`` version 2.14 as support to
|
|
create the PReP partition was introduced there.
|